浏览代码

upload

soldDate
HolyKnightIX 2 年前
父节点
当前提交
158a4698ce
共有 2 个文件被更改,包括 6 次插入8 次删除
  1. +5
    -7
      ext.json
  2. +1
    -1
      pages/order/detail/index.js

+ 5
- 7
ext.json 查看文件

@@ -1,23 +1,21 @@
{ {
"ext": { "ext": {
"attr": { "attr": {
"configUrl": "https://c.malls.iformall.com/C/api"
"configUrl": "https://ctest.malls.iformall.com/C/api"
}, },
"name": "吾悦广场",
"weappId": "tt48a23e1fd79d648801"
"name": "富茂券券集团版",
"weappId": "tt620e14b3fd30264101"
}, },
"window": { "window": {
"backgroundTextStyle": "light", "backgroundTextStyle": "light",
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "Mini Program",
"navigationBarBackgroundColor": "#fff" "navigationBarBackgroundColor": "#fff"
}, },
"extAppid": "tt48a23e1fd79d648801",
"extAppid": "tt620e14b3fd30264101",
"extEnable": true, "extEnable": true,
"directCommit": false, "directCommit": false,
"networkTimeout": { "networkTimeout": {
"request": 30000, "request": 30000,
"downloadFile": 10000 "downloadFile": 10000
},
"requiredPrivateInfos": ["chooseLocation", "getLocation"]
}
} }

+ 1
- 1
pages/order/detail/index.js 查看文件

@@ -661,7 +661,7 @@ Page({
url: config.api.getchanId, url: config.api.getchanId,
data: { data: {
id: _this.data.order.couponOrderId, id: _this.data.order.couponOrderId,
mallTenantId: tt.getStorageSync('mallTenantId')
mallTenantId: this.data.mallTenantId || ''
} }
}).then(res => { }).then(res => {
tt.canRateAwemeOrders({ tt.canRateAwemeOrders({


正在加载...
取消
保存