修改周充值 写死了uid问题

This commit is contained in:
2025-08-20 14:13:51 +08:00
parent 04ae021766
commit dc485a1c73

View File

@@ -113,9 +113,7 @@ function getConfig() {
type: 'get',
url: urlPrefix + '/activity/h5/charge/rank',
data: {
// uid: pubInfo.uid
uid:100024
uid: pubInfo.uid
},
success(res) {
if (res.code === 200) {
@@ -275,7 +273,7 @@ $('.recharges .bottom .but').click(function () {
networkRequest({
type: 'get',
url: urlPrefix + '/activity/h5/charge/recv',
data: { uid: 100024, level },
data: { uid: pubInfo.uid, level },
success(res) {
if (res.code === 200) {
getConfig();