暂时隐藏套餐保险服务
This commit is contained in:
@@ -306,13 +306,9 @@ class SureSubscriptionPlanActivity :
|
||||
}
|
||||
}
|
||||
|
||||
// if (TextUtils.isEmpty(it.orderNum)) {
|
||||
// mOrderBean?.reactivation = 0
|
||||
// mOrderBean?.reactivatePrice = 0.0
|
||||
// updateMoney()
|
||||
// } else {
|
||||
// mSubscriptionViewModel.getReactivationFee(it.orderNum)
|
||||
// }
|
||||
//隐藏保险
|
||||
mViewBinding.ilSubscribePlanInsurance.cbSureSubscribeInsureSwitch.isChecked=false
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,7 +32,8 @@
|
||||
layout="@layout/layout_sure_subscribe_plan_addons_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_16" />
|
||||
android:layout_marginTop="@dimen/dp_16"
|
||||
android:visibility="gone" />
|
||||
|
||||
<androidx.appcompat.widget.LinearLayoutCompat
|
||||
android:layout_width="match_parent"
|
||||
@@ -79,7 +80,7 @@
|
||||
style="@style/my_match_RoundRect_Button_style"
|
||||
android:layout_marginHorizontal="@dimen/dp_16"
|
||||
android:text="@string/txt_continue"
|
||||
app:qmui_radius="@dimen/dp_64"
|
||||
android:visibility="gone"
|
||||
app:qmui_radius="@dimen/dp_64"
|
||||
app:typeface="@string/roboto_bold_font" />
|
||||
</androidx.appcompat.widget.LinearLayoutCompat>
|
||||
@@ -120,6 +120,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:visibility="gone"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user