This commit is contained in:
renjianbo0118
2023-05-03 23:31:00 +08:00
parent b7a6ba4c5f
commit a8cd55e5a8

View File

@@ -68,32 +68,6 @@ Page({
}
},
// 导航栏
all_order() {
this.setData({
nav_type: 1,
all: true
})
},
payment_order() {
this.setData({
nav_type: 2,
all: false
})
},
use_order() {
this.setData({
nav_type: 3,
all: false
})
},
refund_order() {
this.setData({
nav_type: 4,
all: false
})
},
/**
* 生命周期函数--监听页面初次渲染完成
*/