@ -42,7 +42,8 @@
}
],
tabIndex: 0, // 当前tab的下标
assetsType: '' //账户类型
assetsType: '', //账户类型
orderType: []
},
onLoad(e) {
@ -58,7 +59,9 @@
getUserOrder() {
this.$http(this.API.API_USERORDER, {state: this.tabs[this.tabIndex].type,page: 1,per_page: 20}).then(res => {
console.log(res);
}).catch(err => err);
}).catch(err => {
console.log(err)
});
// 轮播菜单
swiperChange(e) {