UI优化,红包领取后缺少头像,名称字段
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import { ref } from 'vue'
|
||||
import { onLoad, onPageScroll } from '@dcloudio/uni-app'
|
||||
import { getUserIntegralRank } from '@/api'
|
||||
import { formatNumberWithWan } from '../../utils'
|
||||
|
||||
const cbNavBar = ref({})
|
||||
const listData = ref([])
|
||||
@@ -104,7 +105,9 @@
|
||||
</uni-col>
|
||||
<uni-col :span="6">
|
||||
<view class="table-right">
|
||||
<text class="item-text">{{ item.totalPoints }}</text>
|
||||
<text class="item-text">
|
||||
{{ formatNumberWithWan(item.totalPoints) }}
|
||||
</text>
|
||||
</view>
|
||||
</uni-col>
|
||||
</uni-row>
|
||||
|
||||
Reference in New Issue
Block a user