代码提交
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/ptzq.png" />
|
||||
<image :src="groupBuyBg" />
|
||||
</view>
|
||||
<div class="groupBuy-top">
|
||||
<container>
|
||||
@ -94,20 +94,8 @@
|
||||
</layout>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
title: 'Hello'
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
<script setup>
|
||||
import { groupBuyBg } from "@/utils/images";
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
Reference in New Issue
Block a user