UNPKG
magic-helper
Version:
latest (1.0.0)
1.0.0
this is magic helper
magic-helper
/
src
/
h5
/
close.ts
9 lines
•
194 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) } }