Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-customer-new-master
Commits
ae2ee3f5
Commit
ae2ee3f5
authored
Dec 24, 2024
by
Smile
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/jd_dev' into jd_dev
parents
6de4aa5a
11a96a4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cityListPicker.vue
src/pages/my_info/cityListPicker.vue
+1
-1
notice.vue
src/pages/notice/notice.vue
+1
-1
No files found.
src/pages/my_info/cityListPicker.vue
View file @
ae2ee3f5
...
...
@@ -173,7 +173,7 @@ export default {
box-sizing
:
border-box
;
text-align
:
center
;
text-decoration
:
none
;
padding
:
0rpx
8rpx
;
//
padding: 0rpx 8rpx;
}
.pickerInput
{
width
:
60%
;
...
...
src/pages/notice/notice.vue
View file @
ae2ee3f5
...
...
@@ -13,7 +13,7 @@
<view
class=
"notice-list-top"
>
<image
src=
"../../static/img/notice-1.png"
mode=
""
></image>
<!--
<image
v-else
src=
"../../static/img/notice-2.png"
mode=
""
></image>
-->
<view
class=
""
>
{{
$lang
.
locale
==
'
zh
'
?
item
.
title
:
item
.
titleEn
}}
</view>
<view
class=
""
>
{{
$lang
.
locale
==
'
zh
'
?
item
.
title
:
$lang
.
locale
==
'
en
'
?
item
.
titleEn
:
item
.
titleFr
}}
</view>
</view>
<view
class=
"times"
>
<image
src=
"../../static/img/time.png"
mode=
""
></image>
...
...
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