WGShare.Client.Wx/pages/result/result-page.js

6 lines
72 B
JavaScript

Page({
goBack() {
wx.navigateBack({ delta: 1 });
},
});