From bf61ccf57fd1a9aa02b5ae7fc9d8373c865434c7 Mon Sep 17 00:00:00 2001 From: zhangds Date: Fri, 22 Mar 2024 17:58:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8D=A1=E5=AF=86=20?= =?UTF-8?q?=E5=8A=A0=E5=AF=86=E8=BF=87=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- orderDetails/cardOrder.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orderDetails/cardOrder.html b/orderDetails/cardOrder.html index b0cf244..c3f6b3b 100644 --- a/orderDetails/cardOrder.html +++ b/orderDetails/cardOrder.html @@ -189,7 +189,7 @@ history.go(-1); } - return { copyFunction, getInfo, backHandler, toHome, dynamicBanner, goods, toast, goodsCount, loading }; + return { copyFunction, getInfo, backHandler, toHome, dynamicBanner, goods, toast, goodsCount, loading, card_look_pwd }; } }).mount('#app')