guo 3 年之前
父節點
當前提交
886dd81862
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      pages/index/index.vue

+ 11 - 0
pages/index/index.vue

@@ -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
 				})