From db58371740a1dc084afb7aaf797d45ab8550ad5d Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 16:42:51 +0800
Subject: [PATCH] 提交

---
 wechat_jiaxuan/pages/detailDis/product.wxml |    2 +-
 wechat_jiaxuan/pages/homeId/index.js        |    2 ++
 wechat_staff/pages/detailDis/product.wxml   |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/pages/detailDis/product.wxml b/wechat_jiaxuan/pages/detailDis/product.wxml
index becec78..28887e8 100644
--- a/wechat_jiaxuan/pages/detailDis/product.wxml
+++ b/wechat_jiaxuan/pages/detailDis/product.wxml
@@ -10,7 +10,7 @@
         </swiper-item>
       </block>
     </swiper>
-    <view class="indicator">{{current}}/{{info.bannerImgList.length}}</view>
+    <view class="indicator">{{current+1}}/{{info.bannerImgList.length}}</view>
   </view>
   <view class="main_content">
     <view class="title">{{ info.title }}</view>
diff --git a/wechat_jiaxuan/pages/homeId/index.js b/wechat_jiaxuan/pages/homeId/index.js
index 792b2b2..5827e4d 100644
--- a/wechat_jiaxuan/pages/homeId/index.js
+++ b/wechat_jiaxuan/pages/homeId/index.js
@@ -53,6 +53,8 @@
         total: res.data.total,
         dataList: [ ...this.data.dataList, ...res.data.records ]
       })
+    }).finally(()=>{ 
+      wx.stopPullDownRefresh()
     })
   },
   itemClick(e) {
diff --git a/wechat_staff/pages/detailDis/product.wxml b/wechat_staff/pages/detailDis/product.wxml
index 23a49bb..9418fab 100644
--- a/wechat_staff/pages/detailDis/product.wxml
+++ b/wechat_staff/pages/detailDis/product.wxml
@@ -10,7 +10,7 @@
         </swiper-item>
       </block>
     </swiper>
-    <view class="indicator">{{current}}/{{info.bannerImgList.length}}</view>
+    <view class="indicator">{{current+1}}/{{info.bannerImgList.length}}</view>
   </view>
   <view class="main_content">
     <view class="title">{{ info.title }}</view>

--
Gitblit v1.9.3