From 98515ab8fffcf7d3d6ba01063856c1374383e6ef Mon Sep 17 00:00:00 2001 From: shaojing <2901156235@qq.com> Date: Wed, 17 Apr 2024 14:38:17 +0800 Subject: [PATCH] =?UTF-8?q?2024=E4=B9=A6=E5=88=B8=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- pages/order/pay/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 3d3d370..e0fd14a 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.isTest109? true : false; + data.isTest = data.isTest110? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件 diff --git a/pages/order/pay/index.js b/pages/order/pay/index.js index 461a0ae..c1e6dd1 100644 --- a/pages/order/pay/index.js +++ b/pages/order/pay/index.js @@ -84,7 +84,7 @@ Page({ order_id:this.data.id }).then(res=>{ // 书券产品 - if(res.data.order_product_list[0].product_id == 75012 || res.data.order_product_list[0].product_id == 75013){ + if(res.data.order_product_list[0].product_id == 75012 || res.data.order_product_list[0].product_id == 75013 || res.data.order_product_list[0].product_id == 420265){ this.setData({ isBook:true })