Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
051082a5
Commit
051082a5
authored
Apr 12, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理事件冒泡
parent
369b35ad
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
list.vue
pages/coupon/cards/list.vue
+2
-2
index.vue
pages/share/index/index.vue
+1
-1
No files found.
pages/coupon/cards/list.vue
View file @
051082a5
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
<view
class=
"itemdw"
@
click
.
native
.
stop=
"gomingxigengduo(x)"
>
<view
class=
"itemdw"
@
click
.
native
.
stop=
"gomingxigengduo(x)"
>
<view
class=
'itemdw-t'
>
<view
class=
'itemdw-t'
>
<view
style=
"display: flex;"
>
<view
style=
"display: flex;"
>
<checkbox-group
@
change=
"clickcheckbox($event,x,i)"
v-if=
"x.SurplusPrice>0 && getTime(x.EndTime)==true"
>
<checkbox-group
@
change=
"clickcheckbox($event,x,i)"
catchtap=
''
v-if=
"x.SurplusPrice>0 && getTime(x.EndTime)==true"
>
<label
class=
"uni-list-cell uni-list-cell-pd"
>
<label
class=
"uni-list-cell uni-list-cell-pd"
>
<view>
<view>
<checkbox
:value=
"x.Id"
:checked=
"x.ischecked"
:color=
"mainColor"
style=
"transform:scale(0.7)"
/>
<checkbox
:value=
"x.Id"
:checked=
"x.ischecked"
:color=
"mainColor"
style=
"transform:scale(0.7)"
/>
...
@@ -327,7 +327,7 @@
...
@@ -327,7 +327,7 @@
onShareAppMessage
()
{
onShareAppMessage
()
{
console
.
log
(
this
.
onShare
.
path
)
console
.
log
(
this
.
onShare
.
path
)
return
{
return
{
title
:
this
.
onShare
.
title
,
title
:
'好友赠送您一张储值卡'
,
path
:
this
.
onShare
.
path
,
path
:
this
.
onShare
.
path
,
imageUrl
:
this
.
onShare
.
img
,
imageUrl
:
this
.
onShare
.
img
,
};
};
...
...
pages/share/index/index.vue
View file @
051082a5
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
<view
style=
"width: 2px;height: 25px;background: #FFFFFF;justify-content: space-between;"
></view>
<view
style=
"width: 2px;height: 25px;background: #FFFFFF;justify-content: space-between;"
></view>
<view
class=
"center_item"
style=
"font-size: 12px;color: #FFFFFF;"
@
click=
"gosales()"
>
<view
class=
"center_item"
style=
"font-size: 12px;color: #FFFFFF;"
@
click=
"gosales()"
>
<Text>
销售额
</Text>
<Text>
销售额
</Text>
<Text>
{{
sharedata
.
UserInfo
.
MySellMoney
!=
null
?
sharedata
.
UserInfo
.
MySellMoney
.
toFixed
(
1
)
:
0
}}
元
</Text>
<Text>
{{
sharedata
.
UserInfo
.
MySellMoney
!=
null
?
sharedata
.
UserInfo
.
MySellMoney
.
toFixed
(
0
)
:
0
}}
元
</Text>
</view>
</view>
</view>
</view>
<!-- 会员购买 -->
<!-- 会员购买 -->
...
...
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