Explorar o código

fix:亲情卡余额不足提示

zhanghui %!s(int64=2) %!d(string=hai) anos
pai
achega
be0508ae7e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'
 					});
 				}