更新支付方式说明, 商品多规格显示"起"

This commit is contained in:
weipengfei 2024-04-12 15:40:15 +08:00
parent 32cc438c49
commit 4b93962371
3 changed files with 7 additions and 3 deletions

View File

@ -2,8 +2,8 @@
"name" : "惠农生活",
"appid" : "__UNI__3A527D1",
"description" : "",
"versionName" : "2.0.27",
"versionCode" : 2027,
"versionName" : "2.0.28",
"versionCode" : 2028,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@ -61,7 +61,8 @@
<view class='money p-color skeleton-rect' style="min-width: 70rpx;">
<text class='num'>{{storeInfo.price}}</text>
<text style="color: #000;font-weight: 500;">{{"/"}}{{ storeInfo.unit_name}}</text>
<text style="color: #000;font-weight: 500;" v-if="storeInfo.attr.length==0">{{"/"}}{{ storeInfo.unit_name}}</text>
<text style="color: #000;font-weight: 500;" v-else>{{" "}}</text>
<view v-if="svipData && svipData.show_svip_price && svipData.show_svip"
style="display: inline-block;">
<text class="vip-money">{{storeInfo.svip_price}}</text>

View File

@ -244,6 +244,9 @@
<view class='conter' v-if="orderInfo.pay_type==4 || orderInfo.pay_type==5">支付宝支付</view>
<view class='conter'
v-if="orderInfo.pay_type==1 || orderInfo.pay_type==2 || orderInfo.pay_type==3">微信支付</view>
<view class='conter' v-if="orderInfo.pay_type==11">微信收款</view>
<view class='conter' v-if="orderInfo.pay_type==12">现金收款</view>
<view class='conter' v-if="orderInfo.pay_type==13">支付宝收款</view>
</view>
<view class='item acea-row row-between' v-if="orderInfo.mark">
<view>买家留言</view>