Commit fff65a5e authored by qipeng's avatar qipeng

下单

parent 75e019c9
...@@ -382,7 +382,7 @@ export default { ...@@ -382,7 +382,7 @@ export default {
if(res.code=='00'){ if(res.code=='00'){
uni.navigateTo({ uni.navigateTo({
// url: `./myPhotoAlbum/myPhotoAlbum?faceIds=${JSON.stringify(res.data.faceIds)}` // url: `./myPhotoAlbum/myPhotoAlbum?faceIds=${JSON.stringify(res.data.faceIds)}`
url:'../../payment/orderPayment/orderPayment?orderId='+res.data.id url:'../../payment/orderPayment/orderPayment?orderId='+res.data.id+'&albumOrderdetail=1'
}) })
}else{ }else{
this.$refs.uToast.show({ this.$refs.uToast.show({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment