diff --git a/package2/partTimeJob/partTimeJobCenter.vue b/package2/partTimeJob/partTimeJobCenter.vue
index 7bafed9..455bc03 100644
--- a/package2/partTimeJob/partTimeJobCenter.vue
+++ b/package2/partTimeJob/partTimeJobCenter.vue
@@ -1,4 +1,5 @@
+
@@ -6,37 +7,229 @@
- 兼职主页
+ 兼职中心
-
-
+
+
+
+
+
+
+
+ {{worker.workerName}}
+
+
+
+
+
+ 修改信息
+
+
+
+
+
+
+ 待办事项
+
+
+
+
+
+
+ {{daiquhuo}}
+
+
+ 待取货
+
+
+
+
+ {{daisongda}}
+
+
+ 待送达
+
+
+
+
+ {{shopData.refundCount == undefined?0:shopData.refundCount}}
+
+
+ 待退款/售后
+
+
+
+
+ {{shopData.pendingBadReviewCount == undefined?0:shopData.pendingBadReviewCount}}
+
+
+ 待回复差评
+
+
+
+
+
+
+
+
+ 今日实时数据
+
+
+ 更多
+
+
+
+
+
+
+ {{shopData.orderRevenueAndCount.count == undefined?0:shopData.orderRevenueAndCount.count}}
+
+
+ 完成订单
+
+
+
+
+ {{shopData.orderRevenueAndCount.amount == undefined?0:shopData.orderRevenueAndCount.amount}}
+
+
+ 配送佣金
+
+
+
+
+
+
+ 必备工具
+
+
@@ -83,7 +276,111 @@
flex: 1;
text-align: center;
}
- .content{
- margin: -100rpx auto;
+
+ .shop-title {
+ width: 95%;
+ margin: -130rpx auto 0;
+ padding: 20rpx;
+ background: #fff;
+ border-radius: 20rpx;
+ display: flex;
+ font-size: 28rpx;
+ font-weight: 700;
+ }
+
+ .title1 {
+ width: 70rpx;
+ height: 70rpx;
+
+ img {
+ width: 100%;
+ height: 100%;
+ border-radius: 10rpx;
+ }
+ }
+
+ .title2 {
+ flex: 1;
+ line-height: 70rpx;
+ display: flex;
+ }
+
+ .title22 {
+ flex: 1;
+ padding-left: 20rpx;
+ }
+
+ .shop-order {
+ width: 95%;
+ margin: 20rpx auto 0;
+ background: #fff;
+ border-radius: 20rpx;
+ padding: 0 20rpx 0;
+ }
+
+ .order1 {
+ height: 70rpx;
+ line-height: 70rpx;
+ font-size: 28rpx;
+ font-weight: 700;
+ border-bottom: 1px solid #eee;
+ }
+
+ .order22 {
+ display: flex;
+ height: 100rpx;
+ padding-top: 20rpx;
+ }
+
+ .order33 {
+ flex: 1;
+ text-align: center;
+ }
+
+ .order44 {
+ font-size: 28rpx;
+ font-weight: 700;
+ }
+
+ .data2 {
+ display: flex;
+ height: 140rpx;
+ text-align: center;
+ padding-top: 20rpx;
+ }
+
+ .data22 {
+ flex: 1;
+ }
+
+ .data222 {
+ font-size: 36rpx;
+ font-weight: 700;
+ padding-bottom: 20rpx;
+ }
+
+ .menu2 {
+ display: flex;
+ flex-wrap: wrap;
+ text-align: center;
+ padding-top: 20rpx;
+ }
+
+ .menu22 {
+ width: 25%;
+ height: 120rpx;
+ }
+
+ .menu33 {
+ img {
+ width: 50rpx;
+ height: 50rpx;
+ background-size: 100%;
+ }
+ }
+
+ .menu44 {
+ height: 40rpx;
+ line-height: 40rpx;
}
\ No newline at end of file
diff --git a/package2/shop/merchantCenter.vue b/package2/shop/merchantCenter.vue
index 3d4acb4..9b868c9 100644
--- a/package2/shop/merchantCenter.vue
+++ b/package2/shop/merchantCenter.vue
@@ -31,7 +31,7 @@
-
+
{{daichucan}}