Members
(constant) formatDate
时间转换工具类
.时间转换工具类
- Source:
Example
formatDate(new Date())
2023-06-07 13:43:01
console.log(formatDate(new Date()))
Methods
isAppletEnv() → {boolean}
判断是否在小程序环境
- Source:
Returns:
true, false
- Type
- boolean
navigateToApplet(appId, appPagePath, navigateTypeopt)
跳转到i福田小程序, 打开第三方小程序
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
appId |
string | 跳转的小程序appId, 可不传,直接跳转i福田小程序路径 |
||
appPagePath |
string | 跳转的小程序路径 |
||
navigateType |
string |
<optional> |
navigateTo | 跳转方式: navigateTo ,switchTab,reLaunch,redirectTo |
- Source:
openVConcole(envopt)
开启微信调试模式
.开启微信调试模式
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
env |
string |
<optional> |
dev | 生产环境不开启调试 |
- Source:
Returns:
new VConsole