Commit 2f067831 authored by 华国豪's avatar 华国豪 🙄

绑定首页数据

parent 7eaedfcf
This diff is collapsed.
......@@ -727,7 +727,29 @@ export default {
},
methods: {
// 获取列表
getTaocanList(){
//http://efficient.oytour.com/api/kkday/commodityList
this.apiJavaPost(
"/api/kkday/commodityList",
{
"locale": "zh-cn",
"state":"TW" ,
"cat_sub_keys": [
"TAG_1_3"
]
},
res => {
if (res.data.resultCode === 1) {
let data = res.data.data.prods
console.log(data)
} else {
this.Error(res.data.message);
}
},
null
);
},
}
}
</script>
\ No newline at end of file
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