zhongshujie
2 天以前 5997579aa13e3b11677ee4d6eac3584f4e11429f
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,
@@ -24,4 +24,4 @@
  showLoading: showLoading,
  hideLoading: hideLoading,
  hideLoadingWithErrorTips: hideLoadingWithErrorTips,
}
}