このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
weapp
/
ttc
ウォッチ
6
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
bug修改
soldDate
HolyKnightIX
2年前
親
6893de9ff9
コミット
dada49dd18
3個のファイルの変更
、
13行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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"
}
]
}
書き込み
プレビュー
読み込み中…
キャンセル
保存