修改文字
This commit is contained in:
@@ -43,9 +43,9 @@
|
|||||||
<!-- 任务推荐 -->
|
<!-- 任务推荐 -->
|
||||||
<scroll-view class="task-block" scroll-x="true">
|
<scroll-view class="task-block" scroll-x="true">
|
||||||
<view class="item" v-for="(item, index) in categoryArr" :key="index" @click="JumpUrl(item.url, item.title)">
|
<view class="item" v-for="(item, index) in categoryArr" :key="index" @click="JumpUrl(item.url, item.title)">
|
||||||
<view class="text nowrap">{{item.remark}}</view>
|
<view class="text nowrap">{{item.sub_title}}</view>
|
||||||
<view class="icon">
|
<view class="icon">
|
||||||
<image :src="item.ico" />
|
<image :src="item.cover" />
|
||||||
</view>
|
</view>
|
||||||
<view class="title nowrap">{{item.title}}</view>
|
<view class="title nowrap">{{item.title}}</view>
|
||||||
<view class="submit-title nowrap">能量碎片{{item.tips}}</view>
|
<view class="submit-title nowrap">能量碎片{{item.tips}}</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user