Commit b9a342a5 by 冷斌

fix bug

parent 42b522ea
......@@ -87,7 +87,6 @@
</van-tabs>
</div>
<php>echo {:U('course/PayVideo/index',['vst'=>'order,A6CImwcoH=ERwuDqAn0bynias'])}</php>
</div>
<script>
......@@ -246,7 +245,13 @@
let type = option.v;
if (type === 'course') {
console.log();
url = "/pay/"+item['order']+".html";
formData2 = {
vid: item['course_id'],
check_type: "{$check_type}",
type: "ConPay",
money: item['price'],
};
}
if (type === 'exams') {
......
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