Commit d5df70f5 authored by 袁玲利's avatar 袁玲利

Merge branch 'develop' of https://git.xiaopay.net/lizhishu/xzf_uniapp-wechat-web into develop

parents b009646b 214cb8a1
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
{{ChargeProDetail.chargeName||""}} {{ChargeProDetail.chargeName||""}}
</view> </view>
<view class="title2"> <view class="title2">
{{ChargeProDetail.descInfo||""}} <van-notice-bar :scrollable="ChargeProDetail.descInfo.length>20?true:false" background="#ffffff" color="#333333" style="padding: 0;"
:text="ChargeProDetail.descInfo||''" />
</view> </view>
<van-divider /> <van-divider />
<view class="botto"> <view class="botto">
...@@ -182,7 +183,7 @@ ...@@ -182,7 +183,7 @@
if (Amount) { if (Amount) {
return (Amount / 100).toFixed(2) return (Amount / 100).toFixed(2)
} else { } else {
return "" return "0.00"
} }
} }
}, },
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</view> </view>
<view class="listitem center"> <view class="listitem center">
<text class="describe"> <text class="describe">
{{item.descInfo}} {{item.descInfo||""}}
</text> </text>
</view> </view>
<view class="listitem botto" style="align-items: baseline;"> <view class="listitem botto" style="align-items: baseline;">
...@@ -276,6 +276,7 @@ ...@@ -276,6 +276,7 @@
line-height: 36rpx; line-height: 36rpx;
padding-top: 38rpx; padding-top: 38rpx;
padding-left: 32rpx; padding-left: 32rpx;
overflow-y: auto;
} }
} }
......
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