Commit 95348a2c authored by youjie's avatar youjie

立即下单优化步骤

parent 5a35a94b
......@@ -57,14 +57,13 @@
<text>原价:</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>
<!--
<view class="" v-if="stepNumber==0&&dataList.currentPriceInfo.teamType==0">
<text style="font-size: 13px;color:#111">
直客价:<text style="font-size: 20rpx;">¥</text>{{ currentPrice.b2CPrice}}
</text>
</view>
-->
<text style="font-size: 13px;color:#111;margin-left: 10px;">
<text style="font-size: 13px;color:#111;margin-left: 10px;" v-else>
直客价:<text style="font-size: 20rpx;">¥</text>{{ currentPrice.b2CPrice}}
</text>
</view>
......@@ -1183,7 +1182,7 @@
fontSize: '14px',
margin: '0 auto',
width: '90vw',
}" @click="showSalePreviwe=false,goReserce()">确定</u-button>
}" @click="goReserce()">确定</u-button>
</view>
</u-popup>
</view>
......
......@@ -218,7 +218,7 @@
fontSize: '14px',
margin: '0 auto',
width: '90vw',
}" @click="showSalePreviwe=false,goReserce()">确定</u-button>
}" @click="goReserce()">确定</u-button>
</view>
</u-popup>
<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