diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue
index 024d236..44329ea 100644
--- a/pages/homepage/homepage.vue
+++ b/pages/homepage/homepage.vue
@@ -280,10 +280,10 @@
if (!this.userinfo) {
this.gologin();
} else {
- if (this.region == "3") {
- this.family()
- } else {
- if (this.cityCode == "1" || this.cityCode == "2") {
+ // if (this.region == "3") {
+ // this.family()
+ // } else {
+ // if (this.cityCode == "1" || this.cityCode == "2") {
if (!this.checkSign) {
this.$refs.uToast.show({
title: '未签约,请先签约',
@@ -297,12 +297,12 @@
})
}
- } else {
- this.family()
+ // } else {
+ // this.family()
- }
+ // }
- }
+ // }
// }
@@ -372,4 +372,4 @@
\ No newline at end of file
+
diff --git a/pagesB/ExpertlookOrder/ExpertlookOrder.vue b/pagesB/ExpertlookOrder/ExpertlookOrder.vue
index 83ffb0a..957202e 100644
--- a/pagesB/ExpertlookOrder/ExpertlookOrder.vue
+++ b/pagesB/ExpertlookOrder/ExpertlookOrder.vue
@@ -117,7 +117,7 @@
确定
-
+
-->
@@ -286,12 +286,10 @@
},
//返回上一页
goprevious() {
- uni.navigateTo({
- url: '/pages/myinformation/myinformation'
+ uni.navigateBack({
+ delta: 1
})
- // uni.navigateBack({
- // delta: 1
- // })
+ return true;
},
//查看评价
golookrate(item) {
@@ -826,4 +824,4 @@
}
}
}
-
\ No newline at end of file
+
diff --git a/pagesB/consulted/consulted.vue b/pagesB/consulted/consulted.vue
index 744376e..dd05fbf 100644
--- a/pagesB/consulted/consulted.vue
+++ b/pagesB/consulted/consulted.vue
@@ -192,6 +192,7 @@
uni.navigateBack({
delta: 1
})
+ return true;
},
//支付
pay() {