Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
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
杨凯
YDL-Component-Medical
Commits
884f0220
Commit
884f0220
authored
May 16, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat : 首页免费倾诉改成免费热线
parent
41e5c709
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
config.gradle
config.gradle
+6
-6
HomeButtonBannerView.kt
m-home/src/ydl/java/com/yidianling/home/ui/view/HomeButtonBannerView.kt
+1
-1
No files found.
config.gradle
View file @
884f0220
...
...
@@ -5,11 +5,11 @@ ext {
ydlPublishVersion
=
[
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.49.7
2
"
,
"m-confide"
:
"0.0.49.7
4
"
,
"m-consultant"
:
"0.0.60.21"
,
"m-fm"
:
"0.0.30.08"
,
"m-user"
:
"0.0.62.04"
,
"m-home"
:
"0.0.23.4
4
"
,
"m-home"
:
"0.0.23.4
5
"
,
"m-im"
:
"0.0.21.33"
,
"m-dynamic"
:
"0.0.7.37"
,
"m-article"
:
"0.0.0.10"
,
...
...
@@ -41,7 +41,7 @@ ext {
"ydl-webview"
:
"0.0.38.62"
,
"ydl-media"
:
"0.0.21.44"
,
"ydl-pay"
:
"0.0.18.19"
,
"m-audioim"
:
"0.0.49.29.
88
"
,
"m-audioim"
:
"0.0.49.29.
90
"
,
"ydl-flutter-base"
:
"0.0.14.38"
,
//以下 几乎不会动
...
...
@@ -90,11 +90,11 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.49.7
2
"
,
"m-confide"
:
"0.0.49.7
4
"
,
"m-consultant"
:
"0.0.60.21"
,
"m-fm"
:
"0.0.30.08"
,
"m-user"
:
"0.0.62.04"
,
"m-home"
:
"0.0.23.4
1
"
,
"m-home"
:
"0.0.23.4
5
"
,
"m-im"
:
"0.0.21.33"
,
"m-dynamic"
:
"0.0.7.37"
,
"m-article"
:
"0.0.0.8"
,
...
...
@@ -124,7 +124,7 @@ ext {
"ydl-webview"
:
"0.0.38.62"
,
"ydl-media"
:
"0.0.21.44"
,
"ydl-pay"
:
"0.0.18.19"
,
"m-audioim"
:
"0.0.49.29.
88
"
,
"m-audioim"
:
"0.0.49.29.
90
"
,
"ydl-flutter-base"
:
"0.0.14.38"
,
//以下 几乎不会动
...
...
m-home/src/ydl/java/com/yidianling/home/ui/view/HomeButtonBannerView.kt
View file @
884f0220
...
...
@@ -33,7 +33,7 @@ class HomeButtonBannerView(private val mContext: Context, private var homeEvent:
fun
setVisibilityFree
(
boolean
:
Boolean
){
if
(
boolean
){
qingsuGif
.
visibility
=
View
.
VISIBLE
homeModuleButtonBannerSecondTitle
.
text
=
"免费
倾诉
"
homeModuleButtonBannerSecondTitle
.
text
=
"免费
热线
"
}
else
{
qingsuGif
.
visibility
=
View
.
GONE
homeModuleButtonBannerSecondTitle
.
text
=
"倾诉热线"
...
...
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