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