Commit 83b5b31c authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 3dee819e
......@@ -156,7 +156,7 @@
}
},
onLoad(options) {
this.vedioId = JSON.parse(decodeURIComponent(options.vedioId));
this.vedioId = options.vedioId
let that = this;
if (tt.getSystemInfoSync().platform === 'ios') {
this.os = 'ios';
......
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