@@ -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();
});
},
// 表单验证