Commit f762a9a7 authored by gaodapeng's avatar gaodapeng

解决了等待支付页面的头部阴影显示一半的问题

parent 90f0ac38
......@@ -674,7 +674,7 @@
.waitOperate {
display: flex;
flex-direction: column;
flex-direction: column-reverse;
position: absolute;
width: 100%;
height: 100%;
......
......@@ -266,13 +266,6 @@
</view>
<!-- 等待操作页 -->
<view class="waitOperate" hidden="{{!pageShow['waitoperate']}}">
<view class="balanceTopView">
<!--back button-->
<view catchTap="waitOperateBack" class="waitOperateBackButton">
<image mode="aspectFit" style="position:absolute;width:11rpx;height:17rpx;left: 18rpx;top:22rpx;" src="/images/icon_back.png"/>
<text>返回</text>
</view>
</view>
<!-- 界面主体 -->
<view class="bodyContainer">
<view class="leftBody" hidden="{{waitOperateHideLeft}}">
......@@ -299,6 +292,14 @@
</view>
</view>
</view>
<!-- topview -->
<view class="balanceTopView">
<!--back button-->
<view catchTap="waitOperateBack" class="waitOperateBackButton">
<image mode="aspectFit" style="position:absolute;width:11rpx;height:17rpx;left: 18rpx;top:22rpx;" src="/images/icon_back.png"/>
<text>返回</text>
</view>
</view>
</view>
<!--支付结果页-->
<view hidden="{{!pageShow['payresult']}}">
......
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