完成发票初始版本
This commit is contained in:
@@ -40,7 +40,7 @@ Page({
|
||||
list: [...tenements]
|
||||
})
|
||||
},
|
||||
async getCode(e, that) {
|
||||
async getCode() {
|
||||
// const { index, id } = e.currentTarget.dataset;
|
||||
const tenement = wx.getStorageSync('tenement');
|
||||
const { code, message, data } = await getWxCode(tenement.id)
|
||||
|
Reference in New Issue
Block a user