|
|
@@ -20,7 +20,7 @@
|
|
|
</view>
|
|
|
<view style="position:fixed;bottom:100upx;font-size:32upx;z-index:9999;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>
|
|
|
+ <text>已有一个待结账单 ¥{{unClear.actPrice?parseFloat(unClear.actPrice):0}}</text><text style="font-weight:bold;margin-left:15upx;">查看</text>
|
|
|
</view>
|
|
|
<view :class="device == 'ios' ? 'ios-bar-view':'android-bar-view'">
|
|
|
<template>
|