From 26f156cd7821fbebffcfbb178eb090973447df5c Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 19 七月 2024 17:17:39 +0800
Subject: [PATCH] zylq

---
 pages/digitalTextbooks/digitalTextbooksDetails/index.wxml |   42 ++++++++++++++++++++++++++++++------------
 1 files changed, 30 insertions(+), 12 deletions(-)

diff --git a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxml b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxml
index bdd0f4e..a9e6063 100644
--- a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxml
+++ b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxml
@@ -46,7 +46,7 @@
             </view>
             <view class="frame"></view>
             <view class="information">
-              <view class="proposal">
+              <view class="proposal" bind:tap="onCertificate">
                 <view class="suggestion">
                   <image src="/static/images/digitalTextbooks/shengshu-t@2x.png" mode="" />
                 </view>
@@ -87,18 +87,14 @@
               </view>
               <view class="basic"> 璇佷功淇℃伅</view>
             </view>
-
-
-            <!-- <view class="certificateChart">
-            <view class="chart">
-              <image src="" mode="" />
+            <view class="certificateChart">
+              <view class="chart" bind:tap="onClick1">
+                <image src="/static/images/certificate/cbzs.jpg" mode="" />
+              </view>
+              <view class="chart" bind:tap="onClick2">
+                <image src="/static/images/certificate/rzzs.jpg" mode="" />
+              </view>
             </view>
-            <view class="chart">
-              <image src="" mode="" />
-            </view>
-          </view> -->
-
-
             <view class="noDataBox">
               <!-- <t-empty icon="folder-open" description="鏆傛棤鏁版嵁" font-size="80" /> -->
               <empty />
@@ -192,5 +188,27 @@
   </view>
 </view>
 
+<!-- 寮圭獥 -->
+<view wx:if="{{dialogBox}}">
+  <view class="popup-box" bindtap="closeDialog"></view>
+  <view class="info-center" style="top:{{height*0.4}}px;">
+    <view>
+      <view class="row-info">
+        <view class="body">
+          <view class="dialog-title">瀛︿範璇佷功鐢宠</view>
+          <view style="width: 100%; height: 2rpx; background-color: #F4F4F4;"></view>
+          <view class="input-box">
+            <t-input class="input" borderless placeholder="璇疯緭鍏ョ湡瀹炲鍚�" value="{{userInfo.fullName}}" bind:change="onFullNameInput"></t-input>
+          </view>
+        </view>
+        <view class="row-btn">
+          <view class="left-btn" bindtap="closeDialog">鍙栨秷</view>
+          <view class="right-btn" bindtap="confirmM">纭</view>
+        </view>
+      </view>
+    </view>
+  </view>
+</view>
+<t-image-viewer usingCustomNavbar deleteBtn="{{deleteBtn}}" closeBtn="{{closeBtn}}" showIndex="{{showIndex}}" visible="{{visible}}" images="{{images}}" bind:change="onChange" bind:close="onClose"></t-image-viewer>
 
 <t-toast id="t-toast" />
\ No newline at end of file

--
Gitblit v1.9.1