赞
踩
目录结构中文件分类如下:
各个文件夹的作用:
button+页面跳转
<button class="button" type="capsule" value="Next" οnclick="launch"></button>
css:
.button {
width: 240px;
height: 60px;
background-color: #007dff;
font-size: 30px;
text-color: white;
margin-top: 20px;
js:
import router from '@system.router';
export default {
launch() {
router.push ({
uri:'pages/me/me', // 指定要跳转的页面
})
}
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。