Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
group-buy-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
group-buy-ui
Commits
7b1b1714
Commit
7b1b1714
authored
Sep 30, 2021
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
dc990fc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
groupDescInfo.vue
src/views/goodsDetail/components/groupDescInfo.vue
+2
-1
smallPic.vue
src/views/goodsDetail/smallPic.vue
+4
-0
No files found.
src/views/goodsDetail/components/groupDescInfo.vue
View file @
7b1b1714
...
@@ -70,7 +70,7 @@ export default {
...
@@ -70,7 +70,7 @@ export default {
observer
:
null
,
observer
:
null
,
statusTextMap
:
{
statusTextMap
:
{
0
:
'
发起拼团,邀请好友一起拼团吧!
'
,
0
:
'
发起拼团,邀请好友一起拼团吧!
'
,
2
:
'
恭喜成团
,等待发货
!
'
,
2
:
'
恭喜成团!
'
,
3
:
'
哎呀,拼团时间已过,尚未成团!
'
,
3
:
'
哎呀,拼团时间已过,尚未成团!
'
,
4
:
'
已发货
'
4
:
'
已发货
'
}
}
...
@@ -135,6 +135,7 @@ export default {
...
@@ -135,6 +135,7 @@ export default {
}
}
.button-area {
.button-area {
button {
button {
font-size: 16px;
margin-bottom: @padding-md;
margin-bottom: @padding-md;
}
}
}
}
...
...
src/views/goodsDetail/smallPic.vue
View file @
7b1b1714
...
@@ -226,6 +226,10 @@ export default {
...
@@ -226,6 +226,10 @@ export default {
this
.
detailInfo
=
res
;
this
.
detailInfo
=
res
;
this
.
setStartStatus
(
res
);
this
.
setStartStatus
(
res
);
try
{
try
{
this
.
detailInfo
.
contentDetailUrl
=
this
.
detailInfo
.
contentDetailUrl
.
replace
(
'
http://
'
,
'
https://
'
);
const
detailImages
=
await
goods
.
getDetailPic
(
this
.
detailInfo
.
contentDetailUrl
);
const
detailImages
=
await
goods
.
getDetailPic
(
this
.
detailInfo
.
contentDetailUrl
);
// const imgReg = new RegExp('(?
<=
src
=
"
).[^
"
]
*
'
,
'
g
'
);
// const imgReg = new RegExp('(?
<=
src
=
"
).[^
"
]
*
'
,
'
g
'
);
// this.detailImgList = (detailImages ||
''
).match(imgReg);
// this.detailImgList = (detailImages ||
''
).match(imgReg);
...
...
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