Commit 95348a2c authored by youjie's avatar youjie

立即下单优化步骤

parent 5a35a94b
...@@ -57,14 +57,13 @@ ...@@ -57,14 +57,13 @@
<text>原价:</text> <text>原价:</text>
<text class="jz_renmin">¥</text><text class="jz_B2bPrice">{{ $utils.getretailer()?currentPrice.b2BPrice:currentPrice.b2CPrice }}</text> <text class="jz_renmin">¥</text><text class="jz_B2bPrice">{{ $utils.getretailer()?currentPrice.b2BPrice:currentPrice.b2CPrice }}</text>
<text style="color: #999999; font-size: 28rpx; font-weight: 400">/人起</text> <text style="color: #999999; font-size: 28rpx; font-weight: 400">/人起</text>
<!--
<view class="" v-if="stepNumber==0&&dataList.currentPriceInfo.teamType==0"> <view class="" v-if="stepNumber==0&&dataList.currentPriceInfo.teamType==0">
<text style="font-size: 13px;color:#111"> <text style="font-size: 13px;color:#111">
直客价:<text style="font-size: 20rpx;">¥</text>{{ currentPrice.b2CPrice}} 直客价:<text style="font-size: 20rpx;">¥</text>{{ currentPrice.b2CPrice}}
</text> </text>
</view> </view>
--> <text style="font-size: 13px;color:#111;margin-left: 10px;" v-else>
<text style="font-size: 13px;color:#111;margin-left: 10px;">
直客价:<text style="font-size: 20rpx;">¥</text>{{ currentPrice.b2CPrice}} 直客价:<text style="font-size: 20rpx;">¥</text>{{ currentPrice.b2CPrice}}
</text> </text>
</view> </view>
...@@ -1183,7 +1182,7 @@ ...@@ -1183,7 +1182,7 @@
fontSize: '14px', fontSize: '14px',
margin: '0 auto', margin: '0 auto',
width: '90vw', width: '90vw',
}" @click="showSalePreviwe=false,goReserce()">确定</u-button> }" @click="goReserce()">确定</u-button>
</view> </view>
</u-popup> </u-popup>
</view> </view>
......
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
fontSize: '14px', fontSize: '14px',
margin: '0 auto', margin: '0 auto',
width: '90vw', width: '90vw',
}" @click="showSalePreviwe=false,goReserce()">确定</u-button> }" @click="goReserce()">确定</u-button>
</view> </view>
</u-popup> </u-popup>
<u-popup v-model="showDownload" mode="bottom" border-radius="50" length="60%" :safe-area-inset-bottom="true"> <u-popup v-model="showDownload" mode="bottom" border-radius="50" length="60%" :safe-area-inset-bottom="true">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment