Commit 43901445 authored by maxiaoliang's avatar maxiaoliang

添加提现

parent bed9079c
...@@ -95,6 +95,7 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback { ...@@ -95,6 +95,7 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback {
*/ */
fun gotoWithdrawPage() { fun gotoWithdrawPage() {
Log.d("wxw", "跳转提现页") Log.d("wxw", "跳转提现页")
JumpUtils.h5Jump("跳转提现页", Constant.Param.WithDraw, false)
} }
/** /**
......
...@@ -455,6 +455,7 @@ public class Constant { ...@@ -455,6 +455,7 @@ public class Constant {
public static String WelfareCenter = "https://h5v3.zhangxinzhixun.com/huayuan/Welfare";//福利中心 public static String WelfareCenter = "https://h5v3.zhangxinzhixun.com/huayuan/Welfare";//福利中心
public static String PunchRecord = "https://h5v3.zhangxinzhixun.com/huayuan/ClockIn";//打卡记录 public static String PunchRecord = "https://h5v3.zhangxinzhixun.com/huayuan/ClockIn";//打卡记录
public static String RankList = "https://h5v3.zhangxinzhixun.com/huayuan/Ranking";//排行榜 public static String RankList = "https://h5v3.zhangxinzhixun.com/huayuan/Ranking";//排行榜
public static String WithDraw = "http://h5v2test.zhangxinzhixun.com/farm/Withdraw";//提现页
} }
......
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