Commit 086352ec authored by Facius's avatar Facius

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

parent c37d9304
...@@ -126,7 +126,8 @@ ...@@ -126,7 +126,8 @@
vm.status = result.record.status vm.status = result.record.status
} }
let settledInfo = await app.getBaseInfo(this, callBack) let settledInfo = await app.getBaseInfo(this, callBack)
this.settledInfo = settledInfo this.settledInfo = settledInfo
this.settledInfo.record.status = 8
this.status = settledInfo.record.status this.status = settledInfo.record.status
uni.hideLoading() uni.hideLoading()
this.initInfo(settledInfo.record) this.initInfo(settledInfo.record)
...@@ -188,13 +189,14 @@ ...@@ -188,13 +189,14 @@
position: absolute; position: absolute;
.icon { .icon {
margin-top: 68rpx; margin-top: 20rpx;
width: 334rpx; width: 224rpx;
height: 320rpx; height: 224rpx;
&.active { &.active {
width: 224rpx; margin-top: 38rpx;
height: 224rpx; 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