binquan.qiu | 7f2665f | 2020-03-27 17:19:57 +0800 | [diff] [blame^] | 1 | <view class="container"> |
| 2 | <view class="page-body"> |
| 3 | <view class="global-background"> |
| 4 | <view class="page-top"></view> |
| 5 | |
| 6 | <view class="whitebox"> |
| 7 | <view class="row-item" style="margin-top:30%"> |
| 8 | <button class="flexButton" bindtap="doScan"> |
| 9 | <image src="/weui/images/scan.jpg" class="boximage roundImage"></image> |
| 10 | <text class="qrcodeText">扫一扫</text> |
| 11 | </button> |
| 12 | <button class="flexButton" bindtap="doQrcode"> |
| 13 | <image src="/weui/images/qrcode.jpg" class="boximage roundImage"></image> |
| 14 | <text class="qrcodeText">付款码</text> |
| 15 | </button> |
| 16 | </view> |
| 17 | |
| 18 | |
| 19 | </view> |
| 20 | |
| 21 | |
| 22 | <view class="row-item " style="position:relative;width:100%;background-color:white;padding-top:80rpx"> |
| 23 | |
| 24 | <button class="flexButton" hover-class="flexButton-hover" bindtap="doCardLost"> |
| 25 | <image src="/weui/images/icon_card.png" class="boximage"></image> |
| 26 | <text class="btn-text">市民卡挂失</text> |
| 27 | </button> |
| 28 | <button class="flexButton" hover-class="flexButton-hover" style="border:1px solid #ccc; border-width:0 1px;" bindtap="doGetBill"> |
| 29 | <image src="/weui/images/icon_bill.png" class="boximage"></image> |
| 30 | <text class="btn-text">账单查询</text> |
| 31 | </button> |
| 32 | <button class="flexButton " hover-class="flexButton-hover" bindtap="doSafety"> |
| 33 | <image src="/weui/images/icon_securty.png" class="boximage"></image> |
| 34 | <text class="btn-text">账户安全</text> |
| 35 | </button> |
| 36 | |
| 37 | </view> |
| 38 | |
| 39 | <view class=" center inline-item" bindtap="doBind" style="margin-top:1%;"> |
| 40 | <view style="float:left"> |
| 41 | 银行卡 |
| 42 | </view> |
| 43 | <view style="float:right;display: block;" style="margin-left:75%;color:{{bindcolor}}"> |
| 44 | {{bind}} |
| 45 | </view> |
| 46 | <view class="arrow-icon" style="float:right;"> |
| 47 | > |
| 48 | </view> |
| 49 | </view> |
| 50 | <view class=" center inline-item" bindtap="doSign" > |
| 51 | <view style="float:left"> |
| 52 | 签约代扣免密付 |
| 53 | </view> |
| 54 | <view style="float:right;display: block;" style="margin-left:62%;color:{{signcolor}}"> |
| 55 | {{sign}} |
| 56 | </view> |
| 57 | <view class="arrow-icon" style="float:right;"> |
| 58 | > |
| 59 | </view> |
| 60 | </view> |
| 61 | </view> |
| 62 | |
| 63 | </view> |
| 64 | </view> |