|
|
@ -9,9 +9,9 @@ Page({ |
|
|
*/ |
|
|
*/ |
|
|
data: { |
|
|
data: { |
|
|
list:[], |
|
|
list:[], |
|
|
tagList: [], // 父标签278
|
|
|
tagList: [], // 父标签477
|
|
|
total:1, |
|
|
total:1, |
|
|
type:278, |
|
|
type:477, |
|
|
sort:["","weight","distance","weight","price"], |
|
|
sort:["","weight","distance","weight","price"], |
|
|
order:['','desc',"asc","desc","asc"], |
|
|
order:['','desc',"asc","desc","asc"], |
|
|
lat:"", |
|
|
lat:"", |
|
|
@ -107,7 +107,7 @@ Page({ |
|
|
// 获取子标签
|
|
|
// 获取子标签
|
|
|
getTags () { |
|
|
getTags () { |
|
|
commonApi._post("product/tag_list",{ |
|
|
commonApi._post("product/tag_list",{ |
|
|
pid:"278", |
|
|
pid:"477", |
|
|
}).then(res=>{ |
|
|
}).then(res=>{ |
|
|
let resData = res.data || [] |
|
|
let resData = res.data || [] |
|
|
this.setData({ |
|
|
this.setData({ |
|
|
|