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