From e833b512f2a175462ff4c39901c3763e0e8303af Mon Sep 17 00:00:00 2001 From: shaojing <2901156235@qq.com> Date: Mon, 8 Jul 2024 18:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=85=B1=E6=9C=8D=E5=8A=A1=E5=81=9C?= =?UTF-8?q?=E8=BD=A6=E5=9C=BA=E5=92=8C=E5=9B=BE=E4=B9=A6=E9=A6=86=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- pages/pbService/appreciate/index.js | 3 ++- pages/pbService/index.js | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app.js b/app.js index 5127000..0975e40 100644 --- a/app.js +++ b/app.js @@ -21,7 +21,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest127? true : false; + data.isTest = data.isTest128? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件 diff --git a/pages/pbService/appreciate/index.js b/pages/pbService/appreciate/index.js index 5703e2d..b3c1743 100644 --- a/pages/pbService/appreciate/index.js +++ b/pages/pbService/appreciate/index.js @@ -40,7 +40,7 @@ Page({ videoTags:res.data, videoTagId:res.data[0].CatalogId }) - this.getList(); + // this.getList(); }) // 获取图片的标签 commonApi._post("pbservice/Artpopulate/imgTags").then(res=>{ @@ -53,6 +53,7 @@ Page({ picTagId:res.data[0].TagId }) }) + this.getList(); }, changeType:function(e){ let type = e.currentTarget.dataset.type; diff --git a/pages/pbService/index.js b/pages/pbService/index.js index 4d995c5..74d2f9b 100644 --- a/pages/pbService/index.js +++ b/pages/pbService/index.js @@ -71,8 +71,8 @@ Page({ let url = e.currentTarget.dataset.url; app.globalData.weburl = url; wx.navigateTo({ - url: "/pages/pbService/web/index" - }) + url: "/pages/pbService/web/index?weburl=" + encodeURIComponent(url) + }) }, gotoSku: function () { commonApi.user_post("pbservice/Ztfw/sukangCode").then(res => {