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
d7dc9697
Commit
d7dc9697
authored
Dec 23, 2024
by
honghy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页公告多语言
parent
1e96d09e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
src/pages/index/index.vue
+4
-4
No files found.
src/pages/index/index.vue
View file @
d7dc9697
...
...
@@ -69,7 +69,7 @@
:key=
"index"
>
<view
class=
"mssgv-v-2"
>
<view
class=
""
>
{{
$lang
.
locale
==
'
zh
'
?
item
.
title
Zh
:
item
.
titleEn
}}
</view>
<view
class=
""
>
{{
$lang
.
locale
==
'
zh
'
?
item
.
title
:
$lang
.
locale
==
'
en
'
?
item
.
titleEn
:
item
.
titleFr
}}
</view>
<view
class=
""
>
<image
src=
"../../static/img/time.png"
mode=
""
></image>
<text>
{{
getDate
(
item
.
createTime
)
}}
</text>
...
...
@@ -132,10 +132,10 @@
<uni-popup
ref=
"adpopup"
type=
"center"
:mask-click=
"false"
>
<view
class=
"ad-conten"
>
<image
@
click=
"closeAd"
class=
"ad-bg"
src=
"../../static/img/index_close.png"
></image>
<view
class=
"ad-title"
>
{{ $lang.locale == 'zh' ? adData.titleZh :
adData.titleEn
}}
</view>
<view
class=
"ad-title"
>
{{ $lang.locale == 'zh' ? adData.titleZh :
$lang.locale == 'en'?adData.titleEn:adData.titleFr
}}
</view>
<view
class=
"ad-info"
>
<rich-text
:nodes=
"$lang.locale == 'zh' ? adData.htmlAppZh :
adData.htmlAppEn
"
:nodes=
"$lang.locale == 'zh' ? adData.htmlAppZh :
$lang.locale == 'en'?adData.htmlAppEn:adData.htmlAppFr
"
></rich-text>
</view>
<view
class=
"ad-btns"
>
...
...
@@ -158,7 +158,7 @@
v-for=
"item in transType"
@
click=
"toCreatOrder(item.value)"
:class=
"'type' + item.value"
>
{{ $lang.locale == 'zh' ? item.label :
item.labelEn
}}
</view
>
{{ $lang.locale == 'zh' ? item.label :
$lang.locale == 'en'?item.labelEn:item.labelFr
}}
</view
>
</view>
</view>
...
...
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