mp:自定义菜单的图文选择

This commit is contained in:
YunaiV
2023-01-15 21:21:33 +08:00
parent 64fa3a7e47
commit b5815a62fc
5 changed files with 59 additions and 28 deletions

View File

@@ -42,9 +42,9 @@
type: Array // title - 标题description - 描述picUrl - 图片连接url - 跳转链接
}
},
created() {
console.log(this.articles)
},
// created() {
// console.log(this.articles)
// },
};
</script>