feat: 移除图片
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
<image
|
||||
class="detail-main-image"
|
||||
:src="comp1"
|
||||
src="https://images.unsplash.com/photo-1530866495561-507c9faab2ed?w=600&q=75"
|
||||
mode="aspectFill"
|
||||
/>
|
||||
|
||||
@@ -94,20 +94,16 @@
|
||||
|
||||
<script setup>
|
||||
import TopNavBar from "@/components/TopNavBar/index.vue";
|
||||
import comp1 from "./images/comp1.jpg";
|
||||
import comp11 from "./images/comp11.jpg";
|
||||
import comp12 from "./images/comp12.jpg";
|
||||
|
||||
|
||||
const products = [
|
||||
{
|
||||
name: "卧龙潭皮筏艇漂流",
|
||||
img: comp11,
|
||||
img: "https://images.unsplash.com/photo-1530866495561-507c9faab2ed?w=400&q=75",
|
||||
price: "50",
|
||||
},
|
||||
{
|
||||
name: "鸳鸯湖玻璃船",
|
||||
img: comp12,
|
||||
img: "https://images.unsplash.com/photo-1544551763-46a013bb70d5?w=400&q=75",
|
||||
price: "50",
|
||||
saleTag: "漂完顺路",
|
||||
},
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 572 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 637 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 349 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 484 KiB |
@@ -81,18 +81,17 @@
|
||||
|
||||
<script setup>
|
||||
import TopNavBar from "@/components/TopNavBar/index.vue";
|
||||
import comp4 from "./images/comp4.jpg";
|
||||
|
||||
const photo = {
|
||||
thumb: comp4,
|
||||
full: comp4,
|
||||
thumb: "https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=600&q=75",
|
||||
full: "https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200&q=90",
|
||||
title: "玻璃船底机位",
|
||||
sub: "蹲低贴船底 · 上午顺光",
|
||||
};
|
||||
|
||||
const aigc = {
|
||||
name: "鸳鸯湖玻璃船 AIGC 合影",
|
||||
img: comp4,
|
||||
img: "https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=400&q=75",
|
||||
desc: "上船拍一张,小七帮你一键生成专属合影,不用求人也不用自拍杆。",
|
||||
};
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
<image
|
||||
class="detail-main-image"
|
||||
:src="comp2"
|
||||
src="https://images.unsplash.com/photo-1682687982501-1e5898cb8f4b?w=600&q=75"
|
||||
mode="aspectFill"
|
||||
/>
|
||||
|
||||
@@ -77,7 +77,6 @@
|
||||
|
||||
<script setup>
|
||||
import TopNavBar from "@/components/TopNavBar/index.vue";
|
||||
import comp2 from "./images/comp2.jpg";
|
||||
|
||||
const faq = ["古桥有什么传说", "最佳观赏时间", "旁边还有什么景点"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user