修复已知问题

main
26947 2024-06-02 19:09:14 +08:00
parent ce937a5f3f
commit 92aeaf5d9c
3 changed files with 97 additions and 85 deletions

View File

@ -40,8 +40,10 @@
</view>
</view>
<!-- 列表信息 -->
<view >
<ActiInfoList v-model="actiInfoList" @scrolltolower="scrolltolower"></ActiInfoList>
</view>
<view>
</view>
</template>
@ -87,7 +89,8 @@ const actiInfoList = ref([
state: '2',
addrs: '天津电子信息职业技术学院操场东面'
},
{id:3,
{
id: 3,
title: '怎么评论爱德华·艾尔加这位音乐家及其他的作品,欢迎大家发表自己的看法?',
startTime: '2023-05-01 15:00',
endTime: '2023-05-01 16:00',
@ -95,7 +98,8 @@ const actiInfoList = ref([
addrs: '天津电子信息职业技术学院操场东面'
}
,
{id:4,
{
id: 4,
title: '怎么评论爱德华·艾尔加这位音乐家及其他的作品,欢迎大家发表自己的看法?',
startTime: '2023-05-01 15:00',
endTime: '2023-05-01 16:00',
@ -118,7 +122,8 @@ onShow(() => {
const scrolltolower = () => {
console.log("scrolltolower");
actiInfoList.value.push( {title:'怎么评论爱德华·艾尔加这位音乐家及其他的作品,欢迎大家发表自己的看法?',
actiInfoList.value.push({
title: '怎么评论爱德华·艾尔加这位音乐家及其他的作品,欢迎大家发表自己的看法?',
startTime: '2023-05-01 15:00',
endTime: '2023-05-01 16:00',
state: '2',
@ -130,9 +135,7 @@ const getDictLabelByValue = (state) => {
return dict ? dict : '未知状态';
};
const toInfo = (item) => {
proxy.$tab.navigateTo(`/pages/activity/info?id=${item.id}`);
}
function toESearch() {
console.log("toESearch");
proxy.$tab.navigateTo('/pages/search/activitySearch')
@ -150,6 +153,7 @@ function toESearch(){
display: flex;
align-items: flex-end;
}
.content {
position: relative;
@ -157,6 +161,7 @@ function toESearch(){
padding-left: 32rpx;
display: flex;
align-content: center;
.lefttext {
font-weight: 400;
width: 58rpx;
@ -169,11 +174,13 @@ function toESearch(){
}
}
.img2BOX {
display: flex;
align-items: center;
}
.navbarcenter {
font-weight: 400;
width: 146rpx;
@ -184,6 +191,7 @@ color: #000000 100%;
display: flex;
align-items: center;
}
.bgc {
width: 100%;
height: 500rpx;
@ -210,21 +218,22 @@ align-items: center;
.souBOx {
margin-left: 32rpx;
}
.sousuoBox .souBOx .shuruText {
margin-left: 20rpx;
font-weight: 400;
font-size: 28rpx;
color: #999999 !important;
}
.img3 {
width: 38rpx;
height: 38rpx;
}
.tabsinfo {
height: 80rpx;
margin: 0 auto;
}
</style>

View File

@ -177,7 +177,7 @@ function cancel () {
.btnText {
font-weight: 400;
width: 120rpx;
height: 32rpx;
font-size: 30rpx;
color: #00CCBE !important;

View File

@ -51,18 +51,21 @@ const scrolltolower = () => {
emit('scrolltolower'); //
};
const toInfo = (item) => {
proxy.$tab.navigateTo(`/pages/activity/info?id=${item.id}`);
}
</script>
<style lang="scss" scoped>
.scrollable-list {
overflow: auto;
/* 允许这个容器内部滚动 */
overflow-x: hidden;
overflow-y: auto;
}
.listInfo {
position: relative;
width: 686rpx;
height: 328rpx;
border-radius: 16rpx 16rpx 16rpx 16rpx;
background: #ffffff;