From af87414ffa25aeb9e6936d520493bd848bcd5349 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Mon, 27 Apr 2026 10:47:54 +0800 Subject: [PATCH] 11 --- package2/shop/merchantCenter.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package2/shop/merchantCenter.vue b/package2/shop/merchantCenter.vue index cc3a70a..ef0758d 100644 --- a/package2/shop/merchantCenter.vue +++ b/package2/shop/merchantCenter.vue @@ -73,7 +73,7 @@ 待退款/售后 - + {{shopData.pendingBadReviewCount == undefined?0:shopData.pendingBadReviewCount}} @@ -150,7 +150,7 @@ 账单结算 - + @@ -283,7 +283,7 @@ shopScore:uni.getStorageSync('shopScore'), id:uni.getStorageSync('shopId') } - url = '/package1/group/shopEvaluate?item=' + JSON.stringify(item) + '&isMerchant=1' + url = '/package1/group/shopEvaluate?item=' + JSON.stringify(item) + '&isMerchant=1&isCha=' + (index =='cha'?1:0) break; case 'hx': this.scanCodeAdd()