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