فهرست منبع

更新熱點大小

tremble 3 سال پیش
والد
کامیت
8973be2c6b
2فایلهای تغییر یافته به همراه5 افزوده شده و 7 حذف شده
  1. 4 4
      src/app.vue
  2. 1 3
      src/components/Tags/goods-list.vue

+ 4 - 4
src/app.vue

@@ -502,8 +502,8 @@ onMounted(async () => {
   }
 
   .coupon {
-    width: 64px !important;
-    height: 64px !important;
+    width: 84px !important;
+    height: 84px !important;
     &::after {
       content: "發現好禮";
       width: 100%;
@@ -516,8 +516,8 @@ onMounted(async () => {
   }
 
   .waterfall {
-    width: 70px !important;
-    height: 70px !important;
+    width: 90px !important;
+    height: 90px !important;
   }
 
   .applet_link {

+ 1 - 3
src/components/Tags/goods-list.vue

@@ -121,10 +121,8 @@ const addCart = async (item) => {
   if (result.data.status==200) {
    return Dialog.toast({ content: `添加成功`, type: 'success' })
   } else{
-   Dialog.toast({ content: `登录状态失效,请重新登录`, type: 'error' })
-   setTimeout(() => {
+  //  Dialog.toast({ content: `登录状态失效,请重新登录`, type: 'error' })
     browser.openLink(`/pages/login/login`,`https://m.cdfmembers.com/shop/600667208/h5login?redirectUrl=${encodeURIComponent(window.location.href)}`)
-   }, 700);
    return
   }