@@ -88,11 +88,15 @@ Page({
})
}
+
if (!this.data.loading) {
-
this.setData({
loading: true
+ wx.showLoading({
+ title: '加载中...',
+ });
util.request(api.BrandList, this.data.fetcherData).then((res) => {
loading: false