Преглед на файлове

Merge branch 'dev' into ats

twt преди 1 година
родител
ревизия
0a46d958df
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 7 0
      pages/index/shopList.vue

+ 7 - 0
pages/index/shopList.vue

@@ -339,6 +339,13 @@
 					this.queryShopList = res.data.shop;
 					this.loading=true;
 					//console.log('list+=', this.queryShopList);
+					if(this.queryShopList.length==0){
+						uni.showToast({
+							title: '当前城市暂无门店,请切换城市查看',
+							icon: 'none',
+							duration: 4000
+						});
+					}
 
 				})
 			},