From 6c20f43ff1cb24758b11fbe29488804e418c4e42 Mon Sep 17 00:00:00 2001 From: wk Date: 星期一, 04 十一月 2024 15:26:08 +0800 Subject: [PATCH] feat:注册更改 --- pages/tabbar-page/index-tabbar/index-tabbar.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/tabbar-page/index-tabbar/index-tabbar.vue b/pages/tabbar-page/index-tabbar/index-tabbar.vue index dc5325b..245e23d 100644 --- a/pages/tabbar-page/index-tabbar/index-tabbar.vue +++ b/pages/tabbar-page/index-tabbar/index-tabbar.vue @@ -281,9 +281,8 @@ console.log('LoadUnloadRef'); this.$nextTick(() => { console.log(this.count,'count') - if(this.count <=1){ this.$refs.LoadUnloadRef.init(); - } + }); break; case 7: @@ -357,9 +356,9 @@ }); }, getDetailData(){ - this.$reqGet('getTaskCoalListByBunkerId', { bunkerIds:uni.getStorageSync('bunkerIds')}).then(res => { + this.$reqGet('getTaskCoalListByBunkerId', { bunkerIds:uni.getStorageSync('bunkerIds'),productIds:uni.getStorageSync('productIds')}).then(res => { if (res.code === 0) { - this.detailData = res.data.map(item=>{ + this.detailData = res.data.map(item=>{ item.tmTaskCoalList.map(el=>{ el.flag = el.isPretendDischar ? false : true return el -- Gitblit v1.9.1