Commit e5e5353e by 冷斌

fix bug

parent 11aa9b1c
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
type: "GET", type: "GET",
url: "{:U('course/Video/index')}", url: "{:U('course/Video/index')}",
data: "api=1&p=" + (this.page + 1) + data: "api=1&p=" + (this.page + 1) +
"&orderBy=&cateId=" + this.cate + "&vtype=1&charge=&videofile=&eaxm_id=&lower=" + lower + "&mhm_id="+MID+"&best=&vip_id=", "&orderBy=&cateId=" + this.cate + "&vtype=1&charge=&videofile=&eaxm_id=&lower=" + lower + "&mhm_id=&best=&vip_id=",
dataType: "json", dataType: "json",
success: function(data) { success: function(data) {
that.loading =false that.loading =false
......
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