Commit 4754bd42 by 冷斌

Merge remote-tracking branch 'origin/master'

parents 542241ec d76ca402
......@@ -194,6 +194,7 @@
active: 1,
tab: 0,
myTab: 0,
condition: [],
zhenti: [],
download: [],
myYiZuo: [],
......@@ -231,6 +232,9 @@
onMyTab: function(tab) {
this.myTab = tab
},
onCondition: function(condition) {
},
//加载真题
loadZhenti: function() {
let that = this
......@@ -248,7 +252,7 @@
price: r.price,
count: r.questions_count,
time: r.reply_time,
person: "0已做"
person: r.exams_user + "已做"
}
}))
}
......
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