zhaoxiaohai 3 lat temu
rodzic
commit
b987d534fc

+ 1 - 1
pages/tabbar/smartStore/modules/viewPage.js

@@ -135,7 +135,7 @@ Component({
             })
             dowmCount = setTimeout(() => {
                 this.getList(true)
-            }, 500);
+            }, 1000);
 
         },
         /* 清除搜索输入 */

+ 1 - 1
pages/tabbar/smartStore/modules/viewPage.wxml

@@ -7,7 +7,7 @@
     </view>
 </van-tabs>
 <My_listBox id="ListBox" height='{{listHeight}}' bind:getlist='getList'>
-    <view class="unread">总共{{inTotal}}个,有1个更新</view>
+    <view class="unread">总共{{inTotal}}个</view>
     <My_files list="{{list}}" checkedId='{{fileSelected.attachmentid}}' bindchangeId='changeId' />
     <My_empty wx:if="{{list.length==0}}" />
     <view style="height: {{padBot?'200rpx;':'50rpx'}}" />