fix: 修正资讯错别字为"精选资讯数量"
This commit is contained in:
parent
2fcead28e6
commit
f67fee4aa5
|
|
@ -6,7 +6,7 @@
|
||||||
<text class="date">({{ dayjs(new Date().getTime()).format("MM/DD") }})</text>
|
<text class="date">({{ dayjs(new Date().getTime()).format("MM/DD") }})</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<text class="sub_title">评分80分以上精选咨洵数量</text>
|
<text class="sub_title">评分80分以上精选资讯数量</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="right">
|
<view class="right">
|
||||||
<!-- <text class="num">{{ count }}</text> -->
|
<!-- <text class="num">{{ count }}</text> -->
|
||||||
|
|
@ -95,4 +95,4 @@ watch(
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue