order number 8.19

This commit is contained in:
2020-08-19 11:21:31 +08:00
parent bea615253c
commit 86d765d6ba
5 changed files with 99 additions and 80 deletions

View File

@@ -106,7 +106,7 @@ export default {
},
setViewHeight() {
const res = uni.getSystemInfoSync();
this.scrollHeight = res.windowHeight - (res.windowWidth / 750) * 90 + 'px';
this.scrollHeight = res.windowHeight - (res.windowWidth / 750) * (90 + 30) + 'px';
},
toDetailsPage(id) {
this.$u.route('/pageB/sdetails/index', {