From 366de5b4636679392a1e3d2984fc23bd5eaa5ac3 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 27 八月 2024 17:48:03 +0800
Subject: [PATCH] wenti

---
 packagePersonal/pages/publishBooks/index.wxml |   72 +++++++++++++++++++++++++++++++++++-
 1 files changed, 70 insertions(+), 2 deletions(-)

diff --git a/packagePersonal/pages/publishBooks/index.wxml b/packagePersonal/pages/publishBooks/index.wxml
index 0fb8c8b..3f17cff 100644
--- a/packagePersonal/pages/publishBooks/index.wxml
+++ b/packagePersonal/pages/publishBooks/index.wxml
@@ -1,2 +1,70 @@
-<!--pages/personalCenter/publishBooks/index.wxml-->
-<text>pages/personalCenter/publishBooks/index.wxml</text>
+<view class="container" wx:if="{{!skeletonLoding}}">
+  <scroll-view class="scroll content" bind:scroll="onPageScroll" model:scroll-top="{{setScrollValue}}" scroll-y refresher-enabled="{{true}}" lower-threshold="{{200}}" refresher-threshold="{{80}}" refresher-default-style="none" refresher-triggered="{{triggered}}" bindrefresherpulling="{{refresh.onPulling}}" bindrefresherrefresh="onPullDownRefresh" bindscrolltolower="onReachBottom">
+    <view slot="refresher" class="refresh-container">
+      <view class="loading">
+        <t-loading theme="circular" size="40rpx" text="姝e湪鍒锋柊..." class="wrapper" />
+      </view>
+    </view>
+
+    <view class="pageInfo" wx:if="{{list.length > 0 && !skeletonLoding}}">
+      <view class="pageTotalCount">鍏眥{pageTotalCount}}鏉¤褰�</view>
+      <view class="content-item" wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index">
+        <view class="item-con" data-info="{{item}}" bindtap="toList">
+          <view class="titleBox">
+            <view class="item-title">{{item.name}}</view>
+          </view>
+          <view class="createDate">{{item.createDate}}</view>
+        </view>
+      </view>
+    </view>
+    <view wx:if="{{list.length == 0 && !skeletonLoding}}" class="empyt">
+      <empty />
+    </view>
+    <view class="bottom-loading" wx:if="{{bottomLoading}}">
+      <t-loading theme="circular" size="40rpx" text="鍔犺浇涓�..." class="wrapper" />
+    </view>
+    <view class="bottom-loading" style="color: #ccc;font-size: 28rpx;" wx:if="{{isMoreData}}">
+      <text>娌℃湁鏇村浜�</text>
+    </view>
+  </scroll-view>
+  <t-popup visible="{{visible}}" bind:visible-change="onVisibleChange" placement="center">
+    <view class="block">
+      <scroll-view class="srcolbox" scroll-y scroll-height-animation="true">
+        <view class="block-content">
+          <view class="label">閫夐鍚嶇О:</view>
+          <view class="infoCon">{{info.topicName}}</view>
+          <view class="label">鐢虫姤浜�:</view>
+          <view class="infoCon">{{info.declarer}}</view>
+          <view class="label">鐢虫姤鍗曚綅:</view>
+          <view class="infoCon">{{info.declarationUnit}}</view>
+          <view class="label">瀛︾涓撲笟:</view>
+          <view class="infoCon">{{info.disciplineMajor}}</view>
+          <view class="label">浣滆�呭熀鏈儏鍐�:</view>
+          <view class="infoCon">{{info.authorBasicInformation}}</view>
+          <view class="label">鑱旂郴鐢佃瘽:</view>
+          <view class="infoCon">{{info.phone}}</view>
+          <view class="label">閭:</view>
+          <view class="infoCon">{{info.email}}</view>
+          <view class="label">璇昏�呭璞�:</view>
+          <view class="infoCon">{{info.targetReaders}}</view>
+          <view class="label">閫夐鐗硅壊:</view>
+          <view class="infoCon">{{info.topicFeatures}}</view>
+          <view class="label">閫夐瀛︽湳褰卞搷涓庨鏈熺ぞ浼氭晥鐩�:</view>
+          <view class="infoCon">{{info.topicImpactAndExpected || '-'}}</view>
+          <view class="label">閫夐鐨勮繘搴﹀畨鎺�:</view>
+          <view class="infoCon">{{info.topicProgress || '-'}}</view>
+          <view class="label">甯傚満鍒嗘瀽:</view>
+          <view class="infoCon">{{info.marketAnalysis || '-'}}</view>
+          <view class="label">钀ラ攢涓庡浼犳帹骞胯鍒�:</view>
+          <view class="infoCon">{{info.marketingAndPromotionPlan || '-'}}</view>
+          <view class="label">閰嶅鏁板瓧璧勬簮寮�鍙戞柟妗�:</view>
+          <view class="infoCon">{{info.digitalResourceDevelopmentPlan|| '-'}}</view>
+          <view class="label">瀛樺湪鐨勫叾浠栭棶棰�:</view>
+          <view class="infoCon">{{info.otherExistingIssues || '-'}}</view>
+        </view>
+      </scroll-view>
+      <t-icon t-class="close-btn" name="close-circle" size="64rpx" color="#fff" bind:tap="onClose" />
+    </view>
+  </t-popup>
+  <t-back-top theme="round" wx:if="{{isBackTop}}" text="椤堕儴" bind:to-top="onToTop"></t-back-top>
+</view>
\ No newline at end of file

--
Gitblit v1.9.1