|
|
@@ -102,13 +102,13 @@ export default {
|
|
|
this.getStore().then(res => {
|
|
|
this.storeInfo = res;
|
|
|
this.getData();
|
|
|
- setTimeout(() => {
|
|
|
- this.offsetTop = this.systemInfo.statusBarHeight + 44;
|
|
|
- }, 1000);
|
|
|
+ // setTimeout(() => {
|
|
|
+ // this.offsetTop = this.systemInfo.statusBarHeight + 44;
|
|
|
+ // }, 1000);
|
|
|
});
|
|
|
},
|
|
|
getStore() {
|
|
|
- console.log(this.userStoreInfo);
|
|
|
+ // console.log(this.userStoreInfo);
|
|
|
if (this.userStoreInfo) {
|
|
|
if (this.userStoreInfo.id.toString() === this.$mp.options.id || !this.$mp.options.id) {
|
|
|
this.isMine = true;
|