yiming
2024-04-25 103db27cd0ca6b3305e95170dc297380f97fcc70
packageBookService/pages/bookServices/detail/components/tree/components/util.js
@@ -11,7 +11,7 @@
  wx.hideNavigationBarLoading()
}
const hideLoadingWithErrorTips = (err = '加载失败...') => {
const hideLoadingWithErrorTips = (err = '资源不可用,请联系管理员') => {
  hideLoading()
  wx.showToast({
    title: err,