Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
X
xxsq
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
xxsq
Commits
4cc52505
Commit
4cc52505
authored
Aug 05, 2022
by
王雪伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[提交人]:王雪伟
[提交简述] :1.1.5 [实现方案] :修改话费充值提示文案
parent
7aa50b05
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
15 deletions
+14
-15
HomeRecommendAdapter.kt
.../java/com/zxbw/modulemain/adapter/HomeRecommendAdapter.kt
+1
-4
HomePresenter.kt
.../main/java/com/zxbw/modulemain/presenter/HomePresenter.kt
+1
-0
activity_layout_recharge.xml
moduleMain/src/main/res/layout/activity_layout_recharge.xml
+3
-3
item_layout_home_zero_buy_view.xml
...in/src/main/res/layout/item_layout_home_zero_buy_view.xml
+2
-4
strings.xml
moduleMain/src/main/res/values/strings.xml
+7
-4
No files found.
moduleMain/src/main/java/com/zxbw/modulemain/adapter/HomeRecommendAdapter.kt
View file @
4cc52505
...
...
@@ -2,7 +2,6 @@ package com.zxbw.modulemain.adapter
import
android.app.Activity
import
android.graphics.Paint
import
android.util.Log
import
android.view.LayoutInflater
import
android.view.View
import
android.view.ViewGroup
...
...
@@ -11,9 +10,6 @@ import android.widget.TextView
import
androidx.recyclerview.widget.LinearLayoutManager
import
androidx.recyclerview.widget.RecyclerView
import
androidx.viewpager.widget.ViewPager
import
com.bytedance.pangle.transform.ZeusTransformUtils
import
com.zhpan.indicator.IndicatorView
import
com.zhpan.indicator.base.IIndicator
import
com.zxbw.modulemain.R
import
com.zxbw.modulemain.box.adapter.ItemBoxGoodsAdapter
import
com.zxbw.modulemain.view.UIndicator
...
...
@@ -66,6 +62,7 @@ class HomeRecommendAdapter : BaseRecyclerAdapter<TbGoodsItemEntity, RecyclerView
if
(
position
==
0
&&
mIsShowQyView
)
{
return
VIEW_TYPE_QY_VIEW
}
else
if
(
mList
.
size
>
1
&&
mList
[
realPos
].
bannerType
==
"blindBox"
)
{
//TODO 如果是审核,VIEW_TYPE_ZERO_VIEW 正常盲盒类型是 VIEW_TYPE_BOX_VIEW
return
VIEW_TYPE_BOX_VIEW
}
else
{
return
VIEW_TYPE_GOODS_VIEW
...
...
moduleMain/src/main/java/com/zxbw/modulemain/presenter/HomePresenter.kt
View file @
4cc52505
...
...
@@ -44,6 +44,7 @@ class HomePresenter : HomeContract.Presenter {
var
entity
=
HomeBannerEntity
()
entity
.
bannerType
=
"hua_fei"
toMutableList
?.
add
(
0
,
entity
)
toMutableList
?.
removeAt
(
toMutableList
.
size
-
1
)
mView
.
setBannerList
(
toMutableList
?.
toList
())
}
else
{
mView
.
setBannerList
(
result
)
...
...
moduleMain/src/main/res/layout/activity_layout_recharge.xml
View file @
4cc52505
...
...
@@ -247,7 +247,7 @@
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"
虚拟号段号码(166、167、170、171号段)以及副号、携号转网的号码无法充值,请勿提交,提交无法售后;
"
android:text=
"
@string/huafei_desc1
"
android:textColor=
"#BA7E36"
android:textSize=
"12sp"
android:textStyle=
"bold"
/>
...
...
@@ -256,7 +256,7 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"10dp"
android:text=
"
充值量较大,最晚72小时内到账
"
android:text=
"
@string/huafei_desc3
"
android:textColor=
"#BA7E36"
android:textSize=
"12sp"
android:textStyle=
"bold"
/>
...
...
@@ -265,7 +265,7 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"10dp"
android:text=
"@string/huafei_desc"
android:text=
"@string/huafei_desc
2
"
android:layout_marginBottom=
"82dp"
android:textColor=
"@color/color_999999"
android:textSize=
"12sp"
...
...
moduleMain/src/main/res/layout/item_layout_home_zero_buy_view.xml
View file @
4cc52505
...
...
@@ -4,17 +4,15 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_vertical"
android:layout_marginBottom=
"10dp"
android:background=
"@drawable/shape_ffffff_r10"
android:gravity=
"center_horizontal"
android:orientation=
"horizontal"
android:padding=
"10dp"
>
android:orientation=
"horizontal"
>
<LinearLayout
android:id=
"@+id/id_ll_zero_buy_view"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_margin=
"16dp"
android:visibility=
"gone"
android:background=
"@drawable/shape_f25e47_r15"
android:orientation=
"vertical"
>
...
...
moduleMain/src/main/res/values/strings.xml
View file @
4cc52505
<resources>
<string
name=
"huafei_desc"
>
[充值范围]:全国移动/联通/电信号码\n\n[充值方式]:输入手机号进行充值
<string
name=
"huafei_desc1"
>
虚拟号段号码(166、167、170、171号段)以及副号、空号、合账号、集团号、公司号、携号转网的号码无法充值,请勿提交,提交无法售后;
</string>
<string
name=
"huafei_desc3"
>
充值量较大,会在72小时左右到账
</string>
<string
name=
"huafei_desc2"
>
[充值范围]:全国移动/联通/电信号码\n\n[充值方式]:输入手机号进行充值
\n\n[到账时间]:付款成功后,系统会为您发起充值,一般24小时到72小时左右到账,特殊情况3-7天到账,具体充值到账时间以运营商充值结果为准,充值过程无法退款,充值高峰可能出现分批到账或充值失败情况如有异常请咨请咨询人工客服。
\n\n[温馨提示]:
\n1、请务必保证号码正确,因号码错误无法退款;
\n2、请拍下前查询要充值号码的话费余额,如已停机的,请查询欠费多少,以免万.充值后话费还不够,不能正常开机,造成大家不必要的误会,谢谢合作;
\n3、如充值未到账需提供APP的话费齐值记录五面截图,必要时需要提供手机服务密码,以便客服尽快核实处理。
\n4、若订单提交后商品库存不足时,将会为您所提交订单发起退款。
</string>
\n2、请拍下前查询要充值号码的话费余额,如已停机的,请谨慎充值,如充值失败,无法售后。
\n3、如充值未到账,请提供官方APP充值记录并录屏,视频内容需包含北京时间,其中需要展示手机号码、必要时需要提供手机服务密码、验证码,以便客服尽快核实处理。
\n4、若订单提交后商品库存不足时,将会为您所提交订单发起退款。
\n5、话费售后期七天,以完成时间计算,超时不予售后。
</string>
<string
name=
"user_question_1"
>
Q1:关于充值了29.9,登录app后无优惠券
</string>
<string
name=
"user_question_2"
>
Q2:关于优惠券如何查看及使用
</string>
...
...
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