update:优化金币

This commit is contained in:
2026-08-20 16:10:17 +08:00
parent 42cfb5c3d8
commit 45957d04b1
14 changed files with 247 additions and 39 deletions
@@ -1,7 +1,8 @@
<script setup>
import { computed, ref } from "vue";
const DEFAULT_PRODUCT_IMAGE = "/static/coin/product-hero-item.png";
const DEFAULT_PRODUCT_IMAGE =
"https://static.shelingxingqiu.com/shootmini/static/coin/product-hero-item.png";
const props = defineProps({
images: {
type: Array,
@@ -29,7 +30,7 @@ const onChange = (event) => {
<view class="hero-swiper__item">
<image
class="hero-swiper__background"
src="/static/coin/product-hero-bg.png"
src="https://static.shelingxingqiu.com/shootmini/static/coin/product-hero-bg.png"
mode="scaleToFill"
/>
<image class="hero-swiper__product" :src="image" mode="aspectFit" />