2025/9/27/23:14

This commit is contained in:
2025-09-27 23:14:50 +08:00
parent eae49c76bd
commit e8186e723f
10 changed files with 156 additions and 74 deletions

View File

@@ -13,7 +13,8 @@ Component({
app.fetchRawCardData().then(cards => {
this.setData({ processedCardsData: cards });
}).catch(err => {
wx.showToast({ title: '加载失败', icon: 'none' });
console.log("错误fetchRaw",err)
wx.showToast({ title: '加载失败1', icon: 'none' });
});
const apiBaseUrl = `${envConfig.apiBaseUrl}`;
this.setData({
@@ -157,7 +158,7 @@ Component({
});
}).catch(err => {
wx.showToast({ title: '加载失败', icon: 'none' });
wx.showToast({ title: '加载失败2', icon: 'none' });
this.setData({
refresherTriggered: false
});