| | |
| | | <!-- <t-dialog visible="{{showWithInput}}" title="我要建议" confirm-btn="确定" cancel-btn="取消" bind:confirm="confirmSuggest" bind:cancel="closeDialog" class="suggest-dialog"> |
| | | <view slot="content"> |
| | | <view class="demo-rate"> |
| | | <view class="demo-rate__title">评分</view> |
| | | <t-rate value="{{ratevalue}}" catch:change="onChangeRate" /> |
| | | </view> |
| | | <t-input clearable value="{{inputvalue}}" slot="content" label="联系方式" placeholder="请输入联系方式" placeholder-class="placeholder" bind:change="inputChange" type="number" maxlength="{{11}}" tips="{{phoneError ? '手机号输入不正确' : ''}}" /> |
| | | <t-textarea value="{{textvalue}}" t-class="external-class" label="意见反馈" placeholder="请输入内容" maxcharacter="200" disableDefaultPadding="{{true}}" indicator bind:change="textareaChange" /> |
| | | </view> |
| | | </t-dialog> --> |
| | | <!-- <view class="suggest"> --> |
| | | <t-popup |
| | | visible="{{showWithInput}}" |
| | | bind:visible-change="onVisibleChange" |
| | |
| | | <view class="phone-input"> |
| | | <t-input |
| | | value="{{inputvalue}}" |
| | | slot="content" |
| | | label="" |
| | | placeholder="请输入联系方式" |
| | | bind:change="inputChange" |
| | | type="number" |
| | | maxlength="{{11}}" |
| | | class="phone" |
| | | style="{{inputStyle}}" |
| | | placeholder-class="t-input__placeholder input-placeholder" |
| | | /> |
| | | </view> |
| | | <view style="width: 100%"> |
| | |
| | | bind:tap="closeDialog" |
| | | /> |
| | | </t-popup> |
| | | <!-- </view> --> |