小程序(及后端)订单详情页完成;后端获取用户订单列表接口完成
This commit is contained in:
@@ -55,16 +55,16 @@ Page({
|
||||
}
|
||||
}
|
||||
|
||||
// 开发模式下自动跳转到指定页面,节省开发时间
|
||||
console.log("app.globalData", app.globalData)
|
||||
if (app.globalData.debugMode) {
|
||||
wx.switchTab({
|
||||
// url: '/pages/residents/report'
|
||||
// url: '/pages/person/person'
|
||||
url: '/pages/shop/shop'
|
||||
})
|
||||
return
|
||||
}
|
||||
// // 开发模式下自动跳转到指定页面,节省开发时间
|
||||
// console.log("app.globalData", app.globalData)
|
||||
// if (app.globalData.debugMode) {
|
||||
// wx.switchTab({
|
||||
// // url: '/pages/residents/report'
|
||||
// // url: '/pages/person/person'
|
||||
// url: '/pages/shop/shop'
|
||||
// })
|
||||
// return
|
||||
// }
|
||||
}
|
||||
},
|
||||
|
||||
@@ -170,7 +170,8 @@ Page({
|
||||
|
||||
magicButton() {
|
||||
wx.navigateTo({
|
||||
url: "/pages/scan/entrance"
|
||||
// url: "/pages/scan/entrance?a=1"
|
||||
url: "/pages/shop/orderConfirm?orderId=1748800678865801225"
|
||||
})
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user