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 })