Browse Source

去掉默认提示原因

liyuan 6 days ago
parent
commit
e5c159450b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/me/myInfo.vue

+ 2 - 2
pages/me/myInfo.vue

@@ -286,7 +286,7 @@
 				submit(obj).then(res => {
 						setTimeout(() => {
 							uni.showToast({
-								title: '保存成功',
+								title: res.msg,
 								icon: 'none',
 							});
 						}, 10);
@@ -402,4 +402,4 @@
 	::v-deep .uni-date-x .uni-icons {
 		color: #03803B !important;
 	}
-</style>
+</style>