Commit bd6f673f authored by leon's avatar leon

feat:remove phone call

parent 130b70ef
<template>
<view class="wrap">
<view class="container">
<view class="large-text">请等待管理员授权</view>
<view class="phone" @tap="call()">
<image class="phone-image" src="../../static/icon/phone.png"></image>
<view class="phone-text">直接通知管理员</view>
</view>
<view class="phone-text" @tap="backToLogin()">返回登录</view>
<view class="large-text">请等待管理员授权</view>
<!-- <view class="phone" @tap="call()">
<image class="phone-image" src="../../static/icon/phone.png"></image>
<view class="phone-text">直接通知管理员</view>
</view> -->
<view class="phone-text" @tap="backToLogin()">返回登录</view>
</view>
</view>
</template>
......@@ -57,6 +57,7 @@
height: 80rpx;
}
.phone-text {
margin-top: 40rpx;
font-size: 40rpx;
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