diff --git a/components/common/common.vue b/components/common/common.vue index 6baa02fd..d6df407b 100644 --- a/components/common/common.vue +++ b/components/common/common.vue @@ -122,7 +122,12 @@ upd_data['key'] = Math.random(); upd_data['app_tabbar'] = app.globalData.get_config('app_tabbar') || null; } + //#ifndef APP-NVUE this.setData(upd_data); + //#endif + //#ifdef APP-NVUE + this.upd_data = upd_data; + //#endif // 如果没有菜单数据则读取一次 if(!is_use_native_tabbar && status == 0 && (upd_data['app_tabbar'] || null) == null) { @@ -132,9 +137,14 @@ // 底部菜单高度回调事件 footer_height_value_event(value) { + //#ifndef APP-NVUE this.setData({ footer_height_value: (value*2)+20 }); + //#endif + //#ifdef APP-NVUE + this.footer_height_value = (value*2)+20; + //#endif this.$emit('onFooterHeight', value); // 存储底部菜单高度 diff --git a/components/popup/popup.vue b/components/popup/popup.vue index 656e6893..2abd14b2 100644 --- a/components/popup/popup.vue +++ b/components/popup/popup.vue @@ -131,6 +131,9 @@ popup_content_style: 'left:' + left + 'px;' + (this.propTop ? 'top:' + this.propTop : '') + ';' + (this.propBottom ? 'bottom:' + this.propBottom : '') + ';padding-bottom:' + tabbar_height + 'rpx;', }); // #endif + //#ifdef APP-NVUE + this.popup_content_style = 'left:' + left + 'px;' + (this.propTop ? 'top:' + this.propTop : '') + ';' + (this.propBottom ? 'bottom:' + this.propBottom : '') + ';padding-bottom:' + tabbar_height + 'rpx;'; + //#endif }, }, }; diff --git a/components/upload/upload.vue b/components/upload/upload.vue index 046eb966..7999d1eb 100644 --- a/components/upload/upload.vue +++ b/components/upload/upload.vue @@ -20,9 +20,13 @@ - - \ No newline at end of file diff --git a/pages/plugins/live/pull/components/live-content/live-content.vue b/pages/plugins/live/pull/components/live-content/live-content.vue index 1a7edd04..41b351e4 100644 --- a/pages/plugins/live/pull/components/live-content/live-content.vue +++ b/pages/plugins/live/pull/components/live-content/live-content.vue @@ -24,7 +24,7 @@ {{ live_data.online_count || 0 }} - + @@ -112,7 +112,7 @@ 讲解中 - + @@ -135,15 +135,15 @@ - + - + - + @@ -155,30 +155,24 @@ - + - + - + - diff --git a/pages/plugins/live/pull/components/share-popup/share-popup.vue b/pages/plugins/live/pull/components/share-popup/share-popup.vue deleted file mode 100644 index 6c0c1b29..00000000 --- a/pages/plugins/live/pull/components/share-popup/share-popup.vue +++ /dev/null @@ -1,344 +0,0 @@ - - - diff --git a/pages/plugins/live/pull/pull.nvue b/pages/plugins/live/pull/pull.nvue index 819e7bdc..e55d83ca 100644 --- a/pages/plugins/live/pull/pull.nvue +++ b/pages/plugins/live/pull/pull.nvue @@ -9,7 +9,7 @@ - + 主播暂时离开 休息片刻,更多精彩马上到来 @@ -31,7 +31,6 @@ \ No newline at end of file