Commit 75e019c9 authored by qipeng's avatar qipeng

订单

parent 61742545
......@@ -380,9 +380,9 @@ export default {
data.orderProductVo = orderProductVo
this.$request('orderc/photo/photoCreateOrder',data).then((res)=>{
if(res.code=='00'){
this.$refs.uToast.show({
title: '下单成功',
type: 'success',
uni.navigateTo({
// url: `./myPhotoAlbum/myPhotoAlbum?faceIds=${JSON.stringify(res.data.faceIds)}`
url:'../../payment/orderPayment/orderPayment?orderId='+res.data.id
})
}else{
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