zs 2 years ago
parent
commit
75bacb2aba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesHome/order/order.vue

+ 1 - 1
pagesHome/order/order.vue

@@ -287,7 +287,7 @@ export default {
           })
         } else {
           uni.showToast({
-            title: arr.data.msg,
+            title: arr.data.errmsg||'下单失败!',
             icon: 'none'
           })
         }