Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8198e180
authored
Dec 08, 2021
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
04c1abcd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
12 deletions
pages/home/index.vue
pages/home/index.vue
View file @
8198e180
...
...
@@ -22,18 +22,34 @@
<view
class=
"fast-entry"
>
<view
class=
"tit"
>
快捷操作入口
</view>
<view
class=
"row avarage bar"
>
<view
class=
"box column verCenter"
@
click=
"scanChange()"
>
<text
class=
"iconfont icon-a-juxing1"
></text>
<text
class=
"text"
>
快递回单上传
</text>
</view>
<view
class=
"box column verCenter"
@
click=
"scanChange()"
>
<text
class=
"iconfont icon-a-juxing1"
></text>
<text
class=
"text"
>
司机回单上传
</text>
</view>
<view
class=
"box column verCenter"
@
click=
"scanChange()"
>
<text
class=
"iconfont icon-a-juxing1"
></text>
<text
class=
"text"
>
自提回单上传
</text>
</view>
<template
v-if=
"is_login"
>
<view
class=
"box column verCenter"
@
click=
"scanChange()"
>
<text
class=
"iconfont icon-a-juxing1"
></text>
<text
class=
"text"
>
快递回单上传
</text>
</view>
<view
class=
"box column verCenter"
@
click=
"scanChange()"
>
<text
class=
"iconfont icon-a-juxing1"
></text>
<text
class=
"text"
>
司机回单上传
</text>
</view>
<view
class=
"box column verCenter"
@
click=
"scanChange()"
>
<text
class=
"iconfont icon-a-juxing1"
></text>
<text
class=
"text"
>
自提回单上传
</text>
</view>
</
template
>
<
template
v-else
>
<navigator
class=
"box column verCenter"
url=
"/pages/mine/login"
hover-class=
"none"
>
<text
class=
"iconfont icon-a-juxing1"
></text>
<text
class=
"text"
>
快递回单上传
</text>
</navigator>
<navigator
class=
"box column verCenter"
url=
"/pages/mine/login"
hover-class=
"none"
>
<text
class=
"iconfont icon-a-juxing1"
></text>
<text
class=
"text"
>
司机回单上传
</text>
</navigator>
<navigator
class=
"box column verCenter"
url=
"/pages/mine/login"
hover-class=
"none"
>
<text
class=
"iconfont icon-a-juxing1"
></text>
<text
class=
"text"
>
自提回单上传
</text>
</navigator>
</
template
>
</view>
</view>
<view
class=
"scan row rowCenter verCenter"
@
click=
"scanChange()"
>
...
...
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