|
@@ -208,7 +208,7 @@ let tool = {
|
|
|
*/
|
|
*/
|
|
|
getTableHeight(hasStatusBar = false) {
|
|
getTableHeight(hasStatusBar = false) {
|
|
|
if (hasStatusBar) return window.innerHeight - 320
|
|
if (hasStatusBar) return window.innerHeight - 320
|
|
|
- return window.innerHeight - 260
|
|
|
|
|
|
|
+ return window.innerHeight - 300
|
|
|
},
|
|
},
|
|
|
// 计算商品税额
|
|
// 计算商品税额
|
|
|
calculateTax(amount, taxRate, count = 1) {
|
|
calculateTax(amount, taxRate, count = 1) {
|