Xiao_123 9 mesiacov pred
rodič
commit
2ec4df1cad
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      sheep/hooks/useGoods.js

+ 1 - 1
sheep/hooks/useGoods.js

@@ -152,7 +152,7 @@ export function formatOrderStatusDescription(order) {
     return '商家已发货,请耐心等待';
   }
   if (order.status === 30 && !order.commentStatus) {
-    return '已收货,快去评价一下吧';
+    return '交易完成,感谢您的支持';
   }
   if (order.status === 30 && order.commentStatus) {
     return '交易完成,感谢您的支持';