tong 4 年 前
コミット
20b9084e17
1 ファイル変更3 行追加3 行削除
  1. 3 3
      pages/me/Settlement-center/index.vue

+ 3 - 3
pages/me/Settlement-center/index.vue

@@ -168,15 +168,15 @@
 						console.log(res)
 						if (res.data.msg == "success") {
 							uni.showToast({
-								title: '核销返利成功',
+								title: '核销返利成功!',
 								duration: 2000
 							});
 							this.getData()
 
 						} else {
 							uni.showToast({
-								title: '核销返利失败',
-								icon: false,
+								title: '核销返利失败!',
+								icon: 'none',
 								duration: 2000
 							});
 						}