chenkun 5 months ago
parent
commit
b7eb933b52
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      pages_order/auth/customsClearApply.vue

+ 4
- 2
pages_order/auth/customsClearApply.vue View File

@ -138,9 +138,11 @@
</view>
</template>
<script>
export default {
import customerServicePopup from "@/components/config/customerServicePopup.vue";
export default {
components: {customerServicePopup},
// onLoad(option) {
// this.titleIndex = option.identity
// },


Loading…
Cancel
Save