tong 4 năm trước cách đây
mục cha
commit
20b9084e17
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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
 							});
 						}