ccjgmwz 3 years ago
parent
commit
e20bc58682
1 changed files with 2 additions and 1 deletions
  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
 									})