Commit 149242bb by 李嘉林

index获取多主题数据

parent 09f6fcb4
...@@ -479,6 +479,9 @@ export default { ...@@ -479,6 +479,9 @@ export default {
}, },
methods: { methods: {
init() { init() {
if (!this.mpApp.globalData.pageList) {
app.getThemePage(this.$store.state.extConfig);
}
// 获取小程序开启的订阅消息配置 // 获取小程序开启的订阅消息配置
shop.getWxMiniSubscribeMessageConfig().then(res => { shop.getWxMiniSubscribeMessageConfig().then(res => {
if (res.data.code == 200) { if (res.data.code == 200) {
......
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