You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
783 B
17 lines
783 B
<view> |
|
<view class="card"> |
|
<view class="header">{{ title }}</view> |
|
<view class="content">信件日期:{{ time }}</view> |
|
<view class="footer flex v-center between"> |
|
<view>评价本次办理服务</view> |
|
<van-radio-group model:value="{{ satisfaction }}" bind:change="onChange" direction="horizontal" > |
|
<van-radio name="not_satisfied" icon-size="16">不满意</van-radio> |
|
<van-radio name="basically_satisfied" icon-size="16">基本满意</van-radio> |
|
<van-radio name="satisfied" icon-size="16">满意</van-radio> |
|
</van-radio-group> |
|
</view> |
|
</view> |
|
<view style="margin-top: 198px; padding: 0 var(--cell-horizontal-padding,16px);"> |
|
<van-button block type="primary" bindtap="sumbit">提交</van-button> |
|
</view> |
|
</view> |