|
@@ -8,7 +8,8 @@
|
|
<view class="ksxz-content-box">
|
|
<view class="ksxz-content-box">
|
|
<view class="phone-name-box">
|
|
<view class="phone-name-box">
|
|
<!-- #ifdef H5 -->
|
|
<!-- #ifdef H5 -->
|
|
- <img :src="data.icon" alt="">
|
|
|
|
|
|
+ <img :src="data.icon" v-if="data.icon" alt="">
|
|
|
|
+ <icon class="head-icon" v-else></icon>
|
|
<!-- <image :src="data.icon" /> -->
|
|
<!-- <image :src="data.icon" /> -->
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
</view>
|
|
</view>
|