Commit c63cb53f authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/viitto/pptist

parents ed293350 1ca8b1cd
...@@ -43,7 +43,7 @@ import FileService from '@/services/FileService' ...@@ -43,7 +43,7 @@ import FileService from '@/services/FileService'
import { storeToRefs } from 'pinia' import { storeToRefs } from 'pinia'
import { useSlidesStore } from '../../store' import { useSlidesStore } from '../../store'
import { VIEWPORT_SIZE, VIEWPORT_VER_SIZE } from '../../configs/canvas' import { VIEWPORT_SIZE, VIEWPORT_VER_SIZE } from '../../configs/canvas'
import { ref } from 'vue'; import { ref, watch } from 'vue';
import { ElLoading } from 'element-plus' import { ElLoading } from 'element-plus'
import { useRouter } from 'vue-router' import { useRouter } from 'vue-router'
import { useUserStore } from "@/store"; import { useUserStore } from "@/store";
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<div class="price" v-if="x.price>0"> <div class="price" v-if="x.price>0">
<span class="text-weight-bold"></span> <span class="text-weight-bold"></span>
<span class="text-weight-bold" style="font-size: 1.67vw;">{{ x.price }}</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>
<div class="price" v-else> <div class="price" v-else>
<span class="text-weight-bold" style="font-size: 1.2vw;">咨询客服</span> <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