1 |
- <form data-event-opts="{{[['submit',[['checkForm',['$event']]]]]}}" class="form data-v-0607860b" style="{{(colorStyle)}}" bindsubmit="__e"><view class="input-section data-v-0607860b"><view class="section-hd data-v-0607860b">{{$root.m0}}</view><view class="section-bd data-v-0607860b"><view class="input-group data-v-0607860b">{{''+$root.m1+''}}<input class="input data-v-0607860b" name="money" type="digit" placeholder="0.00" data-event-opts="{{[['input',[['__set_model',['','money','$event',['number']]],['inputChange',['$event']]]],['blur',[['$forceUpdate']]]]}}" value="{{money}}" bindinput="__e" bindblur="__e"/></view><block wx:if="{{payPrice&&show}}"><view class="discount data-v-0607860b">{{$root.m2+":"+$root.m3+(payPrice||0)}}</view></block></view></view><view class="radio-section data-v-0607860b"><view class="section-hd data-v-0607860b">{{$root.m4}}</view><radio-group class="section-bd data-v-0607860b" name="method"><block wx:if="{{yuePay}}"><label class="item data-v-0607860b"><text class="iconfont icon-yue data-v-0607860b"></text><view class="name data-v-0607860b"><text class="data-v-0607860b">{{$root.m5}}</text><text class="money data-v-0607860b">{{$root.m6+":"+$root.m7+(now_money||0)}}</text></view><radio value="yue" checked="{{payType==='yue'}}" class="data-v-0607860b"></radio></label></block><block wx:if="{{wxpay}}"><label class="item data-v-0607860b"><text class="iconfont icon-weixinzhifu data-v-0607860b"></text><text class="name data-v-0607860b">{{$root.m8}}</text><radio value="weixin" checked="{{payType==='weixin'}}" class="data-v-0607860b"></radio></label></block></radio-group></view><button class="button data-v-0607860b" form-type="submit">{{$root.m9}}</button><view class="alipay data-v-0607860b"><rich-text nodes="{{alipayHtml}}"></rich-text></view></form>
|