更换last_product_id触发机制
This commit is contained in:
parent
f7cc77c2af
commit
f1d9edfff0
|
@ -296,8 +296,9 @@
|
|||
"token": sessionStorage.getItem('token')
|
||||
}
|
||||
req.axiosPost('/key/usage', data).then(res => {
|
||||
sessionStorage.setItem('lastid', self.goodInfo.product_id);
|
||||
// sessionStorage.setItem('lastid', self.goodInfo.product_id);
|
||||
if (res.code == 200) {
|
||||
sessionStorage.setItem('lastid', self.goodInfo.product_id);
|
||||
// 查询订单接口
|
||||
this.popboxtype = '成功';
|
||||
this.popboxshow = true;
|
||||
|
|
Loading…
Reference in New Issue