更新项目,ios打包

This commit is contained in:
liuyuan
2025-03-17 17:00:10 +08:00
parent efb76a1716
commit 896f897014
27 changed files with 1147 additions and 237 deletions

View File

@@ -28,7 +28,7 @@
<view class="list_block" v-if="!statusXLCP" :style="labelsList.length>0&&childrenList.length==0?`marginTop: ${45 + statusBarHeight}px;`:''">
<view class="list_item" v-if="list.length>0" v-for="(item,index) in list" :key="index" @click.stop="goToDetail(item)">
<view class="list_item_image">
<image v-if="item.image" :src="item.image" mode="aspectFit"></image>
<image v-if="item.squareImage" :src="item.squareImage" mode="aspectFit"></image>
<text class="image_null" v-else>暂无封面图</text>
</view>
<view class="list_item_right">
@@ -450,8 +450,8 @@ export default {
border-radius: 10rpx;
}
.list_item_image,.image_null{
width: 250rpx;
height: 220rpx;
width: 240rpx;
height: 240rpx;
background-color: rgba(125, 193, 240, 0.1);
display: flex;
justify-content: center;

View File

@@ -320,6 +320,8 @@
role = '国学';
}else if(type==8){
role = '心理学';
}else if(type==9){
role = '中西汇通学';
}
this.goBuyTitle = '尊贵的'+role+'VIP您的有效期到'+res.userVip.endTime;
this.goBuyType = 1;
@@ -358,6 +360,8 @@
text = '国学';
}else if(item=='8'){
text = '心理学';
}else if(item=='9'){
text = '中西汇通学';
}
this.textList.push(text);
});
@@ -1270,6 +1274,9 @@
padding-bottom: 10rpx;
color: #333;
}
/deep/ .prof img{
width: 100%;
}
.containerBg1 {
background: #fff;