Commit a72f5cce authored by wangxuelai's avatar wangxuelai

'点名详情页面布置作业入口'

parent 4a6e42ad
...@@ -114,7 +114,7 @@ Page({ ...@@ -114,7 +114,7 @@ Page({
id: this.data.schedulesDetail.class_id, id: this.data.schedulesDetail.class_id,
title: this.data.schedulesDetail.class.title title: this.data.schedulesDetail.class.title
}]) }])
url = `/business/pages/themeeditor/index?tid=0&sid=${this.data.sid}&classes=${encodeURIComponent(classes)}&editType=2`; const url = `/business/pages/themeeditor/index?tid=0&sid=${this.data.sid}&classes=${encodeURIComponent(classes)}&editType=2`;
wx.navigateTo({ wx.navigateTo({
url: `${url}` url: `${url}`
}); });
...@@ -131,7 +131,7 @@ Page({ ...@@ -131,7 +131,7 @@ Page({
id: this.data.schedulesDetail.class_id, id: this.data.schedulesDetail.class_id,
title: this.data.schedulesDetail.class.title title: this.data.schedulesDetail.class.title
}]) }])
url = `/business/pages/themeeditor/index?tid=0&sid=${this.data.sid}&classes=${encodeURIComponent(classes)}&editType=1`; const url = `/business/pages/themeeditor/index?tid=0&sid=${this.data.sid}&classes=${encodeURIComponent(classes)}&editType=1`;
wx.navigateTo({ wx.navigateTo({
url: `${url}` url: `${url}`
}); });
...@@ -148,7 +148,7 @@ Page({ ...@@ -148,7 +148,7 @@ Page({
id: this.data.schedulesDetail.class_id, id: this.data.schedulesDetail.class_id,
title: this.data.schedulesDetail.class.title title: this.data.schedulesDetail.class.title
}]) }])
url = `/business/pages/themeeditor/index?tid=0&sid=${this.data.sid}&classes=${encodeURIComponent(classes)}&editType=3`; const url = `/business/pages/themeeditor/index?tid=0&sid=${this.data.sid}&classes=${encodeURIComponent(classes)}&editType=3`;
wx.navigateTo({ wx.navigateTo({
url: `${url}` url: `${url}`
}); });
......
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