Browse Source

user-serve

lhl 1 year ago
parent
commit
1acdcbb3a0
2 changed files with 4 additions and 3 deletions
  1. 2 1
      manifest.json
  2. 2 2
      pages/users/user_spread_money/index.vue

+ 2 - 1
manifest.json

@@ -196,7 +196,8 @@
         "optimization" : {
             "subPackages" : true
         },
-        "__usePrivacyCheck__" : true
+        "__usePrivacyCheck__" : true,
+        "libVersion" : "latest"
     },
     "mp-alipay" : {
         "usingComponents" : true

+ 2 - 2
pages/users/user_spread_money/index.vue

@@ -36,7 +36,8 @@
 				</view>
 				<view class="top_num" v-if="recordType==7">
 					销售业绩:{{ staffInfo.sale_performance || 0}} &nbsp;&nbsp;&nbsp;
-					手工业绩:{{staffInfo.craft_performance || 0}}
+					手工业绩:{{staffInfo.craft_performance || 0}}&nbsp;&nbsp;&nbsp;
+					当前完成预约订单:{{staffInfo.service_count || 0}}
 				</view>
 				<view class="top_num top_num_2" v-if="recordType == 5">
 					当前股权:{{staffInfo.shareholding}}
@@ -260,7 +261,6 @@
 							// #ifdef H5
 							history.back();
 							// #endif
-
 						}, 1200)
 					},
 				});