From ffc1840af413ccf5581d0279711d9773164a959f Mon Sep 17 00:00:00 2001 From: XiaoXinPro 14 IAH5R <568170040@qq.com> Date: Fri, 28 Apr 2023 12:53:01 +0800 Subject: [PATCH] upload --- pages/index/searchbar/detail/index.js | 8 +++++++- pages/specialcourtesy/specialcourtesy.wxss | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/index/searchbar/detail/index.js b/pages/index/searchbar/detail/index.js index 814c113..6ce6581 100644 --- a/pages/index/searchbar/detail/index.js +++ b/pages/index/searchbar/detail/index.js @@ -258,12 +258,18 @@ Page({ url: config.api.checkPhoneStatus, }) .then(res => { + // just a test + // setTimeout(() => { + // wx.redirectTo({ + // url: `/pages/getphoneInfo/index?path=searchbarDetail&id=${that.data.id}`, + // }) + // }, 2000); }) .catch(err => { if (err.code == 11005) { // 手机号没有授权,将值传到用户手机号授权的页面 wx.redirectTo({ - url: "/pages/getphoneInfo/index?path=searchbarDetail", + url: `/pages/getphoneInfo/index?path=searchbarDetail&id=${that.data.id}`, }) } else { wx.showToast({ diff --git a/pages/specialcourtesy/specialcourtesy.wxss b/pages/specialcourtesy/specialcourtesy.wxss index fb2e9e8..dd6325b 100644 --- a/pages/specialcourtesy/specialcourtesy.wxss +++ b/pages/specialcourtesy/specialcourtesy.wxss @@ -2,12 +2,14 @@ page { background: linear-gradient(180deg, #FD832D 0%, #FE4A16 100%); + padding-bottom: 0; } .codeBox { background: linear-gradient(180deg, #FD832D 0%, #FE4A16 100%); height: 100%; overflow: auto; + padding-bottom: 160rpx; } .none {