代码提交

This commit is contained in:
黄少君
2023-11-22 18:55:55 +08:00
parent c3e62f8922
commit 68b3f2dcc3
46 changed files with 1021 additions and 763 deletions

View File

@ -1,7 +1,7 @@
<template>
<layout>
<view class="swiper">
<image src="https://b2c-pro-static-dev.zkthink.com/static/images/zkzq.png" />
<image :src="discountBg" />
</view>
<div class="time-bar">
<uv-tabs :current="active">
@ -111,7 +111,7 @@
</template>
<script setup>
import { discountBg } from "@/utils/images";
import { ref } from 'vue'
const active = ref(0)