This commit is contained in:
zhangmanman
2021-08-09 15:57:37 +08:00
parent c661dd0e16
commit 540d76bdb8
158 changed files with 4914 additions and 788 deletions

View File

@@ -33,7 +33,7 @@ Page({
this.setData({
order : res.data
})
})
}).catch(err => {});
},
/**
@@ -56,7 +56,7 @@ Page({
url: '/pages/activityOrder/activityOrder',
})
},2000)
})
}).catch(err => {});
} else if (res.cancel) {
wx.showToast({
title : '取消',
@@ -103,7 +103,7 @@ Page({
})
}
})
})
}).catch(err => {});
}
})
},