fix: point exp
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</view>
|
||||
<view class="points-right">
|
||||
<text>当前积分:</text>
|
||||
<text class="score-val">{{ userScore }}</text>
|
||||
<text class="score-val">{{ userPoints }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -123,7 +123,7 @@ const userStore = useUserStore();
|
||||
const loginPopupRef = ref(null);
|
||||
|
||||
const isLoggedIn = computed(() => !!userStore.userInfo.nickName);
|
||||
const userScore = computed(() => userStore.userInfo.score || 0);
|
||||
const userPoints = computed(() => userStore.userInfo.points || 0);
|
||||
const downloadCost = ref(20);
|
||||
|
||||
const categories = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user