Commit 60e8a947 authored by xxx's avatar xxx

1

parent 83c522c1
......@@ -87,6 +87,7 @@ export default {
methods: {
//app获取设备号方法
appGetDeviceId(){
let that = this;
let appDeviceId1 = window.Device.getDeviceId();
if(appDeviceId1){
console.log('app设备号',appDeviceId1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment