|
@@ -83,6 +83,7 @@
|
|
this.networkType = res.networkType
|
|
this.networkType = res.networkType
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
+ // #ifdef APP-PLUS
|
|
uni.getLocation({
|
|
uni.getLocation({
|
|
success:res=>{
|
|
success:res=>{
|
|
},
|
|
},
|
|
@@ -94,9 +95,12 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
+ // #endif
|
|
|
|
+ // #ifdef APP-PLUS
|
|
plus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => {
|
|
plus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => {
|
|
this.version=wgtinfo.version
|
|
this.version=wgtinfo.version
|
|
})
|
|
})
|
|
|
|
+ // #endif
|
|
uni.$on('loginphone',data=>{
|
|
uni.$on('loginphone',data=>{
|
|
this.tel=data
|
|
this.tel=data
|
|
})
|
|
})
|