提交 5fdc4fef 编写于 作者: M mxj588love

Sun Aug 20 14:05:00 CST 2023 inscode

上级 58f491e3
...@@ -25,9 +25,7 @@ export default { ...@@ -25,9 +25,7 @@ export default {
async main(param) { async main(param) {
this.items = [] this.items = []
try { try {
//let user = await this.userInfo()
let user = await this.userInfo(param) let user = await this.userInfo(param)
//let user = await this.userInfo('admin')
let order = await this.orderInfo(user); let order = await this.orderInfo(user);
this.items.push(new Date().toLocaleString() + ' ' + order) this.items.push(new Date().toLocaleString() + ' ' + order)
} catch (err) { } catch (err) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册