From f90096e20a5767e0e56d5badc0906d65aa913d7c Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 24 Dec 2023 00:03:24 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E5=BE=AE=E4=BF=A1=E6=94=AF?= =?UTF-8?q?=E4=BB=98=EF=BC=9A=E5=A2=9E=E5=8A=A0=20weixin=20=E6=9C=AA?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E7=9A=84=E6=8F=90=E7=A4=BA=E5=BC=95=E5=AF=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/pay/index.vue | 2 +- .../s-wallet-card/s-wallet-card.vue | 4 +- sheep/platform/pay.js | 63 ++++++++++++------- sheep/platform/provider/wechat/miniProgram.js | 14 +++++ .../provider/wechat/officialAccount.js | 14 +++++ 5 files changed, 70 insertions(+), 27 deletions(-) diff --git a/pages/pay/index.vue b/pages/pay/index.vue index 7ea40be..4afdf61 100644 --- a/pages/pay/index.vue +++ b/pages/pay/index.vue @@ -38,7 +38,7 @@ - 余额: {{ userInfo.money }}元 + 余额: {{ fen2yuan(userInfo.money) }}元