Skip to content

Commit

Permalink
fix(wxpay): 修复订单吊起失败
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacker233 committed Sep 21, 2024
1 parent 9895fd4 commit af3b7b7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/WXBuyQrcodeDialog/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,12 @@
getUserIntegralTotal();
}
}
} else {
ElMessage.error(data.data.message);
closeDialog();
return;
}
// else {
// ElMessage.error(data.data.message);
// closeDialog();
// return;
// }
};
// 销毁
Expand Down

0 comments on commit af3b7b7

Please sign in to comment.