|
@@ -454,7 +454,7 @@ export default {
|
|
|
try {
|
|
|
this.userInfo = await this.$getUserInfo()
|
|
|
if (!this.userInfo.isGZSign && !this.userInfo.isFSSign) {
|
|
|
- this.isShowMaintenance = await this.checkMaintenance()
|
|
|
+ // this.isShowMaintenance = await this.checkMaintenance()
|
|
|
this.getCategoryList()
|
|
|
this.getServiceList()
|
|
|
this.getCouponList()
|
|
@@ -618,11 +618,11 @@ export default {
|
|
|
}, 1000)
|
|
|
}
|
|
|
|
|
|
- if (isWB) {
|
|
|
- setTimeout(() => {
|
|
|
- this.toMaintenanceCreate()
|
|
|
- }, 1000)
|
|
|
- }
|
|
|
+ // if (isWB) {
|
|
|
+ // setTimeout(() => {
|
|
|
+ // this.toMaintenanceCreate()
|
|
|
+ // }, 1000)
|
|
|
+ // }
|
|
|
|
|
|
if (otherType) {
|
|
|
// 团购列表
|