From 863259255ebe6a3e2a51664cb73a0bcfd7def932 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Thu, 14 May 2026 10:42:28 +0800 Subject: [PATCH] 1 --- package2/partTimeJob/partTimeJobCenter.vue | 6 +++--- package2/shop/merchantCenter.vue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package2/partTimeJob/partTimeJobCenter.vue b/package2/partTimeJob/partTimeJobCenter.vue index ec86a19..81ab320 100644 --- a/package2/partTimeJob/partTimeJobCenter.vue +++ b/package2/partTimeJob/partTimeJobCenter.vue @@ -209,13 +209,13 @@ let url = '' switch (type) { case 'tj': - url = '/package1/myCenter/dataStatistics' + url = '/package2/myCenter/dataStatistics' break; case 'db': url = '/package2/shop/shopOrderList?index=' + index break; case 'xx': - url = '/package1/myCenter/partTimeJobRegister' + url = '/package2/myCenter/partTimeJobRegister' break; case 'qb': url = '' @@ -236,7 +236,7 @@ shopScore: uni.getStorageSync('worker').score, id: uni.getStorageSync('worker').workerId } - url = '/package1/group/shopEvaluate?item=' + JSON.stringify(item) + '&isMerchant=2&isCha=' + ( + url = '/package2/group/shopEvaluate?item=' + JSON.stringify(item) + '&isMerchant=2&isCha=' + ( index == 'cha' ? 1 : 0) break; default: diff --git a/package2/shop/merchantCenter.vue b/package2/shop/merchantCenter.vue index 9c761cd..6ceffec 100644 --- a/package2/shop/merchantCenter.vue +++ b/package2/shop/merchantCenter.vue @@ -262,13 +262,13 @@ let url = '' switch (type) { case 'tj': - url = '/package1/myCenter/dataStatistics' + url = '/package2/myCenter/dataStatistics' break; case 'db': url = '/package2/shop/shopOrderList?index=' + index break; case 'sp': - url = '/package1/myCenter/goodsList' + url = '/package2/myCenter/goodsList' break; case 'dp': url = '' @@ -289,7 +289,7 @@ shopScore:uni.getStorageSync('shopScore'), id:uni.getStorageSync('shopId') } - url = '/package1/group/shopEvaluate?item=' + JSON.stringify(item) + '&isMerchant=1&isCha=' + (index =='cha'?1:0) + url = '/package2/group/shopEvaluate?item=' + JSON.stringify(item) + '&isMerchant=1&isCha=' + (index =='cha'?1:0) break; case 'hx': this.scanCodeAdd()