@@ -1,6 +1,8 @@
<script>
export default {
-
+ onLaunch(){
+ getDeviceInfo.postMessage('获取设备信息')
+ }
}
</script>