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
44b1f5b6
authored
Sep 26, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
8b6750db
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
pages/person/certification/certificationmanage/index.wxml
pages/person/withdrawal/index.js
pages/person/certification/certificationmanage/index.wxml
View file @
44b1f5b6
...
...
@@ -48,7 +48,7 @@
更新认证信息
</button>
</block>
<block wx:elif="{{authInfo.status ===
1
}}">
<block wx:elif="{{authInfo.status ===
2
}}">
<button class="btn" data-type="2" data-id="{{authInfo.id}}" data-url='/pages/person/certification/addcertification/index' bind:tap="toUrl">
重新提交信息
</button>
...
...
pages/person/withdrawal/index.js
View file @
44b1f5b6
...
...
@@ -73,10 +73,13 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage
:
function
()
{
if
(
this
.
data
.
weixin_exchange_info
.
exchange_id
)
{
return
{
title
:
'好友助力'
,
path
:
"/pages/person/helpfriend/index?exchange_id="
+
this
.
data
.
weixin_exchange_info
.
exchange_id
}
}
},
/**
* 获取数据
...
...
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