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

Signed-off-by: WCH <wchhm8050@163.com>
pull/58/head
WCH 2024-07-08 09:13:27 +00:00 committed by Gitee
parent 6550441bc9
commit 72628f7e1c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@
//
const onCopy = () => {
sheep.$helper.copyText(state.orderInfo.sn);
sheep.$helper.copyText(state.orderInfo.no);
};
//