diff --git a/pages/news/recycling/pay.vue b/pages/news/recycling/pay.vue
index bd527f0..f9dfada 100644
--- a/pages/news/recycling/pay.vue
+++ b/pages/news/recycling/pay.vue
@@ -9,7 +9,7 @@
- {{a.method == 'wechat'?'微信支付':'余额支付'}}(余额:{{userInfo.balance}})
+ {{a.method == 'huifu' ? '银联支付' : (a.method == 'wechat'?'微信支付':'余额支付')}}(余额:{{userInfo.balance}})
确认支付
@@ -18,6 +18,7 @@