|
@@ -357,7 +357,8 @@ var _default = {
|
|
|
that.$set(that, "advertList", res.data);
|
|
|
} else {
|
|
|
uni.showToast({
|
|
|
- title: res.errmsg
|
|
|
+ title: res.errmsg,
|
|
|
+ icon: 'none'
|
|
|
});
|
|
|
}
|
|
|
info = {
|
|
@@ -371,7 +372,8 @@ var _default = {
|
|
|
that.$set(that, "groupList", res.data);
|
|
|
} else {
|
|
|
uni.showToast({
|
|
|
- title: res.errmsg
|
|
|
+ title: res.errmsg,
|
|
|
+ icon: 'none'
|
|
|
});
|
|
|
}
|
|
|
// 好友
|
|
@@ -383,7 +385,8 @@ var _default = {
|
|
|
that.$set(that, "friendList", res.data);
|
|
|
} else {
|
|
|
uni.showToast({
|
|
|
- title: res.errmsg
|
|
|
+ title: res.errmsg,
|
|
|
+ icon: 'none'
|
|
|
});
|
|
|
}
|
|
|
case 14:
|