mine concerns 8.15

This commit is contained in:
2020-08-15 17:16:11 +08:00
parent 7deb5d312b
commit df52535848
11 changed files with 377 additions and 227 deletions

View File

@@ -169,9 +169,9 @@ export default {
}
},
getStoreInfo() {
console.log(this.sid )
// console.log(this.sid )
this.$u.api.getStoreInfo({ id: this.sid }).then((res)=>{
console.log(JSON.stringify(res))
// console.log(JSON.stringify(res))
this.info = res.data;
uni.stopPullDownRefresh();
})
@@ -221,7 +221,7 @@ export default {
const res = uni.getSystemInfoSync();
this.scrollHeiht = res.windowHeight - (73 + 20 + 170) + 'px';
this.paddingTop = res.windowWidth / 750 * (90 + 50) + 'px';
console.log(this.paddingTop);
// console.log(this.paddingTop);
}
},
onLoad(option){