Explorar el Código

fix:亲情卡余额不足提示

zhanghui hace 2 años
padre
commit
be0508ae7e
Se han modificado 1 ficheros con 1 adiciones y 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'
 					});
 				}