update
This commit is contained in:
@@ -3,6 +3,9 @@ import ICON1 from '../static/icons/path1.png';
|
||||
import ICON2 from '../static/icons/path2.png';
|
||||
import ICON3 from '../static/icons/path3.png';
|
||||
import ICON4 from '../static/icons/path4.png';
|
||||
import {useUserStore} from "../pinia/UserStore/index.js";
|
||||
|
||||
const UserStore = useUserStore();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -14,7 +17,7 @@ import ICON4 from '../static/icons/path4.png';
|
||||
|
||||
<view class="!absolute left-1/2 top-1/2 -translate-1/2 !flex flex-col justify-center items-center">
|
||||
<view class="score">
|
||||
90
|
||||
{{ UserStore?.userInfo?.score }}
|
||||
</view>
|
||||
<view class="score-info">
|
||||
信用分
|
||||
|
||||
Reference in New Issue
Block a user