Selaa lähdekoodia

提示语修改

gcz 1 vuosi sitten
vanhempi
sitoutus
216df702f0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      brand/brand.vue

+ 1 - 1
brand/brand.vue

@@ -253,7 +253,7 @@
 			floorClick(index){
 				let childrenArr = this.floorTree[index]?.children||[];
 				if(childrenArr.length<1){
-					uni.$u.toast('该位置没有可用数据,请选择其他试试')
+					uni.$u.toast('该区域暂无品牌信息')
 					return
 				}
 				this.floorIndex = index;