修改文字

This commit is contained in:
zhangmanman
2021-09-27 08:55:48 +08:00
parent 243382995a
commit a1d6ec7ee7

View File

@@ -43,9 +43,9 @@
<!-- 任务推荐 -->
<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="text nowrap">{{item.remark}}</view>
<view class="text nowrap">{{item.sub_title}}</view>
<view class="icon">
<image :src="item.ico" />
<image :src="item.cover" />
</view>
<view class="title nowrap">{{item.title}}</view>
<view class="submit-title nowrap">能量碎片{{item.tips}}</view>