Commit bab043c5 authored by maxiaoliang's avatar maxiaoliang

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

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