浏览代码

商城首页

lifanagju_citu 4 月之前
父节点
当前提交
dfda7f2e92
共有 2 个文件被更改,包括 1 次插入5 次删除
  1. 0 4
      components.d.ts
  2. 1 1
      src/views/mall/payOver/components/show.vue

+ 0 - 4
components.d.ts

@@ -17,7 +17,6 @@ declare module 'vue' {
     Combobox: typeof import('./src/components/FormUI/combobox/index.vue')['default']
     Combobox: typeof import('./src/components/FormUI/combobox/index.vue')['default']
     ComboboxZhAndEn: typeof import('./src/components/FormUI/comboboxZhAndEn/index.vue')['default']
     ComboboxZhAndEn: typeof import('./src/components/FormUI/comboboxZhAndEn/index.vue')['default']
     ConfirmPaymentDialog: typeof import('./src/components/pay/confirmPaymentDialog.vue')['default']
     ConfirmPaymentDialog: typeof import('./src/components/pay/confirmPaymentDialog.vue')['default']
-    copy: typeof import('./src/components/CtForm/index copy.vue')['default']
     CtBtn: typeof import('./src/components/CtVuetify/CtBtn/index.vue')['default']
     CtBtn: typeof import('./src/components/CtVuetify/CtBtn/index.vue')['default']
     CtDialog: typeof import('./src/components/CtDialog/index.vue')['default']
     CtDialog: typeof import('./src/components/CtDialog/index.vue')['default']
     CtForm: typeof import('./src/components/CtForm/index.vue')['default']
     CtForm: typeof import('./src/components/CtForm/index.vue')['default']
@@ -72,7 +71,4 @@ declare module 'vue' {
     VerifySlide: typeof import('./src/components/Verifition/Verify/VerifySlide.vue')['default']
     VerifySlide: typeof import('./src/components/Verifition/Verify/VerifySlide.vue')['default']
     WangEditor: typeof import('./src/components/FormUI/wangEditor/index.vue')['default']
     WangEditor: typeof import('./src/components/FormUI/wangEditor/index.vue')['default']
   }
   }
-  export interface ComponentCustomProperties {
-    vLoading: typeof import('element-plus/es')['ElLoadingDirective']
-  }
 }
 }

+ 1 - 1
src/views/mall/payOver/components/show.vue

@@ -5,7 +5,7 @@
     <div style="font-weight: 600; color: #777;">支付成功</div>
     <div style="font-weight: 600; color: #777;">支付成功</div>
     <div style="font-weight: 500; color: #777;" class="mt-3">¥{{ price || 0.00 }}</div>
     <div style="font-weight: 500; color: #777;" class="mt-3">¥{{ price || 0.00 }}</div>
     <div class="mt-3">
     <div class="mt-3">
-      <v-btn class="mx-3" color="primary" variant="outlined" @click="go(router.push('/mall'))">商城首页</v-btn>
+      <v-btn class="mx-3" color="primary" variant="outlined" @click="router.push('/mall')">商城首页</v-btn>
       <v-btn class="mx-3" color="primary" variant="outlined" to="/mall/user/order">查看订单</v-btn>
       <v-btn class="mx-3" color="primary" variant="outlined" to="/mall/user/order">查看订单</v-btn>
     </div>
     </div>
   </div>
   </div>