Selaa lähdekoodia

fix:亲情卡余额不足提示

zhanghui 2 vuotta sitten
vanhempi
sitoutus
be0508ae7e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'
 					});
 				}