From 684ef70c5834b3bdee5997dbdc8bf193eacb7851 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 01 八月 2024 11:34:01 +0800
Subject: [PATCH] lll

---
 wechat_staff/pages/detailDis/realpic.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/wechat_staff/pages/detailDis/realpic.js b/wechat_staff/pages/detailDis/realpic.js
index 8471569..68fb9a1 100644
--- a/wechat_staff/pages/detailDis/realpic.js
+++ b/wechat_staff/pages/detailDis/realpic.js
@@ -41,6 +41,7 @@
       info.isCollection = !info.isCollection
       wx.showToast({
         title: actionType == 'collect' ? '鏀惰棌鎴愬姛' : '鍙栨秷鏀惰棌',
+        icon: 'none'
       })
       this.setData({info})
     })
@@ -78,7 +79,7 @@
         actionType: flag ? 'collect' : 'collect_cancel'
       }).then(res => {
         info.isCollection = flag
-        wx.showToast({title: flag ? '鏀惰棌鎴愬姛' : '鍙栨秷鏀惰棌'})
+        wx.showToast({title: flag ? '鏀惰棌鎴愬姛' : '鍙栨秷鏀惰棌', icon: 'none'})
         this.setData({
           info
         }) 

--
Gitblit v1.9.3