合并
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup name="Question">
|
||||
import gsap from "gsap";
|
||||
import { Toast } from "vant";
|
||||
import { Toast,Progress } from "vant";
|
||||
import { data } from "@/data";
|
||||
import { debounceTap, FYShuffle, mostValue, judgeBigScreen } from "@/plugins";
|
||||
import { useMainStore } from "@/store";
|
||||
@@ -288,7 +288,14 @@ onMounted(() => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<Progress
|
||||
:percentage="(currentId+1)/12 *100"
|
||||
pivot-color="#7232dd"
|
||||
:show-pivot="false"
|
||||
color="linear-gradient(to right, rgb(255 153 153), rgb(221 50 50))"
|
||||
/>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
||||
<style lang='scss' scope>
|
||||
|
||||
Reference in New Issue
Block a user