From 4a74caa575ee18d3ebb77e56556ed91c5aa8f9a3 Mon Sep 17 00:00:00 2001 From: Wayne Hsu Date: Sat, 18 Feb 2023 12:13:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB=E5=A5=BD=E5=8F=8B=20bug=20fi?= =?UTF-8?q?x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Card/Edit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Card/Edit.vue b/src/views/Card/Edit.vue index 25d7642..8c04dd0 100644 --- a/src/views/Card/Edit.vue +++ b/src/views/Card/Edit.vue @@ -641,6 +641,7 @@ export default defineComponent({ } let btnObj = {...defaultBtn} + btnObj.text = '分享好友' btnObj.link =`${process.env.VUE_APP_SEND_URL}?userid=${Cookies.get("uid")}&cardid=2` state.form.json5.cards[page - 1].btns.push(btnObj); }