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
06b473ba
authored
Sep 10, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
JS
parent
46615ce5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
pages/tab/me/me.js
pages/tab/me/me.wxml
pages/tab/me/me.js
View file @
06b473ba
...
...
@@ -101,8 +101,8 @@ Page({
//认证管理
if
(
e
.
currentTarget
.
dataset
.
type
==
'certification'
)
{
if
(
e
.
currentTarget
.
dataset
.
status
==
null
)
{
if
(
this
.
data
.
userInfo
.
auth_
status
==
null
)
{
wx
.
navigateTo
({
url
:
"/pages/person/certification/addcertification/index"
...
...
@@ -111,7 +111,7 @@ Page({
}
else
{
wx
.
navigateTo
({
url
:
"/pages/person/certification/
addcertification
/index"
url
:
"/pages/person/certification/
certificationmanage
/index"
});
}
...
...
@@ -152,7 +152,7 @@ Page({
})
},
toSignin
:
function
()
{
toSignin
:
function
()
{
wx
.
navigateTo
({
url
:
"/pages/list/signin/index"
})
...
...
pages/tab/me/me.wxml
View file @
06b473ba
...
...
@@ -57,7 +57,7 @@
<text class="t2">{{userInfo.mobile}}</text>
</view>
</view>
<view class="boxsiz bar row bothSide verCenter" data-type="certification"
data-status="{{userInfo.auth_status}}"
bind:tap="toUrl">
<view class="boxsiz bar row bothSide verCenter" data-type="certification" bind:tap="toUrl">
<view>
<text class="icon iconfont iconiconxiantiaoshouji19"></text>
<text class="t1">认证管理</text>
...
...
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