增加视频详情页面,处理登录注册接口数据不一致兼容问题
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
<template>
|
||||
<view>
|
||||
|
||||
<up-button @click="toDetail">toDetail</up-button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
function toDetail(){
|
||||
uni.navigateTo({
|
||||
url:'/pages/video/detail'
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user