代码提交
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<layout>
|
||||
<view class="swiper">
|
||||
<image src="https://b2c-pro-static-dev.zkthink.com/static/images/flashKilling.png" />
|
||||
<image :src="seckillBg" />
|
||||
</view>
|
||||
<div class="time-bar">
|
||||
<uv-tabs v-model:active="active">
|
||||
@ -68,7 +68,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
import { seckillBg } from "@/utils/images";
|
||||
import { ref } from 'vue'
|
||||
|
||||
const active = ref(0)
|
||||
|
||||
Reference in New Issue
Block a user