浏览代码

暂无门店提示

twt 1 年之前
父节点
当前提交
5714eba7f9
共有 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
+						});
+					}
 
 				})
 			},