tianyi 16 hours ago
parent
commit
6e8dd56761
  1. 2
      package2/shop/merchantCenter.vue
  2. 2
      package2/shop/merchantRegister.vue

2
package2/shop/merchantCenter.vue

@ -283,7 +283,7 @@
shopScore:uni.getStorageSync('shopScore'), shopScore:uni.getStorageSync('shopScore'),
id:uni.getStorageSync('shopId') id:uni.getStorageSync('shopId')
} }
url = '/package1/group/shopEvaluate?item=' + JSON.stringify(item) url = '/package1/group/shopEvaluate?item=' + JSON.stringify(item) + '&isMerchant=1'
break; break;
case 'hx': case 'hx':
this.scanCodeAdd() this.scanCodeAdd()

2
package2/shop/merchantRegister.vue

@ -249,7 +249,7 @@
uni.chooseMedia({ uni.chooseMedia({
count: type == 'qita'?9:1, count: type == 'qita'?9:1,
mediaType: ['image'], mediaType: ['image'],
sourceType: ['album'], sourceType: ['camera', 'album'],
success(res) { success(res) {
uni.showLoading({ uni.showLoading({
title: '加载中...', title: '加载中...',

Loading…
Cancel
Save