|
|
@ -51,7 +51,7 @@ |
|
|
|
<span :style="{left: readingIndex == 0 ? '32rpx' : (readingIndex == 1 ? '245rpx' : '448rpx')}"></span> |
|
|
|
</view> |
|
|
|
<view class="reading-box"> |
|
|
|
<image v-for="(item,index) in readingList" :key="index" :src="showImg(item.image)" @click="viewDetail(item)"></image> |
|
|
|
<image v-for="(item,index) in readingList" :key="index" :src="showImg(item.image)" @click="gotoUrlNew(item)"></image> |
|
|
|
</view> |
|
|
|
|
|
|
|
<CustomTabBar :currentTab="1" /> |
|
|
|