fix: 修复包码商品

This commit is contained in:
zhangds 2024-02-22 17:53:25 +08:00
parent 14edbf3eab
commit f645f5675b
3 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@
// 存储数据 // 存储数据
sessionStorage.setItem("bm_auth", JSON.stringify(data)); sessionStorage.setItem("bm_auth", JSON.stringify(data));
// 跳转包码页面 // 跳转包码页面
window.location.href = './packkey/index.html'; window.location.href = './packkey/goods-index.html';
return return
} }
}, },

View File

@ -109,7 +109,7 @@
settlementFun(bm_obj_data.key, bm_obj_data.settlement_data.settlement_type); settlementFun(bm_obj_data.key, bm_obj_data.settlement_data.settlement_type);
} }
window.location.href = './exchange.html' window.location.href = './goods-exchange.html'
} }
// 获取商品信息 // 获取商品信息