소스 검색

[积分兑换][bug修改]

tags/湖南版5.1.4
刘晖 6 년 전
부모
커밋
3ee523bbf9
2개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. +1
    -5
      pages/integralmall/integcoupondetail/index.js
  2. +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
}

불러오는 중...
취소
저장