From 968aa6af561614a375cf1abe14152d085601684f Mon Sep 17 00:00:00 2001 From: linju-json Date: Thu, 5 Aug 2021 23:04:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E5=A4=9A=E4=BD=99=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 5 +- changelog.md | 2 +- .../uni-quick-login/uni-quick-login.vue | 2 +- package.json | 2 +- pages/list/detail.vue | 2 +- pages/list/list.nvue | 19 +- pages/ucenter/ucenter.vue | 853 +++++++++--------- uni_modules/uni-sign-in/pages/demo/demo.vue | 12 + 8 files changed, 453 insertions(+), 444 deletions(-) create mode 100644 uni_modules/uni-sign-in/pages/demo/demo.vue diff --git a/App.vue b/App.vue index 1150cd28..85f4dce6 100644 --- a/App.vue +++ b/App.vue @@ -14,9 +14,8 @@ //checkIsAgree(); APP端暂时先用原生默认生成的。目前,自定义方式启动vue界面时,原生层已经请求了部分权限这并不符合国家的法规 // #endif - // #ifdef H5 - checkIsAgree(); - // 默认不开启。目前全球,仅欧盟国家有网页端同意隐私权限的需要。如果需要 + // #ifdef H5 + // checkIsAgree(); // 默认不开启。目前全球,仅欧盟国家有网页端同意隐私权限的需要。如果需要 // #endif // #ifdef APP-PLUS diff --git a/changelog.md b/changelog.md index 55aa7d47..a85c8fce 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,5 @@ ## 1.0.46(2021-08-05) -删除多余文件 +清理多余文件 ## 1.0.45(2021-08-05) 默认首页为nvue页面+fast ## 1.0.44(2021-08-05) diff --git a/components/uni-quick-login/uni-quick-login.vue b/components/uni-quick-login/uni-quick-login.vue index 57ee4d04..378ae708 100644 --- a/components/uni-quick-login/uni-quick-login.vue +++ b/components/uni-quick-login/uni-quick-login.vue @@ -241,7 +241,7 @@ }, fail: (err) => { uni.hideLoading() - console.error(err); + console.log(err); if (type == 'univerify') { if (err.metadata && err.metadata.error_data) { diff --git a/package.json b/package.json index 3fe99cbe..e1067901 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ }, "Vue": { "vue2": "y", - "vue3": "u" + "vue3": "y" } } } diff --git a/pages/list/detail.vue b/pages/list/detail.vue index 76f3372d..f66ecded 100644 --- a/pages/list/detail.vue +++ b/pages/list/detail.vue @@ -83,7 +83,7 @@ }, onLoad(event) { console.log(event); - event = {"id":"60783c5cb781700001375672","title":"阿里小程序IDE官方内嵌uni-app,为开发者提供多端开发服务","excerpt":"阿里小程序IDE官方内嵌uni-app,为开发者提供多端开发服务","avatar":"https://vkceyugu.cdn.bspapp.com/VKCEYUGU-aliyun-gacrhzeynhss7c6d04/249516a0-3941-11eb-899d-733ae62bed2f.jpg"} + // event = {"id":"60783c5cb781700001375672","title":"阿里小程序IDE官方内嵌uni-app,为开发者提供多端开发服务","excerpt":"阿里小程序IDE官方内嵌uni-app,为开发者提供多端开发服务","avatar":"https://vkceyugu.cdn.bspapp.com/VKCEYUGU-aliyun-gacrhzeynhss7c6d04/249516a0-3941-11eb-899d-733ae62bed2f.jpg"} //获取真实新闻id,通常 id 来自上一个页面 if (event.id) { this.id = event.id diff --git a/pages/list/list.nvue b/pages/list/list.nvue index 07a35f3f..29acfe58 100644 --- a/pages/list/list.nvue +++ b/pages/list/list.nvue @@ -4,10 +4,12 @@ - - - + + + + + @@ -223,5 +225,14 @@ .f1 { flex: 1; + } + .cover-search-bar{ + height: 50px; + position: relative; + top: -50px; + margin-bottom: -50px; + /* #ifndef APP-NVUE */ + z-index:999; + /* #endif */ } \ No newline at end of file diff --git a/pages/ucenter/ucenter.vue b/pages/ucenter/ucenter.vue index a05cc82d..593b916d 100644 --- a/pages/ucenter/ucenter.vue +++ b/pages/ucenter/ucenter.vue @@ -1,444 +1,431 @@ -