Commit 71d7fc57 authored by 李智书's avatar 李智书

1.修改备注显示;

parent 1d64af36
......@@ -47,7 +47,8 @@
{{ChargeProDetail.chargeName||""}}
</view>
<van-notice-bar :scrollable="ChargeProDetail.descInfo.length>20?true:false" background="#ffffff"
color="#333333" style="padding: 0; font-family: PingFang SC;font-weight: 500;color: #999999;" :text="ChargeProDetail.descInfo||''" />
color="#333333" style="padding: 0; font-family: PingFang SC;font-weight: 500;color: #999999;"
:text="ChargeProDetail.descInfo||''" />
</view>
<!-- 备注 -->
<view class="remarks" style="height: auto;">
......@@ -128,7 +129,7 @@
{{remarksType[ChargeProDetail.notesType-1]}}
</text>
<view class="remarksTextarea">
{{remarks}}
{{ChargeProDetail.remarks||''}}
</view>
</view>
</view>
......@@ -286,7 +287,8 @@
</script>
<style lang="scss">
page,.tainer {
page,
.tainer {
background: #F3F5F6;
height: 100vh;
}
......@@ -473,6 +475,7 @@
margin: 0 auto;
}
}
.headerImg {
width: 750rpx;
height: 480rpx;
......
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