|
@@ -9,10 +9,10 @@
|
|
|
<view class="item-r"> 如何注销账户? </view>
|
|
|
</view>
|
|
|
</view> -->
|
|
|
- <view v-for='item of init_list'>
|
|
|
+ <view v-for='item of init_list' :key="item">
|
|
|
<view class="title"> {{ item.name }} </view>
|
|
|
<view class="item-box hote-box" >
|
|
|
- <view class="item" v-for='(itm,idx) of item.helpList' @click='handlerSkipDetail(itm)'>
|
|
|
+ <view class="item" v-for='(itm,idx) of item.helpList' :key="idx" @click='handlerSkipDetail(itm)'>
|
|
|
<view class="item-l">
|
|
|
<img class="img" :src=" itm.icon ? itm.icon : require('@/static/logo.png')" alt="" />
|
|
|
</view>
|