Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
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
million
Commits
cd9706c3
Commit
cd9706c3
authored
Mar 17, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面优化
parent
f4ecb223
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
base-switch.vue
src/components/base-switch.vue
+4
-4
search-top.vue
src/components/search_sf/search-top.vue
+2
-2
index.js
src/i18n/zh-tw/index.js
+1
-1
loginInfo.vue
src/pages/usercenter/loginInfo.vue
+1
-1
setAddress.vue
src/pages/usercenter/setAddress.vue
+2
-2
setUsersList.vue
src/pages/usercenter/setUsersList.vue
+1
-1
No files found.
src/components/base-switch.vue
View file @
cd9706c3
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
background
:
grey
;
background
:
grey
;
cursor
:
pointer
;
cursor
:
pointer
;
width
:
50px
;
width
:
50px
;
height
:
30
px
;
height
:
24
px
;
border-radius
:
100px
;
border-radius
:
100px
;
display
:
block
;
display
:
block
;
}
}
...
@@ -24,9 +24,9 @@
...
@@ -24,9 +24,9 @@
content
:
''
;
content
:
''
;
position
:
absolute
;
position
:
absolute
;
/* display:block; */
/* display:block; */
width
:
30
px
;
width
:
24
px
;
height
:
30
px
;
height
:
24
px
;
border-radius
:
30
px
;
border-radius
:
24
px
;
background
:
white
;
background
:
white
;
transition
:
all
0.36s
;
transition
:
all
0.36s
;
top
:
0px
;
top
:
0px
;
...
...
src/components/search_sf/search-top.vue
View file @
cd9706c3
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
v-if=
"$q.screen.xs"
@
click=
"showPopupHandler"
>
<div
class=
" bg-white q-px-md"
v-if=
"$q.screen.xs"
@
click=
"showPopupHandler"
>
<i
class=
"iconfont iconchazhao"
></i>
<i
class=
"iconfont iconchazhao"
></i>
<!-- <q-icon name="search" /> -->
<!-- <q-icon name="search" /> -->
<!-- <q-input
<!-- <q-input
...
@@ -145,7 +145,7 @@
...
@@ -145,7 +145,7 @@
v-model="searchAdd.name"
v-model="searchAdd.name"
type="text"
type="text"
standout
standout
placeholder="搜尋目的地"
placeholder="搜尋目的地
、景點、行程觀光或酒店名稱...
"
class="q-ma-md"
class="q-ma-md"
@input="changeAddrSearchHandler"
@input="changeAddrSearchHandler"
/> -->
/> -->
...
...
src/i18n/zh-tw/index.js
View file @
cd9706c3
...
@@ -2,7 +2,7 @@ export default {
...
@@ -2,7 +2,7 @@ export default {
failed
:
'加載失敗'
,
failed
:
'加載失敗'
,
success
:
'加載成功'
,
success
:
'加載成功'
,
login
:
"登陸"
,
login
:
"登陸"
,
search
:
"搜尋目的地"
,
search
:
"搜尋目的地
、景點、行程觀光或酒店名稱...
"
,
search_date_begin
:
"最早出發日期"
,
search_date_begin
:
"最早出發日期"
,
search_date_end
:
"最晚出發日期"
search_date_end
:
"最晚出發日期"
}
}
\ No newline at end of file
src/pages/usercenter/loginInfo.vue
View file @
cd9706c3
...
@@ -147,7 +147,7 @@ export default {
...
@@ -147,7 +147,7 @@ export default {
changeWechat
()
{
changeWechat
()
{
const
{
AppID
,
State
,
OpenRedirectUri
}
=
this
.
openInfo
;
const
{
AppID
,
State
,
OpenRedirectUri
}
=
this
.
openInfo
;
let
redirect_uri
=
OpenRedirectUri
;
let
redirect_uri
=
OpenRedirectUri
;
const
url
=
`https://open.weixin.qq.com/connect/qrconnect?appid=
${
AppID
}
&redirect_uri=
${
redirect_uri
}
/#/loginInfo
&response_type=code&scope=snsapi_login&state=
${
State
}
&wechat_redirect=
${
redirect_uri
}
`
;
const
url
=
`https://open.weixin.qq.com/connect/qrconnect?appid=
${
AppID
}
&redirect_uri=
${
encodeURIComponent
(
`
${
redirect_uri
}
/#/loginInfo`
)}
&response_type=code&scope=snsapi_login&state=
${
State
}
&wechat_redirect=
${
redirect_uri
}
`
;
window
.
location
.
href
=
url
;
window
.
location
.
href
=
url
;
},
},
changeEmail
()
{
changeEmail
()
{
...
...
src/pages/usercenter/setAddress.vue
View file @
cd9706c3
...
@@ -218,8 +218,8 @@
...
@@ -218,8 +218,8 @@
<div
class=
"flex items-center q-mb-lg"
>
<div
class=
"flex items-center q-mb-lg"
>
<BaseSwitch
ref=
"switch"
v-model=
"form.IsDefault"
:value=
"form.IsDefault"
></BaseSwitch
<BaseSwitch
ref=
"switch"
v-model=
"form.IsDefault"
:value=
"form.IsDefault"
></BaseSwitch
><span
class=
"q-ml-sm"
>
保存為默認地址
</span></div>
><span
class=
"q-ml-sm"
>
保存為默認地址
</span></div>
<div>
<div
class=
"flex flex-center"
>
<q-btn
color=
"primary"
type=
"submit"
unelevated
label=
"保存"
/>
<q-btn
color=
"primary"
type=
"submit"
style=
"width: 100px"
unelevated
label=
"保存"
/>
</div>
</div>
</div>
</div>
</form>
</form>
...
...
src/pages/usercenter/setUsersList.vue
View file @
cd9706c3
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
</div>
</div>
<q-dialog
v-model=
"isShowDialog"
>
<q-dialog
v-model=
"isShowDialog"
>
<div
class=
"bg-white dialog-box"
style=
"padding: 20px"
>
<div
class=
"bg-white dialog-box"
style=
"
width: 800px;
padding: 20px"
>
<div
class=
"f22 bold"
>
{{
form
.
Id
?
"编辑"
:
"新增"
}}
出行人信息
</div>
<div
class=
"f22 bold"
>
{{
form
.
Id
?
"编辑"
:
"新增"
}}
出行人信息
</div>
<form
@
submit
.
prevent
.
stop=
"submit"
class=
"q-gutter-md"
>
<form
@
submit
.
prevent
.
stop=
"submit"
class=
"q-gutter-md"
>
<div
class=
"q-pt-md"
>
<div
class=
"q-pt-md"
>
...
...
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