货币弹窗
This commit is contained in:
parent
cc18504959
commit
d88448060f
@ -310,6 +310,7 @@ export default {
|
|||||||
shouru3: "Attention! You can only change the currency once!",
|
shouru3: "Attention! You can only change the currency once!",
|
||||||
tishi: "tip",
|
tishi: "tip",
|
||||||
querentuichu: "You confirm to exit?",
|
querentuichu: "You confirm to exit?",
|
||||||
|
huobitishi: "Attention! You can only change the currency once!",
|
||||||
shichangtishi:"",
|
shichangtishi:"",
|
||||||
renshutishi: '',
|
renshutishi: '',
|
||||||
tixianzhu: "",
|
tixianzhu: "",
|
||||||
|
@ -310,6 +310,7 @@ export default {
|
|||||||
shouru3: "请注意,货币一旦修改,不能变动",
|
shouru3: "请注意,货币一旦修改,不能变动",
|
||||||
tishi: "提示",
|
tishi: "提示",
|
||||||
querentuichu: "您确认退出?",
|
querentuichu: "您确认退出?",
|
||||||
|
huobitishi: "请注意,货币一旦修改,不能变动。",
|
||||||
shichangtishi:"",
|
shichangtishi:"",
|
||||||
renshutishi: '',
|
renshutishi: '',
|
||||||
tixianzhu:"",
|
tixianzhu:"",
|
||||||
|
@ -493,6 +493,9 @@
|
|||||||
{{ lan.$t("baocun") }}
|
{{ lan.$t("baocun") }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<a-modal v-model:visible="huobi" :footer="null" :title="lan.$t('tishi')" >
|
||||||
|
<p>{{lan.$t('huobitishi')}}</p>
|
||||||
|
</a-modal>
|
||||||
<nav-bottom></nav-bottom>
|
<nav-bottom></nav-bottom>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -557,6 +560,7 @@ export default defineComponent({
|
|||||||
const userinfo = computed(() => {
|
const userinfo = computed(() => {
|
||||||
return store.state.userinfo;
|
return store.state.userinfo;
|
||||||
});
|
});
|
||||||
|
const huobi = ref(false);
|
||||||
// 表单数据
|
// 表单数据
|
||||||
const currencyindex = ref<string>(userinfo.value.currency);
|
const currencyindex = ref<string>(userinfo.value.currency);
|
||||||
const formData = ref(toRaw(userinfo.value));
|
const formData = ref(toRaw(userinfo.value));
|
||||||
@ -972,6 +976,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
function currencychange(e?: any) {
|
function currencychange(e?: any) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
|
huobi.value = true;
|
||||||
userinfo.value.currencyValue = e;
|
userinfo.value.currencyValue = e;
|
||||||
// editsystemsetting({currency:e})
|
// editsystemsetting({currency:e})
|
||||||
}
|
}
|
||||||
@ -1059,7 +1064,8 @@ export default defineComponent({
|
|||||||
setname,
|
setname,
|
||||||
video,
|
video,
|
||||||
imgs,
|
imgs,
|
||||||
mrqh
|
mrqh,
|
||||||
|
huobi
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user