소스 검색

营销物料

zhaoxiaohai 3 년 전
부모
커밋
b987d534fc
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      pages/tabbar/smartStore/modules/viewPage.js
  2. 1 1
      pages/tabbar/smartStore/modules/viewPage.wxml

+ 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'}}" />