Sfoglia il codice sorgente

fix:用券情况文件名修改

zhanghui 1 anno fa
parent
commit
be70163940

+ 1 - 1
pages.json

@@ -200,7 +200,7 @@
 			}
 		},
 		{
-			"path" : "pages/CouponUsage/todaySpecialistsList",
+			"path" : "pages/CouponUsage/CouponUsage",
 			"style" :
 			{
 				"navigationBarTitleText" : "用券情况"

+ 1 - 1
pages/CouponUsage/todaySpecialistsList.vue → pages/CouponUsage/CouponUsage.vue

@@ -5,7 +5,7 @@
                      left-icon="left" title="用券情况" @clickLeft="back"/>
         <!-- #endif -->
 
-        <view :style="{height:height}">
+        <view :style="{height:height}" >
             <mescroll-item ref="MescrollItem" :i="0"  :index="0"  :height="height" @openAddRemarkPopup="openAddRemarkPopup">
             </mescroll-item>
         </view>

+ 1 - 1
pages/CouponUsage/module/mescrollUni-item.vue

@@ -88,7 +88,7 @@
 				//联网加载数据
 				this.$api.service.useCouponCondition().then((res) => {
 					//联网成功的回调,隐藏下拉刷新和上拉加载的状态;
-					this.mescroll.endSuccess(res.data.data.length,res.data.data.length === 10);
+					this.mescroll.endSuccess(res.data.data.length,false);
 					//设置列表数据
 					this.list = res.data.data; //追加新数据
 				}).catch((err) => {

+ 1 - 1
pages/index/attach/attach.vue

@@ -10,7 +10,7 @@
 						<text>{{homeStaticsData.totalInvite || 0}}</text>
 					</view>
 				</view>
-				<view class="flex-col gridItem leftBorder" @click="navigateToPage('/pages/CouponUsage/todaySpecialistsList')">
+				<view class="flex-col gridItem leftBorder" @click="navigateToPage('/pages/CouponUsage/CouponUsage')">
 					<view  class="title flex-row justify-center">
 						<text>用券情况</text>
 					</view>