解决商品详情中商品介绍判断bug
parent
c98c5b64e1
commit
ea3563e4e9
|
@ -2,8 +2,8 @@
|
|||
"name" : "lili商城",
|
||||
"appid" : "__UNI__C100675",
|
||||
"description" : "",
|
||||
"versionName" : "4.0.43",
|
||||
"versionCode" : 4000043,
|
||||
"versionName" : "4.0.44",
|
||||
"versionCode" : 4000044,
|
||||
"transformPx" : false,
|
||||
"app-plus" : {
|
||||
"compatible" : {
|
||||
|
|
|
@ -820,7 +820,8 @@ page {
|
|||
font-size: 24rpx;
|
||||
border-radius: 8rpx;
|
||||
padding: 0rpx 12rpx;
|
||||
color: #fff;
|
||||
color: #fff;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
.address-box {
|
||||
border-radius: 40rpx;
|
||||
|
|
|
@ -4,9 +4,10 @@
|
|||
<view class="goods-detail">
|
||||
<view class="detail_padding">
|
||||
<div class="goods-detail-box">
|
||||
<div class="goods-detail-item goods-active">商品介绍</div>
|
||||
<div class="goods-detail-item goods-active">商品介绍
|
||||
</div>
|
||||
</div>
|
||||
<u-empty class="empty" text="暂无商品介绍" mode="data" v-if="!res.intro"></u-empty>
|
||||
<u-empty class="empty" text="暂无商品介绍" mode="data" v-if="!res.mobileIntro"></u-empty>
|
||||
<u-parse class="vhtml" :lazy-load="true" :use-cache="true" :show-with-animation="true" :html="res.mobileIntro"></u-parse>
|
||||
</view>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue