From e8ec903206cb82e4dbb4687291d5f7788e7ff046 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 06 五月 2024 18:17:47 +0800
Subject: [PATCH] bug修改

---
 pages/bibliographyList/index.wxml |   32 +++++++++++++++++++++++++-------
 1 files changed, 25 insertions(+), 7 deletions(-)

diff --git a/pages/bibliographyList/index.wxml b/pages/bibliographyList/index.wxml
index 4b6846e..2a71667 100644
--- a/pages/bibliographyList/index.wxml
+++ b/pages/bibliographyList/index.wxml
@@ -48,9 +48,7 @@
           scroll-y="{{true}}"
           wx:else
           class="scroll-box"
-          refresher-enabled="{{true}}"
           lower-threshold="{{200}}"
-          refresher-threshold="{{80}}"
           refresher-default-style="none"
           refresher-triggered="{{triggered}}"
           bindscrolltolower="onReachBottom"
@@ -103,7 +101,7 @@
               <view class="higherTextBox">{{item.name}}</view>
             </view>
           </view>
-          <view wx:if="{{higherList.length > 0}}" class="bottom-box">
+          <view wx:if="{{higherList.length}}" class="bottom-box">
             <t-loading
               theme="circular"
               size="40rpx"
@@ -122,9 +120,7 @@
           scroll-y="{{true}}"
           wx:else
           class="scroll-box"
-          refresher-enabled="{{true}}"
           lower-threshold="{{200}}"
-          refresher-threshold="{{80}}"
           refresher-default-style="none"
           refresher-triggered="{{triggered}}"
           bindscrolltolower="onReachBottom"
@@ -197,9 +193,7 @@
           scroll-y="{{true}}"
           wx:else
           class="scroll-box"
-          refresher-enabled="{{true}}"
           lower-threshold="{{200}}"
-          refresher-threshold="{{80}}"
           refresher-default-style="none"
           refresher-triggered="{{triggered}}"
           bindscrolltolower="onReachBottom"
@@ -268,3 +262,27 @@
   </view>
 </view>
 <t-toast id="t-toast" />
+
+<!-- 寮圭獥 -->
+<view class="info-center" style="top:{{height*0.3}}px;" wx:if="{{dialogBox}}">
+  <view>
+    <view class="row-info">
+      <view class="body">
+        <view class="dialog-title">璇疯緭鍏ラ偖绠�</view>
+        <view class="input-box">
+          <t-input
+            style="{{inputStyle}}"
+            class="input"
+            placeholder="璇疯緭鍏ヨ仈绯绘柟寮�"
+            value="{{input}}"
+            bind:change="inputChange"
+          ></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>

--
Gitblit v1.9.1