Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
weapp
/
ttc
İzle
6
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
bug修改
soldDate
HolyKnightIX
2 yıl önce
ebeveyn
6893de9ff9
işleme
dada49dd18
3 değiştirilmiş dosya
ile
13 ekleme
ve
2 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+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
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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"
}
]
}
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet