From 52787adceb282c1914589c7ceb252bdb03e2df36 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 02 八月 2024 11:26:12 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_jiaxuan/pages/store/info.wxml | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/wechat_jiaxuan/pages/store/info.wxml b/wechat_jiaxuan/pages/store/info.wxml
index 177b8c9..6c7863f 100644
--- a/wechat_jiaxuan/pages/store/info.wxml
+++ b/wechat_jiaxuan/pages/store/info.wxml
@@ -7,7 +7,12 @@
<view class="container">
<view class="header">
<view class="name">{{ info.name }}</view>
- <!-- <view class="desc">鍏ㄥ眿瀹氬埗銆佹暣浣撳帹鎴裤�佹湪闂ㄥ鏉裤�佸崼闃冲畾鍒�</view> -->
+ <view wx:if="{{ info.seqNameList && info.seqNameList.length > 0 }}" class="desc">
+ <block wx:for="{{info.seqNameList}}">
+ <text>{{ item }}</text>
+ <text wx:if="{{ index != info.seqNameList.length - 1 }}">銆�</text>
+ </block>
+ </view>
<view class="addr">{{ info.distanceStr || '--' }}锝渰{ info.address || '--' }}</view>
</view>
<view class="main_content">
@@ -28,7 +33,7 @@
</view>
</view>
<!-- footer -->
- <view class="footer" style="bottom: {{bottomLift + 6}}px;">
+ <view class="footer" style="padding-bottom: {{bottomLift + 6}}px;">
<view bindtap="handleNavigation" class="btn">
<image src="../../static/icon/mendian_ic_daohang@2x.png" mode="widthFix"></image>
<view>瀵艰埅</view>
--
Gitblit v1.9.3