HolyKnightIX pirms 2 gadiem
vecāks
revīzija
502bff8e7d
7 mainītis faili ar 14 papildinājumiem un 26 dzēšanām
  1. +1
    -1
      app.js
  2. +4
    -15
      ext.json
  3. +2
    -2
      pages/coupon/childDetail/childDetail.wxml
  4. +2
    -2
      pages/coupon/detail/index.wxml
  5. +1
    -2
      pages/couponorder/detail/index.js
  6. +2
    -2
      pages/couponorder/detail/index.wxml
  7. +2
    -2
      pages/theme/index1/index.js

+ 1
- 1
app.js Parādīt failu

@@ -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({


+ 4
- 15
ext.json Parādīt failu

@@ -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": {


+ 2
- 2
pages/coupon/childDetail/childDetail.wxml Parādīt failu

@@ -132,10 +132,10 @@
<view>
<text>购买须知</text>
</view>
<view wx:if="{{curHtml==''}}">
<view wx:if="{{data.contentType==0}}">
<text><text class='spot'></text>{{data.remark}}</text>
</view>
<view wx:if="{{curHtml!=''}}">
<view wx:if="{{data.contentType==1}}">
<rich-text nodes="{{curHtml}}"></rich-text>
</view>
</view>


+ 2
- 2
pages/coupon/detail/index.wxml Parādīt failu

@@ -133,10 +133,10 @@
<view>
<text>购买须知</text>
</view>
<view wx:if="{{curHtml==''}}">
<view wx:if="{{data.contentType==0}}">
<text><text class='spot'></text>{{data.remark}}</text>
</view>
<view wx:if="{{curHtml!=''}}">
<view wx:if="{{data.contentType==1}}">
<rich-text nodes="{{curHtml}}"></rich-text>
</view>
</view>


+ 1
- 2
pages/couponorder/detail/index.js Parādīt failu

@@ -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');
}
})
},


+ 2
- 2
pages/couponorder/detail/index.wxml Parādīt failu

@@ -119,10 +119,10 @@
<view>
<text>购买须知</text>
</view>
<view wx:if="{{curHtml==''}}">
<view wx:if="{{data.contentType==0}}">
<text><text class='spot'></text>{{data.remark}}</text>
</view>
<view wx:if="{{curHtml!==''}}">
<view wx:if="{{data.contentType==1}}">
<rich-text nodes="{{curHtml}}"></rich-text>
</view>
</view>


+ 2
- 2
pages/theme/index1/index.js Parādīt failu

@@ -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


Notiek ielāde…
Atcelt
Saglabāt