This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
[积分兑换][bug修改]
tags/湖南版5.1.4
刘晖
6 years ago
parent
c8a7a111f4
commit
3ee523bbf9
2 changed files
with
1 additions
and
6 deletions
Split View
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
View File
@@ -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
View File
@@ -1,6 +1,5 @@
{
"navigationBarTitleText": "积分换礼",
"usingComponents": {},
"navigationBarBackgroundColor": "#F13C42",
"enablePullDownRefresh": true
}
Write
Preview
Loading…
Cancel
Save