From a3a48da30bdea132d2bfbb47fa2ccf83f1937c45 Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Tue, 19 Jan 2021 08:29:55 +0800
Subject: [PATCH] 提交

---
 hive-app/pages/manager/employeeReport.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hive-app/pages/manager/employeeReport.vue b/hive-app/pages/manager/employeeReport.vue
index a9dfd21..1d0910f 100644
--- a/hive-app/pages/manager/employeeReport.vue
+++ b/hive-app/pages/manager/employeeReport.vue
@@ -34,7 +34,7 @@
 					</view>
 					<view class="list-row">
 						<text>订单提成</text>
-						<text>¥无数据</text>
+						<text>¥{{item.goodsAmount | formatNum}}</text>
 					</view>
 					<view class="list-row">
 						<text>本金消耗</text>
@@ -157,7 +157,7 @@
 		onPullDownRefresh(){
 			this.reloadData();
 			let timer = setTimeout(function () {
-				uni.startPullDownRefresh();
+				uni.stopPullDownRefresh();
 				clearTimeout(timer);
 				timer = null;
 			}, 800);

--
Gitblit v1.9.1