更改扫码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