记得上下班打卡 | git大法好,push需谨慎

Commit eff66aa6 authored by sangchunxi's avatar sangchunxi

edit change okk 1

parent 91c7f47a
...@@ -291,17 +291,17 @@ ...@@ -291,17 +291,17 @@
// 监听 模糊搜索 // 监听 模糊搜索
let search = new searchSelect('#search', [], function(val) { let search = new searchSelect('#search', [], function(val) {
let _params = {} let _params = {}
if (activeTypeChangeVal === 1) { if (activeTypeChangeVal == 1) {
_params['type'] = 1 _params['type'] = 1
_params['title'] = val _params['title'] = val
} else if (activeTypeChangeVal === 2) { // 组合购 } else if (activeTypeChangeVal == 2) { // 组合购
_params['title'] = val _params['title'] = val
} else if (activeTypeChangeVal === 3) { // 演出 } else if (activeTypeChangeVal == 3) { // 演出
_params['status'] = '(3,6,7,9,10)' _params['status'] = '(3,6,7,9,10)'
_params['title'] = val _params['title'] = val
} else { // 商品 } else if (activeTypeChangeVal == 4) { // 商品
_params['name'] = 1 _params['name'] = val
_params['title'] = val // _params['title'] = val
} }
$.ajax({ $.ajax({
type: 'get', type: 'get',
......
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