Nest h5 pages in APP

  1. New Consignment.vue

  2. Nested web-views

<template>
	<!-- 嵌套商城 -->
	<view class="Consignment">
		<!-- 需要嵌套的H5页面路径 -->	
		<web-view src="http:............"></web-view>
	</view>
</template>

<script>
	export default {
      
      
		data() {
      
      
			return {
      
      }
		},
	}
</script>

<style lang='scss' scoped>

</style>

  1. Figure 4 above
    insert image description here

  2. Done ok! ! ! ! ! ! ! ! ! !

Guess you like

Origin blog.csdn.net/weixin_45563734/article/details/127120242