diff --git a/src/views/group_buy/index.vue b/src/views/group_buy/index.vue index 0cb58de..2836d11 100644 --- a/src/views/group_buy/index.vue +++ b/src/views/group_buy/index.vue @@ -186,8 +186,8 @@ const tableData = reactive({ // 支付方式类型 function payTypeFilter(t) { const m = { - wechatPay: '微信支付', - aliPay: '支付宝支付' + WECHAT: '微信支付', + ALIPAY: '支付宝支付' } return m[t] }