Commit 4d822b32 authored by leon's avatar leon

feat: remove phone call

parent 2148c906
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
<view class="wrap"> <view class="wrap">
<view class="container"> <view class="container">
<view class="large-text">请等待管理员授权</view> <view class="large-text">请等待管理员授权</view>
<view class="phone" @tap="call()"> <!-- <view class="phone" @tap="call()">
<image class="phone-image" src="../../static/icon/phone.png"></image> <image class="phone-image" src="../../static/icon/phone.png"></image>
<view class="phone-text">直接通知管理员</view> <view class="phone-text">直接通知管理员</view>
</view> </view> -->
<view class="phone-text" @tap="backToLogin()">返回登录</view> <view class="phone-text" @tap="backToLogin()">返回登录</view>
</view> </view>
</view> </view>
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
height: 80rpx; height: 80rpx;
} }
.phone-text { .phone-text {
margin-top: 40rpx;
font-size: 40rpx; font-size: 40rpx;
font-weight: bold; font-weight: bold;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment