Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
baohui-jewelry-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e2d96b10
authored
2019-11-14 10:37:56 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
e36d71bf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
2 deletions
src/pages/favorite/favorite.js
src/pages/shop-detail/shop-detail.js
sync.sh
src/pages/favorite/favorite.js
View file @
e2d96b1
...
...
@@ -19,7 +19,12 @@ export default {
components
:
{},
methods
:
{
onFavoriteHandler
()
{
this
.
$router
.
push
({
path
:
"/shop/detail"
,
query
:
{
c
:
"c870bafe904b483eaf1e8f91da9fe5a2"
,
}
})
},
onContactUsHandler
()
{
...
...
src/pages/shop-detail/shop-detail.js
View file @
e2d96b1
...
...
@@ -10,7 +10,7 @@ export default {
data
()
{
return
{
key
:
'value'
,
contactUsVisible
:
tru
e
,
contactUsVisible
:
fals
e
,
store
:
{},
storeCollect
:
0
,
page
:
1
,
...
...
sync.sh
0 → 100755
View file @
e2d96b1
# chmod u+x sync.sh
cp -R dist/
*
/Users/simonfung/simonfungc/work/workspace/git/vuejs/baohui-jewelry
cd
/Users/simonfung/simonfungc/work/workspace/git/vuejs/baohui-jewelry
read
-p
"请输入commit提交的描述: "
msg
if
[[
$msg
==
""
]]
;
then
msg
=
"默认提交"
fi
git add -A
git commit -m
$msg
git push
git status
Please
register
or
sign in
to post a comment