修复秒杀倒计时、砍价商品不跳转、提现成功样式问题
This commit is contained in:
@ -6313,7 +6313,7 @@ page {
|
|||||||
margin: 0.25*100rpx auto 0 auto;
|
margin: 0.25*100rpx auto 0 auto;
|
||||||
padding: 0.53*100rpx 0 0.58*100rpx 0;
|
padding: 0.53*100rpx 0 0.58*100rpx 0;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -3.55*100rpx;
|
//margin-left: -3.55*100rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cash-audit .pictrue {
|
.cash-audit .pictrue {
|
||||||
|
@ -267,7 +267,10 @@
|
|||||||
// 查看商品
|
// 查看商品
|
||||||
openAlone: function () {
|
openAlone: function () {
|
||||||
this.$yrouter.push({
|
this.$yrouter.push({
|
||||||
path: "/detail/" + this.goodsDetail.productId
|
path: "/pages/shop/GoodsCon/index",
|
||||||
|
query: {
|
||||||
|
id: this.goodsDetail.productId
|
||||||
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 砍价完成,去支付
|
// 砍价完成,去支付
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
<view class="acea-row row-middle">
|
<view class="acea-row row-middle">
|
||||||
<view class="times">
|
<view class="times">
|
||||||
<view>距秒杀结束仅剩</view>
|
<view>距秒杀结束仅剩</view>
|
||||||
<count-down :isDay="false" :tipText="false" :dayText="false" :hourText="' : '" :minuteText="' : '"
|
<count-down :isDay="false" :tipText="' '" :dayText="' '" :hourText="' : '" :minuteText="' : '"
|
||||||
:secondText="false" :datatime="datatime"></count-down>
|
:secondText="' '" :datatime="datatime"></count-down>
|
||||||
</view>
|
</view>
|
||||||
<view class="iconfont icon-jiantou"></view>
|
<view class="iconfont icon-jiantou"></view>
|
||||||
</view>
|
</view>
|
||||||
|
Reference in New Issue
Block a user