|
@ -2,12 +2,14 @@ |
|
|
<!-- 解决滚动穿透 --> |
|
|
<!-- 解决滚动穿透 --> |
|
|
<page-meta :page-style="'overflow:'+(popShow?'hidden':'visible')"></page-meta> |
|
|
<page-meta :page-style="'overflow:'+(popShow?'hidden':'visible')"></page-meta> |
|
|
<view class="bg" v-if="info"> |
|
|
<view class="bg" v-if="info"> |
|
|
<view class="sendwayArea" :style="{'width': isPost==3?'340rpx':'100rpx'}" v-if="isPost>=1&&isPost<=3"> |
|
|
<view class="sendwayArea" :style="{'width': isPost==3?'340rpx':'170rpx'}" v-if="isPost>=1&&isPost<=3"> |
|
|
<view v-if="isPost==1||isPost==3" :class="['sendway-item',sendType==1?'active':'']" |
|
|
<view v-if="isPost==1||isPost==3" :class="['sendway-item',sendType==1?'active':'']" |
|
|
@click="sendType=1" style="left: -2rpx;">邮寄配送</view> |
|
|
@click="sendType=1" style="left: -2rpx;">邮寄配送</view> |
|
|
<view v-if="isPost==2||isPost==3" :class="['sendway-item',sendType==2?'active':'']" |
|
|
<view v-if="isPost==2||isPost==3" :class="['sendway-item',sendType==2?'active':'']" |
|
|
@click="sendType=2" style="right: -2rpx;">到店自提</view> |
|
|
@click="sendType=2" style="right: -2rpx;">到店自提</view> |
|
|
<!-- <view :class="['sendway-item',sendType==2?'active':'']" |
|
|
<!-- <view :class="['sendway-item',sendType==1?'active':'']" |
|
|
|
|
|
@click="sendType=1" style="left: -2rpx;">邮寄配送</view> |
|
|
|
|
|
<view :class="['sendway-item',sendType==2?'active':'']" |
|
|
@click="sendType=2" style="right: -2rpx;">到店自提</view> --> |
|
|
@click="sendType=2" style="right: -2rpx;">到店自提</view> --> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|