From cabbca85b518f561d0dc2b7a7ec11d6922785b86 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 10 七月 2024 17:52:38 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_jiaxuan/pages/store/store.wxml | 64 ++++++++++++++++++++++++++++++++
1 files changed, 64 insertions(+), 0 deletions(-)
diff --git a/wechat_jiaxuan/pages/store/store.wxml b/wechat_jiaxuan/pages/store/store.wxml
new file mode 100644
index 0000000..1365783
--- /dev/null
+++ b/wechat_jiaxuan/pages/store/store.wxml
@@ -0,0 +1,64 @@
+<view>
+ <navBar title="鎺ㄨ崘闂ㄥ簵"></navBar>
+ <view class="app_header">
+ <image class="location" src="../../static/icon/location.png" mode="widthFix"></image>
+ <view bindtap="selAddress" class="add">{{ 111 }}</view>
+ <image class="right" src="../../static/icon/home_ar@2x.png" mode="widthFix"></image>
+ </view>
+ <view class="main_content">
+ <view class="app_title">AI涓烘偍鎺ㄨ崘浠ヤ笅闂ㄥ簵锛�</view>
+ <view class="shops">
+ <view class="shop">
+ <view class="header">
+ <view class="left">
+ <view class="title">title</view>
+ <view class="address">
+ <text>1</text>
+ <image src="../../static/icon/arrow_right.png" mode="widthFix"></image>
+ </view>
+ </view>
+ <view class="right">
+ <image class="phone" src="../../static/icon/phone.png" mode="widthFix"></image>
+ <view>鐢佃瘽</view>
+ </view>
+
+
+ </view>
+ <scroll-view scroll-x style="width: 640rpx">
+ <view class="user_list">
+ <view class="item">
+ <view class="info">
+ <image class="avatar" src="" mode="widthFix"></image>
+ <view class="text">
+ <view class="name">name</view>
+ <view class="ex">5骞寸粡楠�</view>
+ </view>
+ </view>
+ <view class="btn">鑱旂郴TA</view>
+ </view>
+ <view class="item">
+ <view class="info">
+ <image class="avatar" src="" mode="widthFix"></image>
+ <view class="text">
+ <view class="name">name</view>
+ <view class="ex">5骞寸粡楠�</view>
+ </view>
+ </view>
+ <view class="btn">鑱旂郴TA</view>
+ </view>
+ <view class="item">
+ <view class="info">
+ <image class="avatar" src="" mode="widthFix"></image>
+ <view class="text">
+ <view class="name">name</view>
+ <view class="ex">5骞寸粡楠�</view>
+ </view>
+ </view>
+ <view class="btn">鑱旂郴TA</view>
+ </view>
+ </view>
+ </scroll-view>
+ </view>
+ </view>
+ </view>
+</view>
\ No newline at end of file
--
Gitblit v1.9.3