|
|
@@ -155,7 +155,7 @@
|
|
|
<checkbox value="1" :checked="!!formData.agree" />
|
|
|
<text class="agree-text">
|
|
|
{{ t('Documentary.TundManagement.item42') }}
|
|
|
- <cwg-link type="pdf" style="text-decoration: underline;" class="a" v-if="['cn', 'zhHant'].indexOf(local) != -1"
|
|
|
+ <cwg-link type="pdf" style="text-decoration: underline;" class="a" v-if="['cn', 'zhHant'].indexOf(locale) != -1"
|
|
|
url="pdf/CopyTradeUserAgreementcn.pdf" target="_blank" title="Documentary.TundManagement.item43" />
|
|
|
<cwg-link type="pdf" style="text-decoration: underline;" class="a" v-else url="pdf/CopyTradeUserAgreement.pdf"
|
|
|
target="_blank" title="Documentary.TundManagement.item43" />
|
|
|
@@ -189,7 +189,6 @@ const props = defineProps({
|
|
|
const emit = defineEmits(['close', 'confirm'])
|
|
|
const { t, locale } = useI18n()
|
|
|
const { Code } = Config
|
|
|
-const local = locale.value
|
|
|
|
|
|
const formRef = ref(null)
|
|
|
const formData = ref({
|