tianyi 3 weeks ago
parent
commit
863259255e
  1. 6
      package2/partTimeJob/partTimeJobCenter.vue
  2. 6
      package2/shop/merchantCenter.vue

6
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:

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

Loading…
Cancel
Save