From 45480832726b04ad4873227a5c1872e888044b01 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 28 四月 2026 21:40:53 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun
---
small-program/unpackage/dist/dev/mp-weixin/pages/storage-point-detail/storage-point-detail.wxml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point-detail/storage-point-detail.wxml b/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point-detail/storage-point-detail.wxml
new file mode 100644
index 0000000..201ecbe
--- /dev/null
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point-detail/storage-point-detail.wxml
@@ -0,0 +1 @@
+<view class="storage-page data-v-f870f9f4"><view class="content-wrap data-v-f870f9f4"><swiper class="popup-banner-swiper data-v-f870f9f4" indicator-dots="{{true}}" autoplay="{{true}}" interval="{{3000}}" duration="{{500}}" circular="{{true}}"><block wx:for="{{activeStore.images}}" wx:for-item="item" wx:for-index="index" wx:key="index"><swiper-item class="data-v-f870f9f4"><image class="popup-banner-image data-v-f870f9f4" src="{{item}}" mode="aspectFill"></image></swiper-item></block></swiper><view class="popup-body data-v-f870f9f4"><text class="popup-title data-v-f870f9f4">{{activeStore.name||''}}</text><text class="popup-hours data-v-f870f9f4">{{activeStore.time||''}}</text><block wx:if="{{activeStore.content}}"><text class="popup-desc data-v-f870f9f4">{{activeStore.content||''}}</text></block><view data-event-opts="{{[['tap',[['openNavigation',['$event']]]]]}}" class="popup-address-row data-v-f870f9f4" bindtap="__e"><view class="popup-address data-v-f870f9f4"><image src="/static/icon/home_ic_location3@2x.png" mode="aspectFit" class="data-v-f870f9f4"></image><text class="data-v-f870f9f4">{{activeStore.address||''}}</text></view><view class="popup-distance-wrap data-v-f870f9f4"><image src="/static/icon/ic_address@2x.png" mode="aspectFit" class="data-v-f870f9f4"></image><text class="data-v-f870f9f4">{{activeStore.distanceText||''}}</text></view></view><view class="popup-gap data-v-f870f9f4"></view><view class="popup-section data-v-f870f9f4"><text class="popup-section-title data-v-f870f9f4">瀵勫瓨绫诲瀷</text><text class="popup-section-text data-v-f870f9f4">{{activeStore.depositTypes||''}}</text></view><view class="popup-gap data-v-f870f9f4"></view><view class="popup-section no-border data-v-f870f9f4"><text class="popup-section-title data-v-f870f9f4">鏀惰垂鏍囧噯</text><text class="popup-section-text data-v-f870f9f4">{{activeStore.feeStandard||''}}</text></view></view></view></view>
\ No newline at end of file
--
Gitblit v1.9.3