@ -283,7 +283,7 @@
shopScore:uni.getStorageSync('shopScore'),
id:uni.getStorageSync('shopId')
}
url = '/package1/group/shopEvaluate?item=' + JSON.stringify(item)
url = '/package1/group/shopEvaluate?item=' + JSON.stringify(item) + '&isMerchant=1'
break;
case 'hx':
this.scanCodeAdd()
@ -249,7 +249,7 @@
uni.chooseMedia({
count: type == 'qita'?9:1,
mediaType: ['image'],
sourceType: ['album'],
sourceType: ['camera', 'album'],
success(res) {
uni.showLoading({
title: '加载中...',