From 2ba73e57ca1f5094cda73e9627ac33d70e7cac41 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 25 七月 2024 11:54:42 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_jiaxuan/components/idCard/index.wxml | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/wechat_jiaxuan/components/idCard/index.wxml b/wechat_jiaxuan/components/idCard/index.wxml
new file mode 100644
index 0000000..5f52233
--- /dev/null
+++ b/wechat_jiaxuan/components/idCard/index.wxml
@@ -0,0 +1,17 @@
+<view class="user">
+ <image class="avatar" src="{{ users.imgurlFull ? users.imgurlFull : '../../static/images/default_avatar.png' }}"></image>
+ <view class="content">
+ <view class="name">{{ users.name }}</view>
+ <view class="desc">瀵艰喘锝渰{ users.jobDate || 1 }}骞寸粡楠�</view>
+ </view>
+ <view class="btns">
+ <view class="item">
+ <image class="icon" src="../../static/icon/mingpian_bg_nianxian@2x.png"></image>
+ <text>鍚嶇墖</text>
+ </view>
+ <view class="item">
+ <image class="icon" src="../../static/icon/mingpian_bg_nianxian@2x.png"></image>
+ <text>鍚嶇墖</text>
+ </view>
+ </view>
+ </view>
\ No newline at end of file
--
Gitblit v1.9.3