...
|
...
|
@@ -7,7 +7,7 @@ |
|
|
<!-- 面坊商品 -->
|
|
|
<view v-if="type==1">
|
|
|
<view class="tailbox boxsizing" v-if="goodtail.is_seckill==2||timestatus==3">
|
|
|
<view class="tailname">
|
|
|
<view class="tailname tailnamek">
|
|
|
{{goodtail.name}}
|
|
|
</view>
|
|
|
<view class="tailhezi flextwo">
|
...
|
...
|
@@ -24,7 +24,7 @@ |
|
|
</view>
|
|
|
|
|
|
<view class="tailbox boxsizing" v-else>
|
|
|
<view class="tailname">
|
|
|
<view class="tailname tailnamek">
|
|
|
<text class='miaobox'>限时秒杀</text>
|
|
|
{{goodtail.name}}
|
|
|
</view>
|
...
|
...
|
@@ -61,7 +61,7 @@ |
|
|
|
|
|
<!-- 积分商品 -->
|
|
|
<view class="tailbox boxsizing" v-else-if="type==2">
|
|
|
<view class="tailname">
|
|
|
<view class="tailname tailnamek">
|
|
|
{{goodtail.name}}
|
|
|
</view>
|
|
|
<view class="tailhezi flextwo">
|
...
|
...
|
@@ -77,7 +77,7 @@ |
|
|
</view>
|
|
|
<!-- 店铺商品 -->
|
|
|
<view class="tailbox boxsizing" v-else-if="type==3">
|
|
|
<view class="tailname">
|
|
|
<view class="tailname tailnamek">
|
|
|
{{goodtail.name}}
|
|
|
</view>
|
|
|
<view class="tailhezi flextwo">
|
...
|
...
|
@@ -93,15 +93,16 @@ |
|
|
</view>
|
|
|
|
|
|
<view class="send" v-if="type==1">
|
|
|
运费{{mianpostage.postage}} 店铺满{{mianpostage.free_postage}}包邮
|
|
|
运费{{mianpostage.postage}} <text style='margin-left:20rpx;'>店铺满{{mianpostage.free_postage}}包邮</text>
|
|
|
<!-- 包邮 店铺满100元包邮 -->
|
|
|
</view>
|
|
|
|
|
|
<view class="send" v-if="type==2">
|
|
|
运费{{jifenpostpage.postage}} 店铺满{{mianpostage.free_postage}}包邮
|
|
|
运费{{jifenpostpage.postage}} <text style='margin-left:20rpx;'>店铺满{{mianpostage.free_postage}}包邮</text>
|
|
|
<!-- 包邮 店铺满100元包邮 -->
|
|
|
</view>
|
|
|
<view class="send" v-if="type==3">
|
|
|
运费{{shoppostage.postage}} 店铺满{{mianpostage.free_postage}}包邮
|
|
|
运费{{shoppostage.postage}} <text style='margin-left:20rpx;'>店铺满{{mianpostage.free_postage}}包邮</text>
|
|
|
<!-- 包邮 店铺满100元包邮 -->
|
|
|
</view>
|
|
|
<view class="tapnav flextwo">
|
...
|
...
|
@@ -852,9 +853,10 @@ |
|
|
icon: 'none'
|
|
|
})
|
|
|
setTimeout(function() {
|
|
|
uni.navigateTo({
|
|
|
url: '/pages/nearshop/cartlist'
|
|
|
})
|
|
|
that.shuwrap=false;
|
|
|
// uni.navigateTo({
|
|
|
// url: '/pages/nearshop/cartlist'
|
|
|
// })
|
|
|
}, 1500)
|
|
|
|
|
|
|
...
|
...
|
@@ -893,7 +895,7 @@ |
|
|
// },
|
|
|
buynowk() {
|
|
|
let that = this;
|
|
|
uni.setStorageSync("addressitem", "");
|
|
|
// uni.setStorageSync("addressitem", "");
|
|
|
uni.setStorageSync("couponitem", "")
|
|
|
var url = 'order/confirm_order';
|
|
|
let obj = {}
|
...
|
...
|
|