|
|
@ -71,6 +71,15 @@ |
|
|
this.getSignImgList(this.current) |
|
|
this.getSignImgList(this.current) |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
onShareAppMessage(res) { |
|
|
|
|
|
if (res.from === 'button') { // 来自页面内分享按钮 |
|
|
|
|
|
// console.log(res) |
|
|
|
|
|
} |
|
|
|
|
|
return { |
|
|
|
|
|
title: '来[次元意境]获取好看的图纸头像吧!', |
|
|
|
|
|
path: `/pages/atlas/atlas` |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
//跳转热门搜索页面 |
|
|
//跳转热门搜索页面 |
|
|
jumpToHot(){ |
|
|
jumpToHot(){ |
|
|
@ -89,12 +98,13 @@ |
|
|
this.arrList.push(item.typeName) |
|
|
this.arrList.push(item.typeName) |
|
|
this.arrListId.push(item.id) |
|
|
this.arrListId.push(item.id) |
|
|
}) |
|
|
}) |
|
|
} else { |
|
|
|
|
|
uni.showModal({ |
|
|
|
|
|
content: res.data.msg, |
|
|
|
|
|
showCancel: false |
|
|
|
|
|
}); |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
// else { |
|
|
|
|
|
// uni.showModal({ |
|
|
|
|
|
// content: res.data.msg, |
|
|
|
|
|
// showCancel: false |
|
|
|
|
|
// }); |
|
|
|
|
|
// } |
|
|
}, |
|
|
}, |
|
|
// 获取分类下标签 |
|
|
// 获取分类下标签 |
|
|
async getSignImgList(val) { |
|
|
async getSignImgList(val) { |
|
|
|