commit | 50e423813f689f011abd3ed4965e3bbd26a01cf1 | [log] [tgz] |
---|---|---|
author | guangchao.xu <guangchao.xu@supwisdom.com> | 周一 1月 04 17:53:47 2021 +0800 |
committer | guangchao.xu <guangchao.xu@supwisdom.com> | 周一 1月 04 17:53:47 2021 +0800 |
tree | d65a50a27b29e2507b49defd85349b6874a419bf | |
parent | 96b39791dbe0f24ba8f2805b5215d467d5e9c4e2 [diff] [blame] |
更改扫码api、添加邮箱绑定功能
diff --git a/App.vue b/App.vue index 47af5bb..fa9f0db 100644 --- a/App.vue +++ b/App.vue
@@ -5,6 +5,8 @@ }, onLaunch() { let that = this + + //获取平台信息 uni.getSystemInfo({ success(res) { uni.setStorageSync('platform', res.platform) @@ -18,7 +20,7 @@ let version = v + '(' + c + ')' that.globalData.version = version - //获取uuid + //获取设备uuid plus.device.getInfo({ success(res) { let uuid = res.uuid