1
xuxueyang
2024-09-06 a9b2f8b7da8b1ed4357acb86437cc3347812f3e6
store/index.js
@@ -32,6 +32,7 @@
         'delivery': 0,
         'order': 0,
         'shopnum': 0,
         'coupon': 0
      },
      defaultaddress: {}
   },
@@ -55,7 +56,7 @@
         state.currentInfo = {}
         storage.removeItem('token')
         message.showToast('退出登录成功')
      },
      setOpenid(state, openid) {
         state.openid = openid
@@ -352,7 +353,7 @@
                  console.log("启用结果2:", ret);
               });
               // #endif
               uni.reLaunch({
                  url: '/pages/home/supplier-home'
               })