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); }