Browse Source

修复秒杀倒计时、砍价商品不跳转、提现成功样式问题

zyh
hupeng 4 years ago
parent
commit
e4517efe64
  1. 2
      assets/css/style.less
  2. 5
      pages/activity/DargainDetails/index.vue
  3. 4
      pages/activity/SeckillDetails/index.vue

2
assets/css/style.less

@ -6313,7 +6313,7 @@ page {
margin: 0.25*100rpx auto 0 auto;
padding: 0.53*100rpx 0 0.58*100rpx 0;
left: 50%;
margin-left: -3.55*100rpx;
//margin-left: -3.55*100rpx;
}
.cash-audit .pictrue {

5
pages/activity/DargainDetails/index.vue

@ -267,7 +267,10 @@
//
openAlone: function () {
this.$yrouter.push({
path: "/detail/" + this.goodsDetail.productId
path: "/pages/shop/GoodsCon/index",
query: {
id: this.goodsDetail.productId
}
});
},
//

4
pages/activity/SeckillDetails/index.vue

@ -10,8 +10,8 @@
<view class="acea-row row-middle">
<view class="times">
<view>距秒杀结束仅剩</view>
<count-down :isDay="false" :tipText="false" :dayText="false" :hourText="' : '" :minuteText="' : '"
:secondText="false" :datatime="datatime"></count-down>
<count-down :isDay="false" :tipText="' '" :dayText="' '" :hourText="' : '" :minuteText="' : '"
:secondText="' '" :datatime="datatime"></count-down>
</view>
<view class="iconfont icon-jiantou"></view>
</view>

Loading…
Cancel
Save