shish пре 6 година
родитељ
комит
c98682ae1c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      store/src/admin/adminShop/bind.vue

+ 1 - 1
store/src/admin/adminShop/bind.vue

@@ -109,7 +109,7 @@ export default {
       generateAdmin(this.form).then(res => {
         this.showBindArea = false
         this.showSuccessArea = true
-        uni.setStorageSync('shopId', res.data.shopId);
+        uni.clearStorageSync();
       });
     },
     // 表单验证