在tap事件中触发wx.requestSubscribeMessage接口,今天用我自己的手机下单使用了一次能正常调用,第二次下单就无法调用,提示只能在tap事件中触发,清了缓存也还是没用。但是在其他机子上都没问题。
if (res.confirm) {
let that = this
const num = that.goOrder().num
const orderDate = that.goOrder().CrDate
var content = that.data.content
if (content == '') {
content = '无'
}
wx.requestSubscribeMessage({
tmplIds: ['QeUXD1oAY9BFcKJQwkcOwrgSts090wL6e6uddfsYLBE'],
}).then(e => {
wx.showLoading({
title: '提交订单中',
mask: true
}))
}
你好,麻烦提供下完整的报错信息
解决了吗