Commit 6ab50a52 by 冷斌

fix bug

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