Explorar o código

暂无门店提示

twt hai 1 ano
pai
achega
5714eba7f9
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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
+						});
+					}
 
 				})
 			},