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
cf008450
Commit
cf008450
authored
Oct 03, 2021
by
beisir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:邀请好友捕获异常处理
parent
ea33a91a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
19 deletions
+23
-19
avatorSwiper.vue
src/components/avatorSwiper.vue
+1
-1
goodsCard.vue
src/views/goodsList/components/goodsCard.vue
+1
-1
List.vue
src/views/orderList/components/List.vue
+21
-17
No files found.
src/components/avatorSwiper.vue
View file @
cf008450
...
...
@@ -119,7 +119,7 @@ export default {
},
getAvatorItem
(
ele
)
{
return
{
src
:
ele
.
data
(
'
src
'
)
||
''
,
avatar
:
ele
.
data
(
'
src
'
)
||
''
,
name
:
ele
.
data
(
'
name
'
)
||
''
};
},
...
...
src/views/goodsList/components/goodsCard.vue
View file @
cf008450
...
...
@@ -124,7 +124,7 @@ export default {
}
if
(
s
===
3
)
{
message
=
'
您选的商品太火爆了,已经卖完了呢,您可以选择其他的团品重新开团哦~
'
;
confirmButtonText
=
'
选择更多
'
;
confirmButtonText
=
'
知道了
'
;
}
this
.
$dialog
({
...
...
src/views/orderList/components/List.vue
View file @
cf008450
...
...
@@ -204,11 +204,15 @@ export default {
}
},
async
openShareEvent
(
item
)
{
saTrackEvent
(
'
H5_MyPuzzlePageInviteFriendsBtnClick
'
,
{
sku_no
:
item
.
skuList
[
0
].
skuNo
,
group_id
:
item
.
activityHundredGroupId
});
this
.
$emit
(
'
option-click
'
,
{
...
item
.
skuList
[
0
],
eventType
:
'
share
'
});
try
{
saTrackEvent
(
'
H5_MyPuzzlePageInviteFriendsBtnClick
'
,
{
sku_no
:
item
.
skuList
[
0
].
skuNo
,
group_id
:
item
.
activityHundredGroupId
});
this
.
$emit
(
'
option-click
'
,
{
...
item
.
skuList
[
0
],
eventType
:
'
share
'
});
}
catch
(
err
)
{
console
.
log
(
err
);
}
},
toDetail
(
goodsItem
)
{
...
...
@@ -218,21 +222,21 @@ export default {
sku_no
:
skuList
[
0
].
skuNo
,
group_id
:
activityHundredGroupId
});
this
.
$router
.
push
({
path
:
'
/groupBuy/skuInfoSmallPic
'
,
query
:
{
skuNo
:
skuList
[
0
].
skuNo
,
groupBuyGroupId
:
activityHundredGroupId
,
goodsSpecialId
:
skuList
[
0
].
goodsSpecialId
,
activityId
:
activityInfoId
,
templateId
:
skuList
[
0
].
activityTemplateInfoId
,
templateDetailId
:
skuList
[
0
].
activityTemplateDetailId
,
vccToken
:
localStorage
.
get
(
'
vccToken
'
)
||
''
}
});
}
catch
(
e
)
{
console
.
log
(
e
);
}
this
.
$router
.
push
({
path
:
'
/groupBuy/skuInfoSmallPic
'
,
query
:
{
skuNo
:
skuList
[
0
].
skuNo
,
groupBuyGroupId
:
activityHundredGroupId
,
goodsSpecialId
:
skuList
[
0
].
goodsSpecialId
,
activityId
:
activityInfoId
,
templateId
:
skuList
[
0
].
activityTemplateInfoId
,
templateDetailId
:
skuList
[
0
].
activityTemplateDetailId
,
vccToken
:
localStorage
.
get
(
'
vccToken
'
)
||
''
}
});
},
onLoad
()
{
this
.
$emit
(
EVENT_LOADING
);
...
...
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