Commit 84739a20 authored by xxx's avatar xxx

1

parent 34c6d942
...@@ -67,7 +67,14 @@ export default { ...@@ -67,7 +67,14 @@ export default {
this.getCookie(); this.getCookie();
}, },
mounted() { mounted() {
console.log(this.mui); plus.device.getInfo({
success:function(e){
console.log('getDeviceInfo success: '+JSON.stringify(e));
},
fail:function(e){
console.log('getDeviceInfo failed: '+JSON.stringify(e));
}
})
}, },
components: { components: {
Keyboard Keyboard
......
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