本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
weapp
/
ttc
關注
6
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
bug修改
soldDate
HolyKnightIX
2 年之前
父節點
6893de9ff9
當前提交
dada49dd18
共有
3 個檔案被更改
,包括
13 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
pages/coupon/detail/index.js
+2
-1
pages/couponorder/detail/index.js
+9
-0
project.config.json
+ 2
- 1
pages/coupon/detail/index.js
查看文件
@@ -596,7 +596,8 @@ Page({
Http.get({
url: config.api.couponMerchant,
data: {
couponChannelId: couponChannelId
couponChannelId: couponChannelId,
mallTenantId: this.data.mallTenantId || ''
}
}).then(res => {
const keys = Object.keys(res.data)
+ 2
- 1
pages/couponorder/detail/index.js
查看文件
@@ -128,7 +128,8 @@ Page({
Http.get({
url: config.api.couponOrderDetail,
data: {
couponOrderId: options.quancode
couponOrderId: options.quancode,
mallTenantId: tt.getStorageSync('mallTenantId') || ''
}
}).then(res => {
if (res.data.tenantId) {
+ 9
- 0
project.config.json
查看文件
@@ -27,6 +27,15 @@
"scene": "990001",
"launchFrom": "scan",
"location": "qr_code"
},
{
"id": 1671727084768,
"name": "index/index",
"pathName": "pages/main/index",
"query": "type=cd&couponChannelId=762472141677453312&tenantId=1032",
"scene": "990001",
"launchFrom": "scan",
"location": "qr_code"
}
]
}
Write
Preview
Loading…
取消
儲存