Commit f15b8a54 authored by 黄奎's avatar 黄奎

页面修改

parent a371c3dc
...@@ -34,6 +34,14 @@ ...@@ -34,6 +34,14 @@
<van-rate v-model="item.ScoreNum" :size="25" color="#ffd21e" void-icon="star" void-color="#eee" /> <van-rate v-model="item.ScoreNum" :size="25" color="#ffd21e" void-icon="star" void-color="#eee" />
</view> </view>
</view> </view>
<view class="QuestionTitle">意见与建议</view>
<view class="QuestionInner" v-for="(item,index) in dataObj.OpinionandsuggestionList" :key="index">
<view style="margin:20rpx 0 30rpx 0;">
{{item.TextContent}}
</view>
</view>
</view> </view>
<view style="margin-top:60rpx;" class="btnDiv"> <view style="margin-top:60rpx;" class="btnDiv">
<van-button type="primary" style="width:100%;">提交</van-button> <van-button type="primary" style="width:100%;">提交</van-button>
......
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