Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
ec-report-refactor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lihuizhen
ec-report-refactor
Commits
982b7cd0
Commit
982b7cd0
authored
Sep 27, 2023
by
leon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "feat:remove phone call"
This reverts commit
bd6f673f
.
parent
bd6f673f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
authorized.vue
pages/login/authorized.vue
+6
-7
No files found.
pages/login/authorized.vue
View file @
982b7cd0
<
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,7 +57,6 @@
height
:
80rpx
;
}
.phone-text
{
margin-top
:
40rpx
;
font-size
:
40rpx
;
font-weight
:
bold
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment