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

Merge pull request !58 from WCH/N/A
pull/60/MERGE
芋道源码 2024-07-17 15:40:41 +00:00 committed by Gitee
commit 2e423e9748
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);
};
//