This website works better with JavaScript
Home
Explore
Project
Register
Sign In
lyq
/
aliapp-demo
Watch
1
Star
6
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
4480f75d41
Branches
Tags
master
aliapp-demo
/
page
/
component
/
component-pages
/
navigator
/
navigate.js
navigate.js
117 B
History
Raw
1
2
3
4
5
6
7
8
Page({
onLoad(options) {
console.log(options);
this.setData({
title: options.title,
});
},
});