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

游戏排行榜

parent c8e4b7bb
......@@ -177,23 +177,14 @@ export default {
$.ajax({
url:
gHost +
"/report-push/student-consumer-report/queryPatriarchByStudent",
type: "get",
"/wechat/svweapp/GameStatistics",
type: "post",
dataType: "json",
contentType: "application/x-www-form-urlencoded",
data: {
phone: getQueryParams("phone"),
schoolId: getQueryParams("schoolId"),
userId: getQueryParams("userId"),
sessionid: getQueryParams("sessionid"),
wechattype: 1,
},
data: this.params,
success: function (res) {
if (res.code == 10000) {
this_.consumerNameArr = res.obj.map((element) => element.name);
this_.consumerInfo = res.obj;
this_.specifiedConsumerInfo =
this_.consumerInfo[this_.consumerNameIndex];
console.log(res)
}
uni.showToast({
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