This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
six.fe
/
health.applet
Vigiar
4
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
develop
Ramos
Etiquetas
develop
main
2.2.2
2.2.0
2.1.0
bac.审核中
2.0.2
2.0.0
1.0.9
1.0.8
1.0.1
1.0.0
health.applet
/
miniprogram
/
module
/
order
/
pages
/
refund-success
/
refund-success.ts
refund-success.ts
93 B
Link permanente
Histórico
Em bruto
1
2
3
4
5
6
7
Page({
data: {},
onLoad() {},
onFinish() {
wx.navigateBack({ delta: 1 });
},
});