Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uc_card
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhoujun
uc_card
Commits
0228ed95
Commit
0228ed95
authored
Jun 10, 2021
by
zhoujun
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test'
parents
1c251863
93535843
Pipeline
#1620
passed with stage
in 1 second
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
src/.gitignore
src/.gitignore
+2
-0
src/public/static/postcard/images/sh_fail.jpg
src/public/static/postcard/images/sh_fail.jpg
+0
-0
src/resources/views/card/card.blade.php
src/resources/views/card/card.blade.php
+5
-5
No files found.
src/.gitignore
View file @
0228ed95
...
...
@@ -15,3 +15,5 @@ Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/public/card
/public/cardImg
src/public/static/postcard/images/sh_fail.jpg
View replaced file @
1c251863
View file @
0228ed95
98.4 KB
|
W:
|
H:
198 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/resources/views/card/card.blade.php
View file @
0228ed95
...
...
@@ -153,7 +153,7 @@
<input
type=
"file"
id=
"file"
accept=
"image/*"
>
@endif
@if($userImgStatus == 0)
<img
src=
"{{ asset('postcard/images/img_sh.jpg') }}"
class=
"img img-sh"
alt=
""
>
@endif
@if($userImgStatus == 1)
<img
src=
"{{ $userImg }}"
class=
"img img-sh"
alt=
""
>
@endif
@if($userImgStatus == 2)
<img
src=
"{{ asset('postcard/images/sh_fail.jpg') }}"
class=
"img img-sh"
alt=
""
>
@if($userImgStatus == 2)
<img
src=
"{{ asset('postcard/images/sh_fail.jpg
?v=20210610
') }}"
class=
"img img-sh"
alt=
""
>
<input
type=
"file"
id=
"file"
accept=
"image/*"
>
@endif
</div>
@if($userImgStatus != 1)
...
...
@@ -350,10 +350,10 @@
link
:
link
,
imgUrl
:
imgurl
,
success
:
function
()
{
$
(
'
.share-img
'
).
hide
();
},
cancel
:
function
()
{
$
(
'
.share-img
'
).
hide
();
}
});
//微信好友
...
...
@@ -365,10 +365,10 @@
type
:
'
link
'
,
dataUrl
:
''
,
success
:
function
()
{
$
(
'
.share-img
'
).
hide
();
},
cancel
:
function
()
{
$
(
'
.share-img
'
).
hide
();
}
});
}
...
...
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