修复bug
This commit is contained in:
parent
b38a7555b5
commit
cea691bd13
@ -2,8 +2,8 @@
|
||||
"name" : "惠农生活",
|
||||
"appid" : "__UNI__3A527D1",
|
||||
"description" : "",
|
||||
"versionName" : "2.0.28",
|
||||
"versionCode" : 2028,
|
||||
"versionName" : "2.0.30",
|
||||
"versionCode" : 2030,
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
|
@ -61,7 +61,7 @@
|
||||
<view class='money p-color skeleton-rect' style="min-width: 70rpx;">
|
||||
¥
|
||||
<text class='num'>{{storeInfo.price}}</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-if="storeInfo.attr&&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;">
|
||||
|
Loading…
x
Reference in New Issue
Block a user