From 1b897c74e44d185669d87abd4c3a29c90d6fe225 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 19 七月 2024 20:10:27 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_staff/pages/store/index.wxml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/wechat_staff/pages/store/index.wxml b/wechat_staff/pages/store/index.wxml
index 64f2ac1..d4406ce 100644
--- a/wechat_staff/pages/store/index.wxml
+++ b/wechat_staff/pages/store/index.wxml
@@ -1,22 +1,22 @@
<view class="container">
<view class="list">
<view class="item">
- <view class="name">鍚堣偉绾㈡槦鏂板搧棣�</view>
+ <view class="name">{{shopInfo.name}}</view>
<view class="line">
<view class="label">鑱旂郴浜�</view>
- <view class="val">寮犵殑蹇�</view>
+ <view class="val">{{shopInfo.linkerName}}</view>
</view>
<view class="line">
<view class="label">鑱旂郴鐢佃瘽</view>
- <view class="val">188</view>
+ <view class="val">{{shopInfo.linkPhone}}</view>
</view>
<view class="line">
<view class="label">缁忚惀鑼冨洿</view>
- <view class="val">鍏ㄥ眿瀹氬埗銆佹暣浣撳帹鎴裤�佹湪闂ㄥ鏉裤�佸崼闃冲畾鍒�</view>
+ <view class="val">{{shopInfo.seqNameInfo||''}}</view>
</view>
<view class="line">
<view class="label">闂ㄥ簵鍦板潃</view>
- <view class="val">瀹夊窘鐪佸悎鑲ュ競閲戝璺惀鐝�浜旂幆鍥介檯A搴�</view>
+ <view class="val">{{shopInfo.address}}</view>
</view>
<view bindtap="handleEdit" class="edit">缂栬緫</view>
</view>
--
Gitblit v1.9.3