Browse Source

[砍价][修改]:[发起按钮在还没有到有效的时候依然可以购买]

tags/安徽版C.4.1.6最终版
meo 6 years ago
parent
commit
f492c1ddfa
2 changed files with 1 additions and 5 deletions
  1. BIN
      assets/images/search.png
  2. +1
    -5
      pages/coupon/detail/index.js

BIN
assets/images/search.png View File

Before After
Width: 80  |  Height: 80  |  Size: 4.7 KiB

+ 1
- 5
pages/coupon/detail/index.js View File

@@ -406,11 +406,7 @@ Page({
}
var EndTime = res.data.validStartDate;
var NowTime = new Date().getTime();
if (EndTime - NowTime > 0) {
that.setData({
showbutton1: true
})
}

console.log(flag);
if (res.data.endTime && res.data.beginTime) {
that.setData({


Loading…
Cancel
Save