evaluate.wxml 2.7 KB

1
  1. <view class="content"><view class="equity_box"><view class="text-box uni-textarea"><textarea auto-height="{{true}}" placeholder-style="color:#999" maxlength="-1" placeholder="{{placeholder}}" data-event-opts="{{[['blur',[['bindTextAreaBlur',['$event']]]]]}}" bindblur="__e"></textarea></view><view class="flex_item zhil"><view>评分</view><view><uni-rate vue-id="6b83212a-1" text="1" size="20" margin="10" value="{{rateValue}}" data-event-opts="{{[['^change',[['rateChange']]]]}}" bind:change="__e" bind:__l="__l"></uni-rate></view></view></view><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="submit-btn" catchtap="__e">提交评论</view><uni-popup class="vue-ref" vue-id="6b83212a-2" type="center" data-ref="popup" bind:__l="__l" vue-slots="{{['default']}}"><view class="popup"><view class="row"><view class="row-1">给医生打打赏吧</view><input class="row-2" type="number" placeholder="请输入打赏金额" data-event-opts="{{[['input',[['__set_model',['','money','$event',[]]]]]]}}" value="{{money}}" bindinput="__e"/><button data-event-opts="{{[['tap',[['Reward',['$event']]]]]}}" class="row-3 flex" bindtap="__e">立即打赏</button><view data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="close_icon" bindtap="__e">残忍跳过</view></view></view></uni-popup><uni-popup class="vue-ref" style="z-index:999;" vue-id="6b83212a-3" type="bottom" data-ref="popup2" bind:__l="__l" vue-slots="{{['default']}}"><view class="payment"><view data-event-opts="{{[['tap',[['payclose']]]]}}" class="first flex " bindtap="__e"><text class="word">选择支付方式</text><image src="../../static/img/img25.png"></image></view><view class="pay-type-list"><view data-event-opts="{{[['tap',[['changePayType',[1]]]]]}}" class="type-item b-b" bindtap="__e"><view class="img"><image class="yue" src="../../static/img/img26.png"></image></view><view class="con"><text class="tit">微信支付</text></view><label class="radio"><radio value="" color="#FC4141" checked="{{payType==1}}"></radio></label></view><view data-event-opts="{{[['tap',[['changePayType',[2]]]]]}}" class="type-item flex_item" bindtap="__e"><view class="img"><image class="yue" src="../../static/img/img017.png"></image></view><view class="con"><text class="tit">余额支付</text></view><label class="radio"><radio value="" color="#FC4141" checked="{{payType==2}}"></radio></label></view></view><view class="one"></view><view class="Third flex"><view class="two1"><text class="two1-1 ">合计:</text><text class="two1-2">¥</text><text class="two1-2 size">{{money}}</text></view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="{{['two2',(payLoding)?'clickbg':'']}}" catchtap="__e"><text>立即支付</text></view></view></view></uni-popup></view>