Commit 214cb8a1 authored by 李智书's avatar 李智书

1.修改样式;

parent 2844c545
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
{{ChargeProDetail.chargeName||""}} {{ChargeProDetail.chargeName||""}}
</view> </view>
<view class="title2"> <view class="title2">
<van-notice-bar :scrollable="true" background="#ffffff" color="#333333" style="padding: 0;" <van-notice-bar :scrollable="ChargeProDetail.descInfo.length>20?true:false" background="#ffffff" color="#333333" style="padding: 0;"
:text="ChargeProDetail.descInfo||''" /> :text="ChargeProDetail.descInfo||''" />
</view> </view>
<van-divider /> <van-divider />
......
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