|
@@ -98,7 +98,7 @@ export default {
|
|
}
|
|
}
|
|
)
|
|
)
|
|
.then((res) => {
|
|
.then((res) => {
|
|
- console.log(res, 9999);
|
|
|
|
|
|
+ uni.hideLoading();
|
|
if (res.data.data) {
|
|
if (res.data.data) {
|
|
this.shareList = res.data.data;
|
|
this.shareList = res.data.data;
|
|
}
|
|
}
|
|
@@ -112,6 +112,11 @@ export default {
|
|
});
|
|
});
|
|
},
|
|
},
|
|
searchShareList() {
|
|
searchShareList() {
|
|
|
|
+ uni.showToast({
|
|
|
|
+ title: "加载中...",
|
|
|
|
+ icon: "none",
|
|
|
|
+ duration: 1500,
|
|
|
|
+ });
|
|
this.shareList = [];
|
|
this.shareList = [];
|
|
this.getShareList();
|
|
this.getShareList();
|
|
},
|
|
},
|