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