微信API 账单处理

This commit is contained in:
limqhz
2023-02-07 16:37:00 +08:00
parent f2261a3066
commit 1fadf4c339
13 changed files with 358 additions and 163 deletions

View File

@@ -1,6 +1,9 @@
Page({
data: {},
data: {
sid: null
},
onLoad: function (options) {
let sid = options.id
this.setData({sid})
}
});