提交 dcf75f2d 编写于 作者: N nenyah

fix(stats.vue): only last one with piao

上级 d9154715
......@@ -3,7 +3,7 @@
* @Author: Steven
* @Date: 2020-09-08 09:22:09
* @LastEditors: Steven
* @LastEditTime: 2020-09-10 13:08:22
* @LastEditTime: 2020-09-10 17:01:43
-->
<template>
<view class="px-4 pt-2">
......@@ -13,7 +13,7 @@
<view class="flex">
<view class="flex-1" v-for="(item, index) in content" :key="index">
<view class="text-gray-100 text-center text-xl">
{{ item.value }} {{isDetail?'':''}}
{{ item.value }} {{isDetail&&index===2?'':''}}
</view>
<view class="text-yellow-900 text-center">
{{ item.name }}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册