Преглед изворни кода

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