浏览代码

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'
           })
         }