Commit a901cd95 authored by malin's avatar malin

test

parent 5d821a17
...@@ -215,7 +215,7 @@ export default { ...@@ -215,7 +215,7 @@ export default {
if (status == 200) { if (status == 200) {
// 支付成功 // 支付成功
return; return;
} else { } else if (status == 500) {
// 支付不成功 // 支付不成功
this.$router.push({ this.$router.push({
path: "/pay", path: "/pay",
......
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