Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
wanda-ball
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b7560f65
authored
Jun 04, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
22b24646
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/components/Detail.vue
+4
-3
src/pages/index/assets/images/fengceng.png
+0
-0
No files found.
src/components/Detail.vue
View file @
b7560f65
...
...
@@ -26,7 +26,7 @@
<div
class=
"shareBox"
v-show=
"shareOnoff"
@
click=
"closeShare"
>
<p>
点击右上角“···”进行分享
</p>
</div>
<div
class=
"shareBox shareBox2"
v-show=
"shareOnoff2"
@
click=
"closeShare"
>
<div
class=
"shareBox shareBox2"
ref=
"mybox"
v-show=
"shareOnoff2"
@
click=
"closeShare"
>
<img
:src=
"shareCode"
class=
"share-img"
alt=
""
>
<div
class=
"share-tips"
v-show=
"shareCode"
>
长按图片保存到相册,分享到朋友圈
</div>
</div>
...
...
@@ -93,8 +93,9 @@ export default {
},
mounted
()
{
// this.getWeixinPower1();
this
.
$refs
.
mybox
.
addEventListener
(
'touchmove'
,
function
(
e
)
{
e
.
preventDefault
();
},
false
)
if
(
location
.
href
.
includes
(
'shareId'
))
{
function
pushHistory
()
{
var
state
=
{
...
...
src/pages/index/assets/images/fengceng.png
View file @
b7560f65
189 KB
|
W:
|
H:
249 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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