Commit 41d9574e authored by zhengke's avatar zhengke

op 预览修复

parent 62320259
......@@ -43,7 +43,7 @@ import FileService from '@/services/FileService'
import { storeToRefs } from 'pinia'
import { useSlidesStore } from '../../store'
import { VIEWPORT_SIZE, VIEWPORT_VER_SIZE } from '../../configs/canvas'
import { ref } from 'vue';
import { ref, watch } from 'vue';
import { ElLoading } from 'element-plus'
import { useRouter } from 'vue-router'
import { useUserStore } from "@/store";
......
......@@ -36,7 +36,7 @@
<div class="price" v-if="x.price>0">
<span class="text-weight-bold"></span>
<span class="text-weight-bold" style="font-size: 1.67vw;">{{ x.price }}</span>
<span class="text-grey-8">/</span>
<span class="text-grey-8">/{{activeVersion==1?'人':'年'}}</span>
</div>
<div class="price" v-else>
<span class="text-weight-bold" style="font-size: 1.2vw;">咨询客服</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment