Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsalesProgram
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
46615ce5
authored
Sep 10, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
e493703f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
pages/tab/me/me.wxml
project.config.json
pages/tab/me/me.wxml
View file @
46615ce5
...
...
@@ -64,7 +64,7 @@
</view>
<view>
<block wx:if="{{userInfo.auth_status_val == null}}">
<text class="t2">
{{userInfo.auth_status_val}}
</text>
<text class="t2">
未认证
</text>
</block>
<block wx:else>
<text class="t2">{{userInfo.auth_status_val}}</text>
...
...
project.config.json
View file @
46615ce5
...
...
@@ -128,6 +128,13 @@
"id"
:
-1
,
"name"
:
"pages/person/setting/index"
,
"pathName"
:
"pages/person/setting/index"
,
"query"
:
""
,
"scene"
:
null
},
{
"id"
:
-1
,
"name"
:
"pages/tab/me/me"
,
"pathName"
:
"pages/tab/me/me"
,
"scene"
:
null
}
]
...
...
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