账单报表

This commit is contained in:
limqhz
2023-02-10 18:02:59 +08:00
parent 87a1b4ce18
commit 4bb155021c
10 changed files with 165 additions and 253 deletions

View File

@@ -28,8 +28,8 @@ Component({
data: {
list: [
{ value: 'label_1', icon: 'home', ariaLabel: '首页' },
{ value: 'label_2', icon: 'app', ariaLabel: '统计' },
{ value: 'label_3', icon: 'chat', ariaLabel: '资产' },
{ value: 'label_2', icon: 'chart', ariaLabel: '统计' },
{ value: 'label_3', icon: 'creditcard', ariaLabel: '资产' },
{ value: 'label_4', icon: 'user', ariaLabel: '我的' },
],
},
@@ -60,21 +60,7 @@ Component({
})
}
},
checkLogin(){
// let userInfo = wx.getStorageSync('userInfo');
// let token = wx.getStorageSync('userToken');
// if (userInfo && token){
// return true;
// }else {
// return false;
// }
},
onChange(event) {
// if (!this.checkLogin()){
// wx.redirectTo({url:"/pages/login/index"});
// }
this.setIconData(event.detail.value);
},
}