本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
weapp
/
C
關注
8
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
66
Wiki
活動
瀏覽代碼
[积分兑换][bug修改]
tags/湖南版5.1.4
刘晖
6 年之前
父節點
c8a7a111f4
當前提交
3ee523bbf9
共有
2 個檔案被更改
,包括
1 行新增
和
6 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-5
pages/integralmall/integcoupondetail/index.js
+0
-1
pages/integralmall/payIntegcoupondetail/index.json
+ 1
- 5
pages/integralmall/integcoupondetail/index.js
查看文件
@@ -57,8 +57,7 @@ Page({
gotoBuy(e) {
console.log(22222)
this.setData({
canBuyIf: false,
formId: e.detail.formId
canBuyIf: false
})
wx.navigateTo({
url: '/pages/integralmall/payIntegcoupondetail/index?couponChannelId=' + this.data.couponChannelId + '&couponId=' + this.data.couponId,
@@ -123,9 +122,6 @@ Page({
canBuyIf: true,
showTime: true
})
if (this.data.spellData != null) {
this.countdown()
}
},
/**
+ 0
- 1
pages/integralmall/payIntegcoupondetail/index.json
查看文件
@@ -1,6 +1,5 @@
{
"navigationBarTitleText": "积分换礼",
"usingComponents": {},
"navigationBarBackgroundColor": "#F13C42",
"enablePullDownRefresh": true
}
Write
Preview
Loading…
取消
儲存