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
87c01db1
authored
Sep 26, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://119.23.72.7/shiyu/icsalesProgram
parents
faa6fa7f
faa2403e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
7 deletions
pages/person/certification/certificationmanage/index.wxml
pages/person/invitation/index.js
pages/person/invitation/index.wxml
pages/person/invitationrecord/index.wxml
pages/person/withdrawal/index.js
pages/person/certification/certificationmanage/index.wxml
View file @
87c01db1
...
...
@@ -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/invitation/index.js
View file @
87c01db1
...
...
@@ -71,7 +71,7 @@ Page({
return
{
title
:
'邀请好友'
,
path
:
"/pages/person/auth/index?from=
share
&user_id="
+
user_id
path
:
"/pages/person/auth/index?from=
invites
&user_id="
+
user_id
}
},
...
...
pages/person/invitation/index.wxml
View file @
87c01db1
<view class="invitation" hover-class="none" hover-stop-propagation="false">
<view class="tip row bothSide verCenter {{isShowTip?'':'noheight'}}" style="position:relative;white-space: nowrap;">
<view class="wrap column">
<swiper vertical="true" circular="true" interval="
5
000" autoplay display-multiple-items='2' class="sw">
<swiper vertical="true" circular="true" interval="
3
000" autoplay display-multiple-items='2' class="sw">
<swiper-item wx:for="{{invitesInfo.recent_invites}}" wx:key="{{item}}">
<view class="tip-left row verCenter">
<text class="icon iconfont iconiconxiantiaoshouji12 tip-icon"></text>
...
...
pages/person/invitationrecord/index.wxml
View file @
87c01db1
...
...
@@ -4,7 +4,7 @@
<view class="wrap row bothSide verCenter bor">
<view class="column">
<text class="t1">{{item.invited_user_name}}</text>
<text class="t2">
2019-05-10 10:15
</text>
<text class="t2">
{{item.add_time}}
</text>
</view>
<view class="row verCenter">
<text class="t3">+</text>
...
...
pages/person/withdrawal/index.js
View file @
87c01db1
...
...
@@ -73,10 +73,13 @@ Page({
* 用户点击右上角分享
*/
onShareAppMessage
:
function
()
{
return
{
title
:
'好友助力'
,
path
:
"/pages/person/helpfriend/index?exchange_id="
+
this
.
data
.
weixin_exchange_info
.
exchange_id
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