feat: 替换图片资源

This commit is contained in:
2026-05-26 10:25:22 +08:00
parent d12a673a4d
commit 7f30ad8b1b
3 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
<image
class="detail-main-image"
src="https://images.unsplash.com/photo-1530866495561-507c9faab2ed?w=600&q=75"
src="https://one-feel-config-images-bucket.oss-cn-chengdu.aliyuncs.com/comp1.jpg"
mode="aspectFill"
/>
@@ -98,12 +98,12 @@ import TopNavBar from "@/components/TopNavBar/index.vue";
const products = [
{
name: "卧龙潭皮筏艇漂流",
img: "https://images.unsplash.com/photo-1530866495561-507c9faab2ed?w=400&q=75",
img: "https://one-feel-config-images-bucket.oss-cn-chengdu.aliyuncs.com/comp1.jpg",
price: "50",
},
{
name: "鸳鸯湖玻璃船",
img: "https://images.unsplash.com/photo-1544551763-46a013bb70d5?w=400&q=75",
img: "https://one-feel-config-images-bucket.oss-cn-chengdu.aliyuncs.com/comp12.jpg",
price: "50",
saleTag: "漂完顺路",
},

View File

@@ -83,15 +83,15 @@
import TopNavBar from "@/components/TopNavBar/index.vue";
const photo = {
thumb: "https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=600&q=75",
full: "https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=1200&q=90",
thumb: "https://one-feel-config-images-bucket.oss-cn-chengdu.aliyuncs.com/comp4.jpg",
full: "https://one-feel-config-images-bucket.oss-cn-chengdu.aliyuncs.com/comp4.jpg",
title: "玻璃船底机位",
sub: "蹲低贴船底 · 上午顺光",
};
const aigc = {
name: "鸳鸯湖玻璃船 AIGC 合影",
img: "https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=400&q=75",
img: "https://one-feel-config-images-bucket.oss-cn-chengdu.aliyuncs.com/20260526101238_396_809.png",
desc: "上船拍一张,小七帮你一键生成专属合影,不用求人也不用自拍杆。",
};

View File

@@ -19,7 +19,7 @@
<image
class="detail-main-image"
src="https://images.unsplash.com/photo-1682687982501-1e5898cb8f4b?w=600&q=75"
src="https://one-feel-config-images-bucket.oss-cn-chengdu.aliyuncs.com/comp2.jpg"
mode="aspectFill"
/>