Commit 48e52309 authored by 袁玲利's avatar 袁玲利

游戏排行榜

parent a9426aa6
...@@ -182,11 +182,11 @@ export default { ...@@ -182,11 +182,11 @@ export default {
}, },
this.params this.params
); );
if (data.code != 200) { if (data.code != 10000) {
uni.showToast({ uni.showToast({
icon: "none", icon: "none",
mask: true, mask: true,
title: data.msg, title: data.message,
}); });
return; return;
} }
......
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