Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
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
813dd6ef
authored
Apr 19, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
d6919da1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
pages/index/index.vue
pages/index/index.vue
View file @
813dd6ef
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<view
class=
"head row bothSide"
>
<view
class=
"head row bothSide"
>
<view
class=
"column"
>
<view
class=
"column"
>
<text
class=
"t1"
>
{{
company_id
==
1
?
'深圳市猎芯科技有限公司'
:
'深贸电子有限公司'
}}
</text>
<text
class=
"t1"
>
{{
company_id
==
1
?
'深圳市猎芯科技有限公司'
:
'深贸电子有限公司'
}}
</text>
<view
class=
"row verCenter"
>
<view
class=
"row verCenter"
v-if=
"info.user_info"
>
<text
class=
"iconfont icon-juxing"
></text>
<text
class=
"iconfont icon-juxing"
></text>
<text
class=
"t2"
>
{{
info
.
user_info
.
name
}}
</text>
<text
class=
"t2"
>
{{
info
.
user_info
.
name
}}
</text>
</view>
</view>
...
@@ -63,9 +63,11 @@ export default {
...
@@ -63,9 +63,11 @@ export default {
info
:
{}
info
:
{}
};
};
},
},
onLoad
()
{
this
.
getData
();
},
onShow
()
{
onShow
()
{
this
.
company_id
=
uni
.
getStorageSync
(
'company_id'
)
||
1
;
this
.
company_id
=
uni
.
getStorageSync
(
'company_id'
)
||
1
;
this
.
getData
();
},
},
methods
:
{
methods
:
{
getData
()
{
getData
()
{
...
...
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