评论样式

This commit is contained in:
zhaofang
2022-11-14 16:03:45 +08:00
parent 2c6d13e0f9
commit e4a1862d6f
8 changed files with 92 additions and 64 deletions

View File

@@ -7,7 +7,7 @@
</view>
<view class="top-content">
<view>{{uinfo.uCurrency}}</view>
统计时间2022.11.4
统计时间{{formatDate(new Date())}}
</view>
</view>
<view class="ub-list" v-for="(day, index) in uCoinRecord" :key="index">
@@ -22,14 +22,12 @@
{{info.uvalue}}
</view>
</view>
</view>
</view>
</template>
<script>
import {formatDate} from '../../utils/tools.js'
import { mapGetters } from 'vuex';
import apiStat from '@/api/phase2/stat.js';
export default {
@@ -41,6 +39,7 @@
},
data() {
return {
formatDate,
uCoinRecord: [],
uinfo: {
uCurrency: 0, // 用户累计U币