去支付 RMB10,000
diff --git a/app/pages/profile/index.vue b/app/pages/profile/index.vue
index 8e7dbff..3dc2c7d 100644
--- a/app/pages/profile/index.vue
+++ b/app/pages/profile/index.vue
@@ -42,9 +42,12 @@ const goPay=()=>{
}
const goDetail=(item)=>{
- artWorkDetail.value=item.auctionArtworkInfo
- console.log(' artWorkDetail.value', artWorkDetail.value)
- router.push('/artDetail')
+ router.push({
+ path:'/artDetail',
+ query:{
+ uuid:item.uuid
+ }
+ })
}
@@ -80,7 +83,7 @@ const goDetail=(item)=>{
起拍价:RMB 1,000
成交价:RMB 10,000