提交 891f7d7c 作者: ZhangLingKun

修复:节目排行

上级 10854c08
流水线 #8318 已通过 于阶段
in 37 秒
...@@ -116,7 +116,7 @@ const getLoginToken = async () => { ...@@ -116,7 +116,7 @@ const getLoginToken = async () => {
phone: '17608918976' phone: '17608918976'
}) })
if (res && res.code === '200') { if (res && res.code === '200') {
console.log('登录成功 --->', res.result.token) // console.log('登录成功 --->', res.result.token)
uni.setStorageSync('token', res.result.token) uni.setStorageSync('token', res.result.token)
} }
} }
...@@ -141,9 +141,11 @@ onPullDownRefresh(() => { ...@@ -141,9 +141,11 @@ onPullDownRefresh(() => {
margin: 0 auto; margin: 0 auto;
.activity-bg { .activity-bg {
position: absolute; position: absolute;
top: -100rpx; top: 0;
left: calc((100% - 38%) / 2); left: 0;
width: 38%; opacity: 0.35;
//left: calc((100% - 38%) / 2);
width: 100%;
//z-index: -10; //z-index: -10;
} }
.activity-view { .activity-view {
...@@ -198,7 +200,7 @@ onPullDownRefresh(() => { ...@@ -198,7 +200,7 @@ onPullDownRefresh(() => {
background: linear-gradient( background: linear-gradient(
180deg, 180deg,
#ffffff 0%, #ffffff 0%,
rgba(255, 255, 255, 0.89) 51%, rgba(255, 255, 255, 0.89) 86%,
rgba(254, 254, 252, 0.6) 100% rgba(254, 254, 252, 0.6) 100%
); );
border-radius: 0 0 20rpx 20rpx; border-radius: 0 0 20rpx 20rpx;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论