Commit 77979758 by 罗承锋

修改支付类型微信未显示

parent 09826e20
......@@ -449,7 +449,7 @@ export default {
return "翼支付网厅";
} else if (text == 1) {
return "支付宝";
} else if (text == 2) {
} else if (text == 3) {
return "微信";
} else {
return "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment