This commit is contained in:
2024-08-19 17:15:39 +08:00
parent 23d6b5d848
commit a7a251c1f3
3 changed files with 17 additions and 2 deletions

View File

@@ -156,6 +156,7 @@
import * as UserApi from '@/api/user'
import * as OrderApi from '@/api/order'
import { checkLogin } from '@/core/app'
import {updateOrderNo} from "../../websoft/api/order";
// 订单操作
const orderNavbar = [
@@ -217,7 +218,8 @@
/**
* 生命周期函数--监听页面显示
*/
onLoad(options) {},
onLoad(options) {
},
/**
* 生命周期函数--监听页面显示
@@ -249,6 +251,7 @@
app.initService()
// 初始化订单操作数据
app.initOrderTabbar()
OrderApi.updateOrderNo()
// 执行回调函数
callback && callback()
})