青橙1.1.2
This commit is contained in:
@ -106,6 +106,11 @@ Page({
|
||||
this.onSearchSupId();
|
||||
},
|
||||
|
||||
onPullDownRefresh() {
|
||||
this.onSearchSupId()
|
||||
wx.stopPullDownRefresh();
|
||||
},
|
||||
|
||||
// 跳转用户订单
|
||||
gotoUser(e) {
|
||||
const { id } = e.currentTarget.dataset;
|
||||
|
Reference in New Issue
Block a user