|
|
@@ -18,7 +18,7 @@
|
|
|
<AppWrapperEmpty title="暂无数据" :is-empty="$util.isEmpty(detailsList)" />
|
|
|
</block>
|
|
|
</view>
|
|
|
- <view style="position:fixed;bottom:180upx;font-size:32upx;z-index:99;background-color:red;width:100%;height:100upx;text-align:center;line-height:100upx;color:white;"
|
|
|
+ <view style="position:fixed;bottom:200upx;font-size:32upx;z-index:99;background-color:red;width:100%;height:100upx;text-align:center;line-height:100upx;color:white;"
|
|
|
v-if="!$util.isEmpty(unClear)" @click="goClear(unClear)">
|
|
|
<text>有一个待结账单 ¥{{unClear.actPrice?parseFloat(unClear.actPrice):0}}</text><text style="font-weight:bold;margin-left:15upx;">查看</text>
|
|
|
</view>
|
|
|
@@ -293,7 +293,7 @@ export default {
|
|
|
margin-top:98upx;
|
|
|
padding: 20upx 30upx;
|
|
|
flex: 1;
|
|
|
- padding-bottom: 290upx;
|
|
|
+ padding-bottom: 320upx;
|
|
|
}
|
|
|
.bottom-bar-view {
|
|
|
position: fixed;
|