|
|
@@ -10,7 +10,9 @@ |
|
|
|
<div class="info"> |
|
|
|
<div class="name">OLO</div> |
|
|
|
<span>weqrewerwer@mail.com</span> |
|
|
|
<span class="password">{{ $t("account.reSetPwd") }}</span> |
|
|
|
<span class="password pointer" @click="routerTo('/myPassword')">{{ |
|
|
|
$t("account.reSetPwd") |
|
|
|
}}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- 剩余次数 --> |
|
|
@@ -22,7 +24,9 @@ |
|
|
|
剩余生成视频次数:3条 |
|
|
|
</div> |
|
|
|
<div class="time">{{ $t("account.until") }} 2023/12/31</div> |
|
|
|
<div class="getMore">{{ $t("account.getMore") }}</div> |
|
|
|
<div class="getMore pointer" @click="routerTo('/myStore')"> |
|
|
|
{{ $t("account.getMore") }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- 邀请码 --> |
|
|
|
<div class="left-three border flex justify-between"> |
|
|
@@ -94,6 +98,12 @@ import { useI18n } from "vue-i18n"; |
|
|
|
const { locale } = useI18n(); |
|
|
|
|
|
|
|
const currentLan = ref(locale); |
|
|
|
|
|
|
|
import { useRouter } from "vue-router"; |
|
|
|
const router = useRouter(); |
|
|
|
function routerTo(url) { |
|
|
|
router.push(url); |
|
|
|
} |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|