Commit 581d1779 by liuquan

parent 117a0100
...@@ -268,6 +268,7 @@ Page({ ...@@ -268,6 +268,7 @@ Page({
}, },
onLoad: function (options) { onLoad: function (options) {
var that = this; var that = this;
console.log('options',options);
/** otype=1 第一次未答完题进行第二题 || 从报告列表跳转 else 扫码过来 */ /** otype=1 第一次未答完题进行第二题 || 从报告列表跳转 else 扫码过来 */
that.data.otype = options.otype ? options.otype : -1; that.data.otype = options.otype ? options.otype : -1;
if (options.otype == 1) { if (options.otype == 1) {
......
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