|
@@ -234,11 +234,12 @@
|
|
|
this.storeId = uni.getStorageSync('storeId')
|
|
this.storeId = uni.getStorageSync('storeId')
|
|
|
this.storeName = uni.getStorageSync('storeName')
|
|
this.storeName = uni.getStorageSync('storeName')
|
|
|
this.getUserInfo()
|
|
this.getUserInfo()
|
|
|
- // this.currServiceInfo()
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
},
|
|
},
|
|
|
onShow() {
|
|
onShow() {
|
|
|
|
|
+ this.userInfo = uni.getStorageSync('userInfo')
|
|
|
|
|
+ if (this.userInfo.signIn){
|
|
|
|
|
+ this.currServiceInfo()
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
openSelectServiceObjectPopup(){
|
|
openSelectServiceObjectPopup(){
|