|
|
@@ -302,7 +302,7 @@ export default {
|
|
|
}
|
|
|
let customName = this.option.customName ? this.option.customName : '';
|
|
|
|
|
|
- let orderId = this.option.orderId ? this.option.orderId : 0
|
|
|
+ let orderId = this.option.orderId ? this.option.orderId : 0
|
|
|
|
|
|
uni.navigateTo({url: "/admin/billing/affirm?customId="+this.option.customId+"&customName="+customName+"&orderId="+orderId});
|
|
|
} else {
|
|
|
@@ -335,7 +335,7 @@ export default {
|
|
|
}
|
|
|
.tab-view {
|
|
|
position: relative;
|
|
|
- height: 1000upx;
|
|
|
+ height: calc(100vh - 140upx);
|
|
|
width: 170upx;
|
|
|
flex-shrink: 0;
|
|
|
background-color: #f0f2f6;
|
|
|
@@ -382,7 +382,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.right-box {
|
|
|
- height: 1000upx;
|
|
|
+ height: calc(100vh - 140upx);
|
|
|
flex: 1;
|
|
|
box-sizing: border-box;
|
|
|
}
|