This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
six.fe
/
health.applet
Suivre
4
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
develop
Branches
Tags
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
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
Page({
data: {},
onLoad() {},
onFinish() {
wx.navigateBack({ delta: 1 });
},
});