diff --git a/pages/store/list/index.vue b/pages/store/list/index.vue index d121fce..564f83a 100644 --- a/pages/store/list/index.vue +++ b/pages/store/list/index.vue @@ -93,9 +93,9 @@ - 暂无商品,去看点什么吧 + 未搜索到对应商品 - + diff --git a/pages/users/user_money/index.vue b/pages/users/user_money/index.vue index ca61613..f2df420 100644 --- a/pages/users/user_money/index.vue +++ b/pages/users/user_money/index.vue @@ -50,7 +50,7 @@ --> - + @@ -94,7 +94,7 @@ onLoad() { if (this.isLogin) { this.getUserInfo() - this.get_host_product(); + // this.get_host_product(); } else { toLogin() }