用户在我们小程序交易过,通过下面方法邀请用户评价,为什么拉起的是体验评价,而不是交易评价?(我们是快递服务,符合类目要求,并且用户有交易订单)
appId: wxcc866a20987fe1ca
wx.openBusinessView({
businessType: 'servicecommentpage',
success: (res) => {
console.log(res)
},
fail: (res) => {
console.log(res)
}
});
}