This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
GHzGlass
/
WXTrackGame
Urmărește
4
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
master
Ramuri
Etichete
master
WXTrackGame
/
miniprogram
/
pages
/
updateRecordSuccess
/
index.js
index.js
132 B
Permalink
Istoric
Crud
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Page({
/**
* 页面的初始数据
*/
data: {
},
goBack() {
wx.navigateBack({
delta: 2
});
},
});