yaofang/pages/my/complaint.wxml

14 lines
1.1 KiB
Plaintext

<view style="padding:10px;">
<uni-section bind:__l="__l" padding="{{true}}" title="评分" type="line" vueId="2f09afb6-1" vueSlots="{{['default']}}">
<uni-rate bind:__l="__l" bind:input="__e" data-event-opts="{{[ [ '^input',[ [ '__set_model',[ '','rateValue','$event',[] ] ] ] ] ]}}" size="18" value="{{rateValue}}" vueId="{{'2f09afb6-2'+','+'2f09afb6-1'}}"></uni-rate>
</uni-section>
<uni-section bind:__l="__l" padding="{{true}}" title="投诉与建议" type="line" vueId="2f09afb6-3" vueSlots="{{['default']}}">
<uni-easyinput autoHeight="{{true}}" bind:__l="__l" bind:input="__e" data-event-opts="{{[ [ '^input',[ [ '__set_model',[ '','complaint','$event',[] ] ] ] ] ]}}" maxSize="510" placeholder="请输入内容" type="textarea" value="{{complaint}}" vueId="{{'2f09afb6-4'+','+'2f09afb6-3'}}"></uni-easyinput>
</uni-section>
<view>
<button bindtap="__e" data-event-opts="{{[ [ 'tap',[ [ 'sub',['$event'] ] ] ] ]}}" type="primary">提交</button>
</view>
<xpop bind:__l="__l" class="vue-ref" data-ref="xpop" vueId="2f09afb6-5"></xpop>
<boot-nav nav bind:__l="__l" vueId="2f09afb6-6"></boot-nav>
</view>