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

游戏排行榜

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