wx.openOfficialAccountArticle(Object object)
我在uniapp中开发微信小程序,使用这个api。代码如下。报错
<!-- #ifdef MP -->
<button @click="testgoto">测试</button>
<!-- #endif -->
testgoto() {
console.log("testgoto")
// #ifdef MP
wx.openOfficialAccountArticle({
url: 'https://mp.weixin.qq.com/s/T0jdaUn4BWOQtxINuSljMg', // 此处填写公众号文章连接
success: res => {
console.log(res)
},
fail: res => {
console.log(res)
}
})
// #endif
网上、社区、uniapp社区、文档搜不到任何相关资料和讨论。
擦 解决了。。。
没留意基础库版本