@ -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配置文件
@ -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
})