Commit 9846aadc authored by tanjuanjuan's avatar tanjuanjuan

修改

parent 2503b60f
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
</view> --> </view> -->
<view class="item"> <view class="item">
<view class="item_title">更多服务</view> <view class="item_title">更多服务</view>
<view class="item_box"><router-link to="/map">公积金地图</router-link></view> <view class="item_box" @click="goToMap">公积金地图</view>
</view> </view>
</view> </view>
...@@ -166,7 +166,13 @@ ...@@ -166,7 +166,13 @@
// const loadData = computed(() => { // const loadData = computed(() => {
// return store.state.loadData || "" // return store.state.loadData || ""
// }) // })
const goToMap=()=>{
xma.navigateTo({
url: "/src/pages/map/map",
animationType: 'pop-in',
animationDuration: 200
})
}
xh.initRexma({ xh.initRexma({
code: '5dd7bdcc8619335e543621040d9d34d5', // 端内小程序唯一 code code: '5dd7bdcc8619335e543621040d9d34d5', // 端内小程序唯一 code
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment