UNPKG
@tslsmart/magic-applet
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
特斯联移动端统一接口,抹平h5和wgt的差异
@tslsmart/magic-applet
/
src
/
h5
/
close.ts
9 lines
•
186 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
h5
from
'weixin-js-sdk'
;
// h5中h5关闭自己
export
const
closeApplet
= (
) => {
try
{ h5.
miniProgram
.
navigateBack
() }
catch
(e) {
console
.
log
(e) } }