This commit is contained in:
小李 2026-06-01 09:57:56 +08:00
parent 73b2b3cf25
commit 72674f4d77
3 changed files with 17 additions and 9 deletions

View File

@ -29,7 +29,7 @@ export function createApp() {
app.config.globalProperties.$system = plus.os.name;
// #endif
app.config.globalProperties.$systemInfo = systemInfo
uni.setStorageSync('version', '1.0.6')
uni.setStorageSync('version', '1.0.6.sp1')
app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods);
return {

View File

@ -15,10 +15,10 @@
:style="{background:(data.info.avatar?`rgba(0,0,0,0)`:'linear-gradient(180deg, #bdbec3 0%, #a0a2af 100%)')
}">
<!-- style="position: fixed;left:0;top:0;overflow: hidden;" -->
<!-- , height:data.headerHeight+'px' -->
<!-- , height:data.headerHeight+'px' -->
<view v-if="data.info.avatar" style="height:400rpx;"></view>
<image v-if="data.info.avatar" :src="data.info.avatar" mode="aspectFill"
style="width:100%;position: absolute;bottom: 0;left: 0;z-index:0;"></image>
style="width:100%;position: absolute;bottom: 0;left: 0;z-index:0;" :style="{height:1400+'rpx'}"></image>
<!-- :style="{height:data.headerHeight+'px'}" -->
<view class="status" :style="{height:$systemInfo.statusBarHeight+'px'}"> </view>
<view class="flexcontainer" @click="openEditModalDetail()">

View File

@ -282,12 +282,16 @@
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
}
.group_48163 {
width: 152rpx;
height: 38rpx;
margin-left: 540rpx;
position: absolute;
right: 0;
top: 0;
}
.flexcontainer_1 {
@ -340,26 +344,29 @@
position: relative;
width: 750rpx;
height: 88rpx;
margin-top: 28rpx;
margin-bottom: 14rpx;
}
.rectangle_23285 {
width: 750rpx;
height: 108rpx;
height: 88rpx;
background-color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
}
.text_5 {
position: absolute;
top: 38rpx;
left: 60rpx;
margin-left: 60rpx;
font-size: 28rpx;
color: #1a1a1a;
}
.text_6 {
position: absolute;
top: 40rpx;
right: 28rpx;
margin-right: 28rpx;
font-size: 34rpx;
font-weight: bold;
}
@ -373,6 +380,7 @@
/* ===== limit ===== */
.group_48166 {
width: 750rpx;
position: relative;
}
.flexcontainer_3 {