| 1 |
- <view class="content"><view class="box"><view class="box-item"><view class="box-left"><text class="imp">*</text>捐款意向</view><view class="box-right"><picker class="box-right" value="{{index}}" range="{{chooseDire}}" data-event-opts="{{[['change',[['PickerDire',['$event']]]],['tap',[['addType',['$event']]]]]}}" bindchange="__e" bindtap="__e"><text>{{intention||'请选择捐款意向'}}</text></picker></view></view><view class="box-item"><view class="box-left"><text class="imp">*</text>捐款方式</view><view class="box-right"><picker class="box-right" value="{{index}}" range="{{chooseType}}" data-event-opts="{{[['change',[['PickerType',['$event']]]]]}}" bindchange="__e"><text>{{way||'请选择捐款方式'}}</text></picker></view></view><view data-event-opts="{{[['tap',[['tochooseMoney',['$event']]]]]}}" class="box-item1" bindtap="__e"><view class="box-main"><view class="box-left"><text class="imp">*</text>捐款金额</view><view class="box-right"><input type="text" placeholder="请选择金额" disabled="{{true}}" data-event-opts="{{[['input',[['__set_model',['','money','$event',[]]]]]]}}" value="{{money}}" bindinput="__e"/></view></view><view class="box-bottom">个人满500,单位满2000可打印纸质证书</view></view></view><view class="box"><view class="box-item"><view class="box-left"><block wx:if="{{is_show}}"><view><text class="imp">*</text>姓名</view></block><block wx:else><view><text class="imp">*</text>单位</view></block></view><view class="box-right"><input type="text" placeholder="请真实填写" data-event-opts="{{[['input',[['__set_model',['','donate_er','$event',[]]]]]]}}" value="{{donate_er}}" bindinput="__e"/></view></view><view class="box-item"><view class="box-left"><text class="imp">*</text>手机号</view><view class="box-right"><input type="text" placeholder="请填写手机号" data-event-opts="{{[['input',[['__set_model',['','mobile','$event',[]]]]]]}}" value="{{mobile}}" bindinput="__e"/></view></view></view><view class="switch-box"><view class="switch-left">实名公开</view><view class="switch-right"><switch style="transform:scale(0.7,0.7);" checked="{{is_public}}" color="#E63931" data-event-opts="{{[['change',[['switch1Change',['$event']]]]]}}" bindchange="__e"></switch></view></view><view class="switch-box"><view class="switch-left">寄发票</view><view class="switch-right"><switch style="transform:scale(0.7,0.7);" checked="{{is_receipts}}" color="#E63931" data-event-opts="{{[['change',[['switch2Change',['$event']]]]]}}" bindchange="__e"></switch></view></view><view class="box"><view class="box-item"><view class="box-left">联系地址</view><view class="box-right"><input type="text" placeholder="请输入联系地址" data-event-opts="{{[['input',[['__set_model',['','address','$event',[]]]]]]}}" value="{{address}}" bindinput="__e"/></view></view></view><view data-event-opts="{{[['tap',[['confirm']]]]}}" class="submit" bindtap="__e">立即提交</view><uni-popup class="vue-ref" vue-id="e3f0c416-1" type="bottom" data-ref="popup" data-event-opts="{{[['^click',[['close']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="popup_row"><view class="title"><view class="title-left">一份爱心,一份力量!</view><view data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class="cancel" bindtap="__e"></view></view><view class="money-btn"><block wx:for="{{moneyList}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><view class="btn"><button type="default" data-event-opts="{{[['tap',[['addmoney',['$0'],[[['moneyList','id',item.id]]]]]]]}}" bindtap="__e">{{item.money}}</button></view></block></view><view class="pop-main"><view class="money-left">金额数</view><view class="money-iup"><input type="text" value="{{popmoney}}" placeholder="请选择金额或者自定义金额" data-event-opts="{{[['input',[['__set_model',['','popmoney','$event',[]]]]]]}}" bindinput="__e"/></view><view>元</view></view><view class="comfirm"><view data-event-opts="{{[['tap',[['comfirm1']]]]}}" class="comfirm1" bindtap="__e">确认</view></view></view></uni-popup><uni-popup class="vue-ref" vue-id="e3f0c416-2" type="center" data-ref="popup1" bind:__l="__l" vue-slots="{{['default']}}"><view class="popup-box"><view class="mian"><view class="delivery">支付失败</view><view class="nocancel">请退出页面,重新登录</view><view class="comfirm-box"><view data-event-opts="{{[['tap',[['cancel1',['$event']]]]]}}" class="cancel" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['comfirmExit']]]]}}" class="comfirm" bindtap="__e">确认</view></view></view></view></uni-popup></view>
|