瀏覽代碼

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