Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
weapp
/
C
İzle
8
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
66
Wiki
Aktivite
Kaynağa Gözat
update
tags/2.2.4
Stormeye.Wu
6 yıl önce
ebeveyn
070c941713
işleme
5421a94882
2 değiştirilmiş dosya
ile
5 ekleme
ve
1 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+4
-1
common/common.js
+1
-0
pages/coupons/details/index.js
+ 4
- 1
common/common.js
Dosyayı Görüntüle
@@ -163,7 +163,10 @@ const func = {
"token": app.globalData.token
},
method: "Post",
data: JSON.stringify({"couponId": couponId}),
data: {
couponId: couponId,
token: app.globalData.token
},
success: function (res) {
resolve(res)
},
+ 1
- 0
pages/coupons/details/index.js
Dosyayı Görüntüle
@@ -20,6 +20,7 @@ Page({
wx.showLoading({
title: '加载中...',
})
console.log(this.data.couponId)
Common.orderSave(''+this.data.couponId)
.then(res => {
wx.hideLoading();
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet