From 4065a1ffca0287fa48bcd35916450b6859e870dc Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Mon, 16 Mar 2026 08:58:07 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
pages/ginfo/ginfo.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/pages/ginfo/ginfo.vue b/pages/ginfo/ginfo.vue
index a106024..60442c2 100644
--- a/pages/ginfo/ginfo.vue
+++ b/pages/ginfo/ginfo.vue
@@ -1,10 +1,10 @@
<template>
<view>
<view class="banner">
- <image class="backLeft" src="/static/imgs/blackleft.png" @click="$util.goBack"></image>
+ <image class="backLeft" src="/static/imgs/blackleft.png" mode="" @click="$util.goBack"></image>
<swiper class="swiper" circular @change="durationChange" :indicator-dots="indicatorDots" :indicator-color="indicatorColor" :autoplay="autoplay" :indicator-active-color="indicatorActiveColor" :interval="interval" :duration="duration">
- <swiper-item v-for="(item, index) in goodsData.banner" :key="index">
- <image lazy-load :src="item" ></image>
+ <swiper-item v-for="(item, index) in goodsData.banner">
+ <image lazy-load :src="item" mode=""></image>
</swiper-item>
</swiper>
<view class="bannerIndex">{{bannerIndex}}/{{goodsData.bannerCount}}</view>
@@ -17,7 +17,7 @@
<text>积分:{{goodsData.points}}</text>
</view>
<view class="collect" @tap="collectGoods">
- <image :src="goodsData.collect == 1 ? '/static/imgs/colls.png' : '/static/imgs/coll.png'" ></image>
+ <image :src="goodsData.collect == 1 ? '/static/imgs/colls.png' : '/static/imgs/coll.png'" mode=""></image>
</view>
</view>
<view class="gInfo-title">商品详情</view>
@@ -25,19 +25,19 @@
<view class="gBtn">
<view class="gBtn-view" @tap="$util.goSwitch('/pages/index/index')">
<view class="">
- <image src="/static/imgs/home.png" ></image>
+ <image src="/static/imgs/home.png" mode=""></image>
<view>首页</view>
</view>
</view>
<view class="gBtn-view" @tap="goKefu">
<view class="">
- <image src="/static/imgs/message.png" ></image>
+ <image src="/static/imgs/message.png" mode=""></image>
<view>客服</view>
</view>
</view>
<view class="gBtn-view" @tap="addCarts">
<view class="">
- <image src="/static/imgs/carts.png" ></image>
+ <image src="/static/imgs/carts.png" mode=""></image>
<view>购物车</view>
</view>
</view>
--
Gitblit v1.9.3