zhaojs
2023-06-26 8a55298d7e388113c05bd70a549f17a6e7aacee8
uniapp/pages/index/index.vue
@@ -175,7 +175,6 @@
            }).then(e => {
               if (e.code == 1) return that.$alert(e.msg);
               var res = e.data.info;
               console.log(res)
               if(res.length > 0){
                  this.showBulletFrame = true;
                  this.BulletFrameData = res[0]
@@ -311,7 +310,6 @@
         getTopheight() {
            // 获取顶部高度
            uni.createSelectorQuery().in(this).select('.fixed-container').boundingClientRect(data => {
               console.log("得到布局位置信息" + JSON.stringify(data));
               this.Topheight = data.height
            }).exec();
         },