数据完善
This commit is contained in:
@@ -6,6 +6,7 @@ import SButton from "@/components/SButton.vue";
|
||||
import SModal from "@/components/SModal.vue";
|
||||
import Signin from "@/components/Signin.vue";
|
||||
import { createOrderAPI } from "@/apis";
|
||||
import { formatTimestamp } from "@/util";
|
||||
import useStore from "@/store";
|
||||
import { storeToRefs } from "pinia";
|
||||
const store = useStore();
|
||||
@@ -38,7 +39,9 @@ const onPay = async () => {
|
||||
<Avatar :src="user.avatar" :size="35" />
|
||||
<text class="truncate">{{ user.nickName }}</text>
|
||||
</view>
|
||||
<text>5月5号到期</text>
|
||||
<text v-if="user.expiredAt"
|
||||
>{{ formatTimestamp(user.expiredAt) }}到期</text
|
||||
>
|
||||
</view>
|
||||
<view class="container">
|
||||
<view class="content">
|
||||
|
||||
Reference in New Issue
Block a user