新增充值的修改

This commit is contained in:
2024-04-07 14:47:30 +08:00
parent f5ddb92449
commit 417ba1454c
32 changed files with 302 additions and 97 deletions

View File

@@ -35,7 +35,8 @@ Component({
*/
methods: {
back() {
this.triggerEvent("back")
// this.triggerEvent("back")
wx.navigateBack();
}
}
})