修改周充值 写死了uid问题
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user