Browse Source

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

Signed-off-by: WCH <wchhm8050@163.com>
WCH 1 year ago
parent
commit
72628f7e1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/order/detail.vue

+ 1 - 1
pages/order/detail.vue

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