半完成

This commit is contained in:
2019-12-24 14:08:26 +08:00
parent 92f0dd4c46
commit bb92c57227
157 changed files with 4694 additions and 39 deletions

View File

@@ -5,6 +5,25 @@ Component({
data: {
},
methods: {
receivingw(a){
// receiving
wx.navigateTo({
url: "/pages/receiving/receiving?id=" + a.target.dataset.id
})
},
receivings(a){
console.log(a)
wx.navigateTo({
url: "/pages/undetermined/undetermined?id=" + a.target.dataset.id
})
},
todetail(a) {
console.log(a)
// return ;
wx.navigateTo({
url: "/pages/particulars/particulars?id=" + a.target.dataset.id
})
},
getorder(res){
bin.request({
url:"User/getOrderList",
@@ -76,7 +95,10 @@ Component({
bin.getuserid().then((res)=>{
this.getorder(res)
})
}
} ,
receiving(){
}
},
ready(){