shish 6 лет назад
Родитель
Сommit
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();
       });
     },
     // 表单验证