You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
805 B

<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
token: uni.getStorageSync("access_token")
};
},
methods:{
go_to_apple()//苹果
{
uni.navigateTo({
url: "/pages/homepages/homes//pages/homepages/homes/dictionary/apple/apple"
})
},
go_to_orange()//橘子
{
uni.navigateTo({
url: "/pages/homepages/homes/dictionary/orange/orange"
})
},
go_to_peach()//桃子
{
uni.navigateTo({
url: "/pages/homepages/homes/choice_book/choice_book"
})
},
go_to_watermelon()//西瓜
{
uni.navigateTo({
url: "/pages/homepages/homes//pages/homepages/homes/dictionary/apple/apple"
})
},
}
}
</script>
<style lang="scss">
</style>