Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
398b8fd2
Commit
398b8fd2
authored
Jul 23, 2019
by
lvtz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 加入班级
parent
9fcfca89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
index.js
src/pages/inviteindex/index.js
+4
-3
No files found.
src/pages/inviteindex/index.js
View file @
398b8fd2
...
...
@@ -158,7 +158,7 @@ Page({
activityLog
({
type
:
22
,
open_id
:
visitor
&&
visitor
.
openid
,
school_id
:
data
.
school_id
,
school_id
:
this
.
data
.
school_id
,
remark
:
''
})
}
...
...
@@ -193,11 +193,12 @@ Page({
}
else
if
(
this
.
data
.
circleInfo
.
need_audit
==
2
)
{
wx
.
showModal
({
title
:
'提示'
,
content
:
'加入该班级需要审核,请等待,点击确认查看班级'
,
content
:
'加入该班级需要审核,请等待,点击确定查看班级'
,
showCancel
:
false
,
success
(
res
)
{
if
(
res
.
confirm
)
{
wx
.
redirectTo
({
url
:
`/src/pages/circleindex/index?id=
${
th
is
.
data
.
id
}
`
url
:
`/src/pages/circleindex/index?id=
${
th
at
.
data
.
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