|
|
@@ -3,11 +3,13 @@
|
|
|
<view class="container">
|
|
|
<view class="header">
|
|
|
<view class="scan" @tap="scan()" hover-class="scan_hover">
|
|
|
- <text class="iconfont icon-saoma"></text>
|
|
|
+ <!-- <text class="iconfont icon-saoma"></text> -->
|
|
|
+ <image :src="require('./images/icon-saoma.png')" style="width: 118rpx;" mode="aspectFit"></image>
|
|
|
<text>扫码连接</text>
|
|
|
</view>
|
|
|
<view class="qinshihao">
|
|
|
- <text class="iconfont icon-zhuye"></text>
|
|
|
+ <!-- <text class="iconfont icon-zhuye"></text> -->
|
|
|
+ <image :src="require('./images/icon-zhuye.png')" style="width: 28rpx; margin-right: 8rpx;" mode="aspectFit"></image>
|
|
|
<text class="dormtxt">{{dorm_number || '宿舍未知'}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -30,7 +32,10 @@
|
|
|
</view>
|
|
|
<view class="start_payamount" @tap="chongzhi_yemian()" hover-class="scan_hover">
|
|
|
<text>点击充值</text>
|
|
|
- <text class="iconfont icon-dayuhao"></text>
|
|
|
+ <image :src="require('./images/icon-dayuhao.png')"
|
|
|
+ style="width: 26rpx; margin-left: 10rpx; padding-top: 3rpx; opacity: 0.6;" mode="aspectFit">
|
|
|
+ </image>
|
|
|
+ <!-- <text class="iconfont icon-dayuhao"></text> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="start_bot">
|
|
|
@@ -60,7 +65,10 @@
|
|
|
@change="bindDateChange">
|
|
|
<view class="uni-input">
|
|
|
<text>{{date}}</text>
|
|
|
- <text class="iconfont icon-arrow-down"></text>
|
|
|
+ <!-- <text class="iconfont icon-arrow-down"></text> -->
|
|
|
+ <image :src="require('./images/icon-arrow-down.png')"
|
|
|
+ style="width: 26rpx;" mode="aspectFit">
|
|
|
+ </image>
|
|
|
</view>
|
|
|
</picker>
|
|
|
</view>
|
|
|
@@ -1452,7 +1460,7 @@
|
|
|
title: '字节码为空!'
|
|
|
});
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
if (typeof this.stu_number == 'undefined' || this.stu_number == '') {
|
|
|
uni.showToast({
|
|
|
icon: 'none',
|
|
|
@@ -1602,6 +1610,7 @@
|
|
|
top: 20rpx;
|
|
|
right: 30rpx;
|
|
|
font-size: 28rpx;
|
|
|
+ height: 38rpx;
|
|
|
|
|
|
.icon-zhuye {
|
|
|
margin-right: 10rpx;
|
|
|
@@ -1729,6 +1738,7 @@
|
|
|
.uni-input {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+ height: 58rpx;
|
|
|
|
|
|
text:nth-child(1) {
|
|
|
margin-right: 10rpx;
|