瀏覽代碼

edit url

YWQ
chutingting 1 年之前
父節點
當前提交
350e630683
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      src/components/home/home.vue

+ 3
- 3
src/components/home/home.vue 查看文件

@@ -48,7 +48,7 @@
>
{{ characters == 1 ? "立刻体验" : "Try it now" }}
</div> -->
<div class="title_btn" @click="toPhotoTalk">
<div class="title_btn" @click="toPhotoTalk('top')">
{{ characters == 1 ? "立刻体验" : "Try it now" }}
</div>
</div>
@@ -850,8 +850,8 @@ export default {
methods: {
...mapActions(["setCharacters"]),
// 去照片说话网页
toPhotoTalk() {
window.open("https://neuver.metavatar.cc");
toPhotoTalk(tag) {
window.open(tag === 'top' ? 'https://photo.metavatar.cc' : "https://neuver.metavatar.cc");
},
// 鼠标进入轮播图
enterSwiper(index) {


Loading…
取消
儲存