Browse Source

Merge branch 'dev' of https://git.ouxuat p:n.net/liujw/ox_zhiNengZhuShou into statistics

organize
刘嘉炜 3 years ago
parent
commit
c3027598f7
  1. 2
      src/pages/collection/list/list.vue

2
src/pages/collection/list/list.vue

@ -14,7 +14,7 @@
<view class="cl-item" v-for="(e, i) in recordLs" :key="i" @click="toInfo(e)">
<view class="ci-tit-name">
<view class="ctn-name">
<view>{{ e.brand_or_stadium_name || '-' }}</view>
<view>{{ e.income_record_name || '-' }}</view>
<image mode="aspectFit" @click.stop="showModal(e)" src="/static/images/icon/question_mark.png"></image>
</view>
<image mode="aspectFit" src="/static/images/icon/arrow_b2.png"></image>

Loading…
Cancel
Save