| | |
| | | style="width: 100%; margin-top: 15rpx;"> |
| | | <view v-for="(i, index) in data" class="advisory-model"> |
| | | <u-cell-group > |
| | | <u-cell-item :arrow='false' icon="man-add" @click="goDetail(index)" :title="i.organization" |
| | | <u-cell-item :arrow='false' :icon="iconList[index].url" @click="goDetail(i)" :title="i.organization" |
| | | :label="i.time.substring(0,11)" |
| | | :value="i.type=='0'?'审核中':i.type=='1'?'通过':i.type=='2'?'未通过':'未通过'"> |
| | | <u-icon v-if="i.type == '0'" class="sh" slot="right-icon" size="32" name="clock"></u-icon> |
| | |
| | | data: [], |
| | | swiperHeight: 0, |
| | | keyword: '', |
| | | iconList:[ |
| | | { |
| | | url:"../../../static/images/organ/ymq.png" |
| | | }, |
| | | { |
| | | url:"../../../static/images/organ/ppq.png" |
| | | }, |
| | | { |
| | | url:"../../../static/images/organ/yq.png" |
| | | }, |
| | | { |
| | | url:"../../../static/images/organ/zxc.png" |
| | | } |
| | | ] |
| | | } |
| | | }, |
| | | onLoad() { |
| | |
| | | }, |
| | | methods: { |
| | | goDetail(index) { |
| | | |
| | | uni.navigateTo({ |
| | | url: '/pages/groupChat/chating?chatID=1370564873280430082' |
| | | }); |
| | | }, |
| | | onReady() { |
| | | let that = this; |