Jamcuk
2017-12-27 3996156e8e022dce953986acd91c3045272a4adb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!--发压岁钱页面-->
 
<!--隐藏弹出框  -->
<view wx:if='{{do_ycif==true}}' class='zdo_toast_wai {{do_ycif==true?"zdoanimt_toast":""}}'><view class='{{do_toastcolor==1?"zdo_toast1":"zdo_toast2"}}'>{{do_yccontent}}</view></view>
 
 
<view class='do-body' style='background-color:#EFEFF4;'>
 
    <form bindsubmit='Click_submit' report-submit='{{true}}'>
 
        <!--拜年礼金  -->
        <view class='tian_dan fboxRow Xbetween Ycenter'>
            <view class='fboxRow Ycenter'>
                <image class='tian_tu' src='/img/myyue.png'></image>
                <view class='font_normol'>拜年礼金</view>
            </view>
            <view class='fboxRow Ycenter'>
                <input name='money' maxlength='8' bindinput='Shuru_jine' bindfocus='Shuru_jine' cursor-spacing='70' type='digit' placeholder-class='font_gray' placeholder='最少¥{{moneymin}}' class='tian_input'></input>
                <view class='font_normol' style='margin-left:20rpx;'>元</view>
            </view>
        </view>
        <view style='margin-left:3%;margin-top:10rpx;' class='font_min font_gray'>系统优先使用账户余额,当前余额:¥{{money_moren}}</view>
 
        <!--礼金个数  -->
        <view class='tian_dan fboxRow Xbetween Ycenter'>
            <view class='fboxRow Ycenter'>
                <image class='tian_tu' src='/img/fanum.png'></image>
                <view class='font_normol'>礼金个数</view>
            </view>
            <view class='fboxRow Ycenter'>
                <input name='count' maxlength='5' bindinput='Shuru_geshu' bindfocus='Shuru_geshu' cursor-spacing='70' type='number' placeholder-class='font_gray' placeholder='最少{{geshumin}}' class='tian_input'></input>
                <view class='font_normol' style='margin-left:20rpx;'>个</view>
            </view>
        </view>
        
 
        <!--发送按钮  -->
        <button form-type='submit' class='fa_wai font_normol {{tf_jinehege==true&&tf_geshuhege==true?"fa_yes":"fa_no"}}'>确认支付并返回</button>
 
    </form>
 
</view>