This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
six.fe
/
health.applet
ウォッチ
4
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ブランチ:
develop
ブランチ
タグ
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
パーマリンク
履歴
Raw
1
2
3
4
5
6
7
Page({
data: {},
onLoad() {},
onFinish() {
wx.navigateBack({ delta: 1 });
},
});