Commit 398b8fd2 authored by lvtz's avatar lvtz

fix 加入班级

parent 9fcfca89
......@@ -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=${this.data.id}`
url: `/src/pages/circleindex/index?id=${that.data.id}`
})
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment