@@ -307,8 +307,6 @@
uni.showLoading({ title: '加载中'});
-
this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
this.$http('matchingByOpen/queryCarModelGroupPackage', {
@@ -207,7 +207,7 @@
if(data.code!=1){
console.log(data.data)
that.vinNum=data.data;
- that.queryCarModelGroupByVinAggregation()
+ that.queryCarModelGroupByVinAggregation()
}else{
uni.showToast({
title: data.msg,
@@ -241,7 +241,25 @@
duration: 3000,
});
console.log("授权失败")
- console.log(err)
+ uni.showModal({
+ title: '是否重新授权识图功能',
+ success(res) {
+ if (res.confirm) {
+ uni.openSetting({
+ success() {
+ console.log('开启权限成功');
+ },
+ fail() {
+ console.log('开启权限失败');
+ }
+ });
+ } else if (res.cancel) {
+ console.log('拒绝开启开启权限');
+
}
})