From 024c8226a284678c12773c94aabf4ee5febc1d76 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 9 Apr 2024 09:43:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/store/list/index.vue | 4 ++-- pages/users/user_money/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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() }