|
@@ -453,7 +453,7 @@ export default {
|
|
|
if (this.isLogin) {
|
|
|
try {
|
|
|
this.userInfo = await this.$getUserInfo()
|
|
|
- if (!this.userInfo.isGZSign && !this.userInfo.isFsSign) {
|
|
|
+ if (!this.userInfo.isGZSign && !this.userInfo.isFSSign) {
|
|
|
this.isShowMaintenance = await this.checkMaintenance()
|
|
|
this.getCategoryList()
|
|
|
this.getServiceList()
|
|
@@ -475,7 +475,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
- } else if (this.userInfo.isFsSign) {
|
|
|
+ } else if (this.userInfo.isFSSign) {
|
|
|
uni.showModal({
|
|
|
title: '温馨提示',
|
|
|
content: '您未签署确认书!',
|
|
@@ -559,7 +559,7 @@ export default {
|
|
|
|
|
|
try {
|
|
|
this.userInfo = await this.$getUserInfo()
|
|
|
- if (!this.userInfo.isGZSign && !this.userInfo.isFsSign) {
|
|
|
+ if (!this.userInfo.isGZSign && !this.userInfo.isFSSign) {
|
|
|
// 点击短信链接进入小程序
|
|
|
if (smsServiceId) {
|
|
|
this.bindUser(smsServiceId)
|
|
@@ -744,7 +744,7 @@ export default {
|
|
|
try {
|
|
|
if (this.isLogin) {
|
|
|
this.userInfo = await this.$getUserInfo()
|
|
|
- if (!this.userInfo.isGZSign && !this.userInfo.isFsSign) {
|
|
|
+ if (!this.userInfo.isGZSign && !this.userInfo.isFSSign) {
|
|
|
this.getCategoryList()
|
|
|
this.getServiceList()
|
|
|
this.getCouponList()
|
|
@@ -754,7 +754,7 @@ export default {
|
|
|
} else {
|
|
|
await this.wxLogin()
|
|
|
this.userInfo = await this.$getUserInfo()
|
|
|
- if (!this.userInfo.isGZSign && !this.userInfo.isFsSign) {
|
|
|
+ if (!this.userInfo.isGZSign && !this.userInfo.isFSSign) {
|
|
|
this.getCategoryList()
|
|
|
this.getServiceList()
|
|
|
this.getCouponList()
|