复制订单信息失败,字段错误

Signed-off-by: WCH <wchhm8050@163.com>
This commit is contained in:
WCH
2024-07-08 09:13:27 +00:00
committed by Gitee
parent 6550441bc9
commit 72628f7e1c
+1 -1
View File
@@ -272,7 +272,7 @@
// 复制 // 复制
const onCopy = () => { const onCopy = () => {
sheep.$helper.copyText(state.orderInfo.sn); sheep.$helper.copyText(state.orderInfo.no);
}; };
// 去支付 // 去支付