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/webView/index.wxml |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/pages/webView/index.wxml b/wechat_jiaxuan/pages/webView/index.wxml
new file mode 100644
index 0000000..673111e
--- /dev/null
+++ b/wechat_jiaxuan/pages/webView/index.wxml
@@ -0,0 +1,42 @@
+<!--pages/webView/index.wxml-->
+<web-view src="{{ link }}">
+  <!-- <cover-view class="flex-cc bottom-btn-box">
+    <cover-view class="btn">
+      <button 
+        plain="true"
+        style="background-color: #fff; border: 0; text-align: center;"
+        open-type="share"
+      >
+        <cover-view>
+          <cover-image style="margin: 8rpx auto; display: block;" mode="widthFix" src="/static/icon/share.png"></cover-image>
+          <cover-view style="height: 14px; line-height: 14px; color: #666; font-size: 10px;">鍒嗕韩</cover-view>
+        </cover-view>
+      </button>
+    </cover-view>
+    <cover-view class="reserve-design">
+      <button wx:if="{{!hasUserInfo}}" bindtap="toLogin">
+        <cover-image src="/static/icon/home_ic_kefu.png" mode="widthFix"></cover-image>
+        <cover-view class="title">绔嬪嵆鍜ㄨ瀹㈡湇</cover-view>
+      </button>
+      <cover-view wx:else>
+        <button 
+          wx:if="{{userInfo.phone && userInfo.phone != 'undefined' && userInfo.phone != null && userInfo.phone != ''}}" 
+          bindtap="toSever"
+        >
+          <cover-image src="/static/icon/home_ic_kefu.png" mode="widthFix"></cover-image>
+          <cover-view class="title">绔嬪嵆鍜ㄨ瀹㈡湇</cover-view>
+        </button>
+        <button 
+          wx:else 
+          open-type="getPhoneNumber" 
+          bindgetphonenumber="bindgetphonenumber"
+        >
+          <cover-image src="/static/icon/home_ic_kefu.png" mode="widthFix"></cover-image>
+          <cover-view class="title">绔嬪嵆鍜ㄨ瀹㈡湇</cover-view>
+        </button>
+      </cover-view>
+    </cover-view>
+  </cover-view> -->
+</web-view>
+
+

--
Gitblit v1.9.3