Commit 18949fd9 authored by 袁玲利's avatar 袁玲利

游戏排行榜

parent c8e4b7bb
...@@ -177,23 +177,14 @@ export default { ...@@ -177,23 +177,14 @@ export default {
$.ajax({ $.ajax({
url: url:
gHost + gHost +
"/report-push/student-consumer-report/queryPatriarchByStudent", "/wechat/svweapp/GameStatistics",
type: "get", type: "post",
dataType: "json", dataType: "json",
contentType: "application/x-www-form-urlencoded", contentType: "application/x-www-form-urlencoded",
data: { data: this.params,
phone: getQueryParams("phone"),
schoolId: getQueryParams("schoolId"),
userId: getQueryParams("userId"),
sessionid: getQueryParams("sessionid"),
wechattype: 1,
},
success: function (res) { success: function (res) {
if (res.code == 10000) { if (res.code == 10000) {
this_.consumerNameArr = res.obj.map((element) => element.name); console.log(res)
this_.consumerInfo = res.obj;
this_.specifiedConsumerInfo =
this_.consumerInfo[this_.consumerNameIndex];
} }
uni.showToast({ uni.showToast({
icon: "none", icon: "none",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment