From fdd65170488173e2add71d2da58e4fbf568953ce Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 15 Jun 2022 14:51:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9api=E6=A1=A3=E4=BD=8D?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/write/baseInfo.vue | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pages/write/baseInfo.vue b/pages/write/baseInfo.vue index 625262f..ccc226d 100644 --- a/pages/write/baseInfo.vue +++ b/pages/write/baseInfo.vue @@ -180,18 +180,18 @@ let d = uni.getStorageSync('qxk_sysinfo') if(d){ let options = d.fast_options - this.columnsData = options.filter((item)=>{ - if(this.rateIndex == 3){ - if(item.id == 0 || item.id == 4){ - return item; - } - }else{ - if(item.id <=3){ - return item; - } - } - }); - + // this.columnsData = options.filter((item)=>{ + // if(this.rateIndex == 3){ + // if(item.id == 0 || item.id == 4){ + // return item; + // } + // }else{ + // if(item.id <=3){ + // return item; + // } + // } + // }); + this.columnsData = options let texts = this.columnsData.map((item)=>{ return item.title })