ccjgmwz 3 年之前
父節點
當前提交
e20bc58682
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pageA/product/business_buy.vue

+ 2 - 1
pageA/product/business_buy.vue

@@ -325,8 +325,9 @@
 										})
 									}
 								}).catch(res => {
+									console.log(res)
 									uni.showToast({
-										title: res.data.message,
+										title: res.errMsg,
 										icon: 'none',
 										duration: 2000
 									})