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
c4ca4be1
Commit
c4ca4be1
authored
Sep 17, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e9ec73ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
goods.vue
pages/goods/goods.vue
+6
-1
No files found.
pages/goods/goods.vue
View file @
c4ca4be1
...
...
@@ -46,7 +46,7 @@
<Text>
即刻分享赚
</Text>
<Text>
¥
{{
g
.
share
}}
</Text>
</view>
<u-icon
name=
"close"
style=
'position: absolute;right: 4px;top: 12.5px;
'
color=
"#fff"
size=
"40"
@
click=
'hideshare=tru
e'
></u-icon>
<u-icon
name=
"close"
style=
'position: absolute;right: 4px;top: 12.5px;
z-index: 999;'
color=
"#fff"
size=
"40"
@
click=
'goclos
e'
></u-icon>
</view>
<view
class=
"is_share"
v-if=
"g.myBuyCommission > 0 && hideshare == false&&setting.is_show_korea==0"
>
<image
...
...
@@ -974,6 +974,11 @@ export default {
}
}
);
},
goclose(){
this.hideshare=true;
this.$forceUpdate()
console.log(this.hideshare,'
this
.
hideshare
')
}
},
};
...
...
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