Commit bab043c5 authored by maxiaoliang's avatar maxiaoliang

修改部分点击无效事件 修改app名字

parent 8d5314c2
<resources>
<string name="app_name">幸运魔盒</string>
<string name="app_name">幸运魔盒-购省</string>
</resources>
\ No newline at end of file
<resources>
<string name="app_name">幸运魔盒</string>
<string name="app_name">幸运魔盒-购省</string>
<string name="login_faild">登录失败</string>
<string name="login_success">登录成功</string>
<string name="reset_success">修改成功</string>
......
......@@ -39,6 +39,10 @@ class XymhOpenMemberActivity : BaseActivity() {
JumpUtils.MemberOrderJump()
finish()
}
id_img_qianggou.setOnClickListener {
JumpUtils.MemberOrderJump()
finish()
}
}
}
\ No newline at end of file
......@@ -97,7 +97,9 @@ class XymhOpenMemberOrderActivity : BaseActivity(), PayContract.View {
}
vipTime()
id_img_qianggou?.setOnClickListener {
showToast("请先开通会员")
}
mPayFunAdapter = PaymentFunAdapter(
this
) { view, position, data ->
......
......@@ -209,6 +209,7 @@
</LinearLayout>
<ImageView
android:id="@+id/id_img_qianggou"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
......
......@@ -23,6 +23,7 @@
android:src="@drawable/img_open_vip_top" />
<ImageView
android:id="@+id/id_img_qianggou"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
......
......@@ -213,7 +213,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="成为幸运魔盒会员,立享当前优惠哦"
android:text="成为幸运魔盒-购省会员,立享当前优惠哦"
android:layout_marginLeft="4dp"
android:textColor="#F8E8CC"
android:textSize="12sp" />
......
......@@ -52,7 +52,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="欢迎打开幸运魔盒"
android:text="欢迎打开幸运魔盒-购省"
android:textColor="#F4E9C9"
android:textSize="16sp" />
</LinearLayout>
......@@ -399,7 +399,7 @@
android:id="@+id/id_tv_yonghu"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="《幸运魔盒用户协议》"
android:text="《幸运魔盒-购省用户协议》"
android:textColor="#B28A17"
android:textSize="11sp" />
......@@ -414,7 +414,7 @@
android:id="@+id/id_tv_yinsi"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="《幸运魔盒隐私政策》"
android:text="《幸运魔盒-购省隐私政策》"
android:textColor="#B28A17"
android:textSize="11sp" />
</LinearLayout>
......
......@@ -21,7 +21,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="幸运魔盒黑钻卡"
android:text="幸运魔盒-购省黑钻卡"
android:textColor="#FFD9C5A7"
android:layout_marginTop="15dp"
android:textSize="23sp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment