@@ -48,6 +48,18 @@
></drag>
</view>
+
+ <!-- 分享海报 -->
+ <sharePoster
+ :style="{bottom:'250rpx'}"
+ :shareData="{
+ type:'chart_list',
+ code_page:'pages/chart/chart',
+ code_scene:'',
+ data:shareParams
+ }"
+ v-if="showPoster"
+ ></sharePoster>
<!-- 无权限 -->
@@ -93,17 +105,7 @@
</van-popup>
- <!-- 分享海报 -->
- <sharePoster
- :style="{bottom:'250rpx'}"
- :shareData="{
- type:'chart_list',
- code_page:'pages/chart/chart',
- code_scene:'',
- data:shareParams
- }"
- v-if="showPoster"
- ></sharePoster>
</template>
<script>