浏览代码

[dev]
异常数据提醒内容优化

Neo 1 年之前
父节点
当前提交
c11d960afd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -21,7 +21,7 @@ app.$mount()
 
 
 
 
 // 封装弹框的方法
 // 封装弹框的方法
-uni.$showMsg = (title = '数据请求失败!', duration = 1500) => {
+uni.$showMsg = (title = '数据请求异常!', duration = 1500) => {
 	uni.showToast({
 	uni.showToast({
 		title,
 		title,
 		duration,
 		duration,