From 2888067b0aabf5663d287eddcf5dfbe2b584f3b6 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Thu, 24 Jul 2025 14:38:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=8F=E5=B7=9E=E6=98=A0=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- pages/index/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 6573851..a914d3a 100644 --- a/app.js +++ b/app.js @@ -38,7 +38,7 @@ App({ // 获取前端配置文件 commonApi._post("pbservice/Other/getClientConfig", {unique_key: "wechatxcx"}).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest129? true : false; + data.isTest = data.isTest101? true : false; data.indexSeason = null this.globalData.configJson = data }).then(() => { diff --git a/pages/index/index.js b/pages/index/index.js index 27cef00..93ceba0 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -520,7 +520,7 @@ Page({ }) } else { // 小程序是3 - commonApi._post("adv/get_home_ui", {type_id: 2}).then(res => { + commonApi._post("adv/get_home_ui", {type_id: 3}).then(res => { let obj = {}; (res.data.content||[]).forEach(item => { obj[item.id] = item.image