jiazhipeng 4 months ago
parent
commit
d10b8a6542
  1. 3
      pages/map/map.vue

3
pages/map/map.vue

@ -1,5 +1,6 @@
<template> <template>
<view class="bg bg-padding"> <view class="bg bg-padding">
<web-view :src="url"></web-view>
<CustomTabBar :currentTab="0" /> <CustomTabBar :currentTab="0" />
</view> </view>
</template> </template>
@ -12,7 +13,7 @@
}, },
data() { data() {
return { return {
url: "https://www.hwh5.cn/hwcm/lRCqyP0p"
} }
}, },
onLoad() { onLoad() {

Loading…
Cancel
Save