소스 검색

Merge branch '报错信息显示修改' into 楚楚/楚楚测试

xiaohaizhao 3 달 전
부모
커밋
21be1e2a0e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/index/userCenter/index.js

+ 1 - 1
pages/index/userCenter/index.js

@@ -123,7 +123,7 @@ Component({
 								}
 							}).then(s => {
 								if (s.msg != '成功') return wx.showToast({
-									title: s.data,
+									title: s.msg,
 									icon: "none"
 								});
 								setTimeout(() => {