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

This commit is contained in:
hupeng
2020-10-12 10:53:46 +08:00
parent 2aa9719ee6
commit e4517efe64
3 changed files with 7 additions and 4 deletions

View File

@ -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 {

View File

@ -267,7 +267,10 @@
// 查看商品
openAlone: function () {
this.$yrouter.push({
path: "/detail/" + this.goodsDetail.productId
path: "/pages/shop/GoodsCon/index",
query: {
id: this.goodsDetail.productId
}
});
},
// 砍价完成,去支付

View File

@ -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>