样式:
开始页面:

点击后的页面:

路径展示:

核心代码:
前端点击事件:
@tap='test'
页面跳转方法写入:
test(){
uni.navigateTo({
url:'../start_detail/start_detail?order_number=' + this.result
})
},
完整代码:
<template>
<view>
<view @tap='test'>点我</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
test(){
uni.navigateTo({
url:'../start_detail/start_detail?order_number=' + this.result
})
},
}
}
</script>
<style lang="scss">
</style>




![[Bug] ls: reading directory ‘.‘: Input/output error, Ubuntu系统某一挂载目录下数据全部消失](https://img-blog.csdnimg.cn/f3aa8c44bb50407496869aff90562fb6.png#pic_center)
![LeetCode[315]计算右侧小于当前元素的个数](https://img-blog.csdnimg.cn/dec7aa4baf124f2abb0c7a8112dc15ce.png)













