소스 검색

Merge branch 'master' of http://git.cc-lotus.info/pointToNetwork/point-app

guhongwei 2 년 전
부모
커밋
2da3399b84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'
           })
         }