Commit 8562684c authored by lvtz's avatar lvtz

fix

parent 5fdb4066
......@@ -355,6 +355,7 @@ Page({
},
goThemeIndex(e) {
const {dataset: {theme}} = e.currentTarget;
console.log(theme,'21',this.data.selectClass.id,)
if (theme.subject_type == 2) {
wx.navigateTo({
url: `/business/pages/calendarthemeindex/index?id=${this.data.selectClass.id}&tid=${theme.id}&sid=${this.data.sid}`
......
This diff is collapsed.
{
"navigationBarTitleText": "作业打卡",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#35BAFD",
"navigationBarTextStyle": "white",
"usingComponents": {
"sjd-media-show": "../../../components/sjdmediashow",
"clock-item": "../../components/clockitem",
"empty-content": "../../../components/emptycontent",
"poster-box": "../../../components/posterbox",
"go-top": "../../components/goTop",
"list-loading": "../../../components/listloading",
"comment-editor": "../../../components/commenteditor",
"btn-drag":"../../../components/btndrag",
"expiredTip": "../../components/expiredTip",
"comment-editor-type-choose": "../../components/commentEditorTypeChoose"
}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
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