shish 1 год назад
Родитель
Сommit
ddccc2d367
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghsApp/src/admin/billing/toPay.vue

+ 1 - 1
ghsApp/src/admin/billing/toPay.vue

@@ -131,7 +131,7 @@ export default {
       // #ifdef APP-PLUS
       let platformType = uni.getSystemInfoSync().platform
       if(platformType == 'android'){
-        uni.navigateTo({ url: '/admin/billing/scan?text=' + this.textscan + '&type=' + this.typescan })
+        this.toScan()
       }else if(platformType == 'ios'){
         this.toScan()
       }else{