Commit 2844c545 authored by 李智书's avatar 李智书

1.修改样式;

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