|
@@ -96,6 +96,7 @@
|
|
|
interval: 2000,
|
|
|
duration: 500,
|
|
|
brand:'',
|
|
|
+ cityRole:'',
|
|
|
}
|
|
|
},
|
|
|
onLoad() {
|
|
@@ -247,6 +248,7 @@
|
|
|
cityCode: this.cityCode
|
|
|
}, 'GET').then(res => {
|
|
|
uni.hideLoading();
|
|
|
+ this.cityRole = res.data.cityRole
|
|
|
this.imgData = res.data.banners
|
|
|
this.memberCar = res.data.memberCar
|
|
|
if (res.data.memberCar) {
|
|
@@ -303,6 +305,15 @@
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
+ if (this.cityRole == 0) {
|
|
|
+ uni.showToast({
|
|
|
+ title:'所选城市暂时不支持该车辆保养,我们正在努力开通哦~',
|
|
|
+ icon:'none',
|
|
|
+ duration: 3000,
|
|
|
+ })
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
uni.navigateTo({
|
|
|
url: '../module/maintain?brand='+this.brand
|
|
|
})
|