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()