Commit 7e637f6e by 冷斌

fix bug

parent e89583bc
...@@ -244,8 +244,9 @@ ...@@ -244,8 +244,9 @@
let type = option.v; let type = option.v;
if (type === 'course') { if (type === 'course') {
console.log("{:U('course/PayVideo/index',['vst'=>'order,GaYUaufpTyJXByDvFy9=Uuoew')}");
} }
if (type === 'exams') { if (type === 'exams') {
url = "/pay/exams_"+item['order']+".html"; url = "/pay/exams_"+item['order']+".html";
formData2 = { formData2 = {
...@@ -256,6 +257,7 @@ ...@@ -256,6 +257,7 @@
}; };
} }
if (type === 3) { if (type === 3) {
} }
......
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