From 485fcbbc57cbf7495286359250135c482ec1360a Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 30 八月 2024 09:50:00 +0800
Subject: [PATCH] xz

---
 pages/digitalTextbooks/digitalTextbooksDetails/index.wxml |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxml b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxml
index dbd9954..2281069 100644
--- a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxml
+++ b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxml
@@ -97,10 +97,10 @@
             </view>
             <view class="certificateChart">
               <view class="chart" bind:tap="onClick1">
-                <image src="/static/images/certificate/cbzs.jpg" mode="" />
+                <image src="/static/images/certificate/szjc.jpg" mode="" />
               </view>
               <view class="chart" bind:tap="onClick2">
-                <image src="/static/images/certificate/rzzs.jpg" mode="" />
+                <image src="/static/images/certificate/jczs.jpg" mode="" />
               </view>
             </view>
             <view class="noDataBox">
@@ -147,7 +147,6 @@
               <view class="basic"> 鐩稿叧鏁欐潗</view>
             </view>
             <view class="noDataBox" wx:if="{{relatedBookData.length <= 0}}">
-              <!-- <t-empty icon="folder-open" description="鏆傛棤鏁版嵁" font-size="80" /> -->
               <empty />
             </view>
             <view class="correlation" wx:else>
@@ -167,9 +166,6 @@
     </scroll-view>
 
 
-
-    <!-- 鎴戣寤鸿寮圭獥 -->
-    <suggest class="suggest-component" id="suggest-component" bookIcon="{{bookDetail.icon}}" bookName="{{bookDetail.name}}"></suggest>
     <view class="box-bottom">
       <view class="collection" bind:tap="setCoolect">
         <view class="collectionImage">
@@ -195,7 +191,7 @@
     </view>
   </view>
 </view>
-
+<suggest class="suggest-component" id="suggest-component1" showIndex="{{showIndex1}}" bookIcon="{{digitalsData.icon}}" bookName="{{digitalsData.name}}"></suggest>
 <!-- 寮圭獥 -->
 <view wx:if="{{dialogBox}}">
   <view class="popup-box" bindtap="closeDialog"></view>
@@ -208,6 +204,12 @@
           <view class="input-box">
             <t-input class="input" borderless placeholder="璇疯緭鍏ョ湡瀹炲鍚�" value="{{userInfo.fullName}}" bind:change="onFullNameInput"></t-input>
           </view>
+          <view class="contentImg">
+            <image src="{{userInfo.userPicture}}" mode="aspectFill" />
+          </view>
+          <view class="buttonBox">
+            <t-button size="small" class="right-btn" bind:tap="uploadPicture">涓婁紶鐓х墖</t-button>
+          </view>
         </view>
         <view class="row-btn">
           <view class="left-btn" bindtap="closeDialog">鍙栨秷</view>
@@ -217,6 +219,6 @@
     </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-image-viewer usingCustomNavbar deleteBtn="{{deleteBtn}}" closeBtn="{{closeBtn}}" showIndex="{{showIndex}}" visible="{{visible}}" images="{{images}}" bind:close="onClose"></t-image-viewer>
 
 <t-toast id="t-toast" />
\ No newline at end of file

--
Gitblit v1.9.1