showToast,和hideLoading有冲突嘛?
`
wx.showToast({
title: '已加入收藏库',
icon: 'success',
duration: 2000
})
wx.hideLoading()
`
showToast,和hideLoading有冲突嘛?