From 3bfe3d8f6dcc8cb2fbcc9bc486ee48f1af1c5a8e Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Fri, 28 Jun 2024 16:14:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E9=9C=80=E8=A6=81=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 6 +++--- pages/goods-search/goods-search.vue | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/App.vue b/App.vue index 1be8a636..74d36d82 100644 --- a/App.vue +++ b/App.vue @@ -23,10 +23,10 @@ application_logo: '', // 版本号、如: v1.0.0 - version: 'v6.1', + version: 'v6.2', // app版本信息、如: v1.0.0 20180118 - app_version_info: 'v6.1 20240516', + app_version_info: 'v6.2 20240630', // 货币价格符号 currency_symbol: '¥', @@ -1659,7 +1659,7 @@ // 是否插件 if ((is_plugins || false) == true) { // 根据配置的静态url地址+插件标识符 - return this.data.static_url + 'static/plugins/images/' + type + '/'; + return this.data.static_url + 'static/plugins/' + type + '/images/'; } else { // 根据配置的静态url地址+主题标识+参数类型组合远程静态文件地址 return this.data.static_url + 'static/app/' + this.get_theme_value() + '/' + type + '/'; diff --git a/pages/goods-search/goods-search.vue b/pages/goods-search/goods-search.vue index e27157f3..938e7bc2 100644 --- a/pages/goods-search/goods-search.vue +++ b/pages/goods-search/goods-search.vue @@ -389,7 +389,8 @@ this.setData({ data_list_loding_status: 0, data_list_loding_msg: res.data.msg - }); + }); + app.globalData.is_login_check(res.data, this, 'get_data'); } // 基础自定义分享 @@ -497,7 +498,8 @@ data_list_loding_status: 0, data_list_loding_msg: res.data.msg, data_is_loading: 0 - }); + }); + app.globalData.is_login_check(res.data, this, 'get_data_list', is_mandatory); } }, fail: () => {