支付宝bug

This commit is contained in:
zhangguoping 2024-10-08 16:54:18 +08:00
parent 0491c70e79
commit b6f19609c3
1 changed files with 0 additions and 2 deletions

View File

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