|
|
|
@ -518,7 +518,7 @@ Page({ |
|
|
|
}) |
|
|
|
} else { |
|
|
|
// 小程序是3
|
|
|
|
commonApi._post("adv/get_home_ui", {type_id: 3}).then(res => { |
|
|
|
commonApi._post("adv/get_home_ui", {type_id: 15}).then(res => { |
|
|
|
let obj = {}; |
|
|
|
(res.data.content||[]).forEach(item => { |
|
|
|
obj[item.id] = item.image |
|
|
|
|