更新支付方式说明, 商品多规格显示"起"
This commit is contained in:
parent
32cc438c49
commit
4b93962371
@ -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" : {
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user