Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
d96eff5e
Commit
d96eff5e
authored
Aug 16, 2024
by
张娇(东信)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情页id
parent
572c51ae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
detail.vue
src/pages/assistingAgriculture/detail/detail.vue
+4
-1
No files found.
src/pages/assistingAgriculture/detail/detail.vue
View file @
d96eff5e
...
@@ -166,6 +166,8 @@
...
@@ -166,6 +166,8 @@
<
script
setup
>
<
script
setup
>
import
{
ref
}
from
'vue'
;
import
{
ref
}
from
'vue'
;
import
{
useRoute
}
from
'vue-router'
;
import
{
onShow
}
from
'@dcloudio/uni-app'
;
import
{
onShow
}
from
'@dcloudio/uni-app'
;
import
{
import
{
getProdDetail
,
getProdDetail
,
...
@@ -177,6 +179,7 @@ import {
...
@@ -177,6 +179,7 @@ import {
receiveCoupon
,
receiveCoupon
,
}
from
'@/api/packageDetail'
;
}
from
'@/api/packageDetail'
;
import
fab
from
'../../../components/fab/fab.vue'
;
import
fab
from
'../../../components/fab/fab.vue'
;
const
router
=
useRoute
();
const
imgUrl
=
import
.
meta
.
env
.
VITE_APP_IMG_URL
;
const
imgUrl
=
import
.
meta
.
env
.
VITE_APP_IMG_URL
;
// 图片
// 图片
const
swiperList
=
ref
([
const
swiperList
=
ref
([
...
@@ -215,7 +218,7 @@ function handleClick(e) {
...
@@ -215,7 +218,7 @@ function handleClick(e) {
}
}
function
jumpPjPgae
()
{
function
jumpPjPgae
()
{
xma
.
navigateTo
({
xma
.
navigateTo
({
url
:
`/pages/assistingAgriculture/detail/comment?shopId=
${
dataDetails
.
value
.
prod
.
shopId
}
&prodId=
${
dataDetails
.
value
.
prodPresale
.
prodId
}
`
,
url
:
`/pages/assistingAgriculture/detail/comment?shopId=
${
dataDetails
.
value
.
prod
.
shopId
}
&prodId=
${
router
.
query
.
prodId
}
`
,
});
});
}
}
function
onChange
(
e
)
{
function
onChange
(
e
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment