From 790b2c43a379215e440cfb07f7c0d21b8b6e0689 Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Mon, 18 Aug 2025 14:03:30 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D](dev-2.0)?= =?UTF-8?q?:=20=20-=20=E5=AE=89=E5=85=A8=E6=89=BF=E8=AF=BA=E4=B9=A6?= =?UTF-8?q?=E7=AD=BE=E5=AD=97=E4=B8=8D=E6=98=BE=E7=A4=BA=E8=81=8C=E7=A7=B0?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/promise/sign.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/mine/promise/sign.vue b/pages/mine/promise/sign.vue index 898eca1..c5279e9 100644 --- a/pages/mine/promise/sign.vue +++ b/pages/mine/promise/sign.vue @@ -84,7 +84,7 @@ export default { ...resData.TEXT, DETAIL, SIGNTIME: this.$u.timeFormat(new Date(), 'yyyy-mm-dd'), - COVERPEOPLE: resData.COVERPEOPLE[0].USERNAME, + COVERPEOPLE: resData.COVERPEOPLE[0].USERNAME + resData.COVERPEOPLE[0].NICKNAME, PROMISEPEOPLE_ID: resData.PROMISEPEOPLE_ID } },