From 502bff8e7d4bf28215e7e75a101998ab398c8538 Mon Sep 17 00:00:00 2001 From: YWQ HK IX <568170040@qq.com> Date: Mon, 26 Dec 2022 16:06:15 +0800 Subject: [PATCH] upload --- app.js | 2 +- ext.json | 19 ++++--------------- pages/coupon/childDetail/childDetail.wxml | 4 ++-- pages/coupon/detail/index.wxml | 4 ++-- pages/couponorder/detail/index.js | 3 +-- pages/couponorder/detail/index.wxml | 4 ++-- pages/theme/index1/index.js | 4 ++-- 7 files changed, 14 insertions(+), 26 deletions(-) diff --git a/app.js b/app.js index 9c5b074..0404a7d 100644 --- a/app.js +++ b/app.js @@ -3,7 +3,7 @@ const { defaultObj, huanLeChengObj } = require("./utils/mouldStyle.js") const Http = require("./utils/HttpBasics"); const extConfig = wx.getExtConfigSync ? wx.getExtConfigSync() : {} //无商圈注释 -var myPluginInterface = requirePlugin('auto-points-plugin') +// var myPluginInterface = requirePlugin('auto-points-plugin') let businessSwitch = extConfig.attr.businessSwitch ? extConfig.attr.businessSwitch : false App({ diff --git a/ext.json b/ext.json index af9aa49..2cfc09c 100644 --- a/ext.json +++ b/ext.json @@ -17,7 +17,7 @@ }, "version": "release" }, - "mchId": "1604439800", + "mchId": "1539496451", "imgProxy": [ { "newUrl": "https://c.malls.iformall.com/img", @@ -34,12 +34,11 @@ ], "configUrl": "https://c.malls.iformall.com/C/api", "ifStoreApp": "0", - "businessSwitch": "1", "ifHaveWebSocket": "0", "ifHaveCarModular": "0" }, - "name": "富茂链客生产版", - "weappId": "wx6a2524a8286d687f", + "name": "宁乡翡翠湖国际广场", + "weappId": "wxbe89097584fbbf03", "appVersion": "C.5.1.1" }, "debug": false, @@ -84,17 +83,7 @@ "navigationBarTitleText": "", "navigationBarBackgroundColor": "#FFFFFF" }, - "plugins": { - "auto-points-plugin": { - "version": "1.3.0", - "provider": "wxfab2bf944bfc4da6" - }, - "live-player-plugin": { - "version": "1.3.5", - "provider": "wx2b03c6e691cd7370" - } - }, - "extAppid": "wx6a2524a8286d687f", + "extAppid": "wxbe89097584fbbf03", "extEnable": true, "permission": { "scope.userLocation": { diff --git a/pages/coupon/childDetail/childDetail.wxml b/pages/coupon/childDetail/childDetail.wxml index f6586b3..7fc6f9f 100644 --- a/pages/coupon/childDetail/childDetail.wxml +++ b/pages/coupon/childDetail/childDetail.wxml @@ -132,10 +132,10 @@ 购买须知 - + {{data.remark}} - + diff --git a/pages/coupon/detail/index.wxml b/pages/coupon/detail/index.wxml index 92d8764..5290c43 100644 --- a/pages/coupon/detail/index.wxml +++ b/pages/coupon/detail/index.wxml @@ -133,10 +133,10 @@ 购买须知 - + {{data.remark}} - + diff --git a/pages/couponorder/detail/index.js b/pages/couponorder/detail/index.js index e47aaf2..2a93e36 100644 --- a/pages/couponorder/detail/index.js +++ b/pages/couponorder/detail/index.js @@ -311,9 +311,8 @@ Page({ }).then(res => { if (res.code == 200 && res.data.html) { this.setData({ - curHtml: decodeURI(res.data.html) + curHtml: decodeURI(res.data.html), }) - console.log(this.data.curHtml, 'curhtml'); } }) }, diff --git a/pages/couponorder/detail/index.wxml b/pages/couponorder/detail/index.wxml index aec0534..3cc2c66 100644 --- a/pages/couponorder/detail/index.wxml +++ b/pages/couponorder/detail/index.wxml @@ -119,10 +119,10 @@ 购买须知 - + {{data.remark}} - + diff --git a/pages/theme/index1/index.js b/pages/theme/index1/index.js index f616e3a..b186927 100644 --- a/pages/theme/index1/index.js +++ b/pages/theme/index1/index.js @@ -3,8 +3,8 @@ console.log(extConfig, 'extConfig'); let ifStoreApp = extConfig.attr.ifStoreApp; // 无商圈注释 -const myPluginInterface = requirePlugin('auto-points-plugin') -let businessVersion = 1 * extConfig.attr.businessVersion +// const myPluginInterface = requirePlugin('auto-points-plugin') +// let businessVersion = 1 * extConfig.attr.businessVersion let businessSwitch = 1 * extConfig.attr.businessSwitch ? extConfig.attr.businessSwitch : false let mch_id = extConfig.attr.mchId