Browse Source

upload

soldDate
HolyKnightIX 2 years ago
parent
commit
158a4698ce
2 changed files with 6 additions and 8 deletions
  1. +5
    -7
      ext.json
  2. +1
    -1
      pages/order/detail/index.js

+ 5
- 7
ext.json View File

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

+ 1
- 1
pages/order/detail/index.js View File

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


Loading…
Cancel
Save