소스 검색

fix:亲情卡余额不足提示

zhanghui 2 년 전
부모
커밋
be0508ae7e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      orderPages/bookService/index.vue

+ 1 - 1
orderPages/bookService/index.vue

@@ -649,7 +649,7 @@
 					});
 				}else {
 					uni.showToast({
-						title: '支付失败',
+						title: e.res.data.msg,
 						icon: 'error'
 					});
 				}