Commit 086352ec authored by Facius's avatar Facius

状态中转页高保真细节调节

parent c37d9304
......@@ -127,6 +127,7 @@
}
let settledInfo = await app.getBaseInfo(this, callBack)
this.settledInfo = settledInfo
this.settledInfo.record.status = 8
this.status = settledInfo.record.status
uni.hideLoading()
this.initInfo(settledInfo.record)
......@@ -188,13 +189,14 @@
position: absolute;
.icon {
margin-top: 68rpx;
width: 334rpx;
height: 320rpx;
&.active {
margin-top: 20rpx;
width: 224rpx;
height: 224rpx;
&.active {
margin-top: 38rpx;
width: 234rpx;
height: 222rpx;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment