支付宝bug

This commit is contained in:
zhangguoping 2024-10-08 16:31:21 +08:00
parent 1692b6f4ce
commit 0491c70e79
1 changed files with 2 additions and 0 deletions

View File

@ -261,6 +261,8 @@
}; };
req.axiosPost("/key/usage", data) req.axiosPost("/key/usage", data)
.then((res) => { .then((res) => {
alert(res);
debugger;
if (res.code == 200) { if (res.code == 200) {
localStorage.setItem("lastid", self.goodInfo.product_id); localStorage.setItem("lastid", self.goodInfo.product_id);
this.orderId = res.data.order_number; this.orderId = res.data.order_number;