This commit is contained in:
2025-06-27 15:40:40 +08:00
parent c540bf78f8
commit a18737012b

View File

@@ -1,7 +1,7 @@
<script setup>
import goodsIcon from '../../static/icons/goodsIcon.png';
import XNav from "../../components/XNav.vue";
import {computed, defineAsyncComponent, getCurrentInstance, nextTick, onMounted, ref, reactive} from 'vue';
import {computed, defineAsyncComponent, getCurrentInstance, nextTick, onMounted, reactive, ref} from 'vue';
import {onLoad} from "@dcloudio/uni-app";
import XLink from "../../components/XLink.vue";
import XNoticeBar from "../../components/XNoticeBar.vue";
@@ -16,6 +16,7 @@ import XConfirmModal from "../../components/XConfirmModal.vue";
import LeftMenu from "../../components/LeftMenu.vue";
import {v4} from "uuid";
import {debounce} from "lodash";
import XSquareCarouselImage from "../../components/XSquareCarouselImage.vue";
// #ifdef APP-PLUS
// #endif
@@ -335,14 +336,10 @@ const scroll = ({detail: {scrollTop}}) => {
<view class="block-info gap-[20rpx]">
<view>{{ details.special_text }}</view>
<view class="!grid grid-cols-3 !mt-[12rpx]">
<x-image
v-for="(v, index) in details.special_images_arr"
:key="index"
class="!size-[96rpx]"
:src="v"
mode="aspectFill"
:draggable="false">
</x-image>
<x-square-carousel-image
v-if="details.special_images_arr.length > 0"
:list="details.special_images_arr">
</x-square-carousel-image>
</view>
</view>
</view>
@@ -429,6 +426,14 @@ const scroll = ({detail: {scrollTop}}) => {
</view>
</view>
<!-- <view id="DKSM" class="rounded-[16rpx] bg-[#fff] main-details overflow-hidden !p-[24rpx]">-->
<!-- <view class="w-full">-->
<!-- <view class="title">-->
<!-- 打款说明-->
<!-- </view>-->
<!-- </view>-->
<!-- </view>-->
<view id="KKSM" class="rounded-[16rpx] bg-[#fff] main-details overflow-hidden !p-[24rpx]">
<view class="w-full">
<view class="title">