Files

11 lines
165 B
JavaScript
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
Page({
data: {
failImage: 'error-circle-filled',
},
toHome() {
wx.reLaunch({
url: '/pages/home/home',
});
},
});