mine concerns 8.15
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user