This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
fangwenqiao
/
JiangxiMiniProgram
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
学员端小程序
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.
43
Commits
1
Branch
0
Tags
3.2 MiB
Vue
54%
JavaScript
43.9%
SCSS
2%
Tree:
9698aae28b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9698aae28b'
${ noResults }
JiangxiMiniProgram
/
common
/
js
/
uniExport.js
8 lines
112 B
Raw
Blame
History
export
let
goPage
=
(
url
,
params
=
{
}
,
type
=
'navigateTo'
)
=>
{
uni
.
$u
.
route
(
{
url
,
params
,
type
}
)
}
Reference in new issue