接单部分完成

This commit is contained in:
Ling53666
2025-05-15 09:40:36 +08:00
parent bb84973913
commit 9b8553930b
37 changed files with 611 additions and 265 deletions

View File

@ -1,4 +1,4 @@
// pages/mypage/mypage.js
Page({
@ -19,6 +19,7 @@ Page({
},
onShow() {
console.log("askjda");
const that = this
wx.getStorage({
key: "usermessage",
@ -34,7 +35,11 @@ Page({
}
})
},
wodejiedan(){
wx.navigateTo({
url: '/pages/wodejiedan/wodejiedan',
})
},
onHide() {
},