|
|
@@ -113,7 +113,9 @@ export default {
|
|
|
this.showSuccessArea = true
|
|
|
console.log(res)
|
|
|
//这个shopId没有保存进去,无法到后台页面
|
|
|
- //uni.setStorageSync('shopId', res.data.shopId)
|
|
|
+ uni.setStorageSync('shopId', res.data.shopId)
|
|
|
+ console.log('保存shopId的情况')
|
|
|
+ console.log(uni.getStorageSync('storage_key'))
|
|
|
//this.$msg("添加成功!");
|
|
|
});
|
|
|
},
|