blob: b832291d1b9509febfc41c35c780c728463aa9bf [file] [log] [blame]
binquan.qiu7f2665f2020-03-27 17:19:57 +08001<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">
binquan.qiuf9647a22020-05-08 15:43:24 +080041 市民卡
binquan.qiu7f2665f2020-03-27 17:19:57 +080042 </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>
binquan.qiuf9647a22020-05-08 15:43:24 +080050
binquan.qiu7f2665f2020-03-27 17:19:57 +080051 </view>
52
53 </view>
54</view>