From 80456d05ccf752498739cab8e06c4098e8330cb7 Mon Sep 17 00:00:00 2001 From: zhengshuiqi Date: Tue, 17 Jan 2023 18:52:31 +0800 Subject: [PATCH] 1 --- manifest.json | 10 ++- pages/login/index.vue | 117 +++++++++++++++++++++++++++++++++ pages/productDetails/index.vue | 61 ++++++++++++----- static/img/AppleZ.png | Bin 0 -> 2396 bytes static/img/GoogleZ.png | Bin 0 -> 4844 bytes static/img/facebookZ.png | Bin 0 -> 2291 bytes 6 files changed, 168 insertions(+), 20 deletions(-) create mode 100644 static/img/AppleZ.png create mode 100644 static/img/GoogleZ.png create mode 100644 static/img/facebookZ.png diff --git a/manifest.json b/manifest.json index 92d0e24..ba96115 100644 --- a/manifest.json +++ b/manifest.json @@ -45,7 +45,8 @@ "Speech" : {}, "iBeacon" : {}, "OAuth" : {}, - "Messaging" : {} + "Messaging" : {}, + "Share" : {} }, /* 应用发布信息 */ "distribute" : { @@ -91,7 +92,9 @@ "__platform__" : [ "ios", "android" ] } }, - "push" : {}, + "push" : { + "unipush" : null + }, "speech" : {}, "oauth" : { "google" : { @@ -101,7 +104,8 @@ "facebook" : { "appid" : "884982142884404" } - } + }, + "share" : {} }, "splashscreen" : { "androidStyle" : "default", diff --git a/pages/login/index.vue b/pages/login/index.vue index 4c3bf77..428d147 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -68,6 +68,15 @@ and privacy policy. + + + + + + + + +