1,星币下方需把 “提现” 改成 “充值”

2,修改跳转页面
This commit is contained in:
18401019693 2023-11-02 16:12:05 +08:00
parent 18588bed7e
commit ab2275d93b
2 changed files with 5 additions and 4 deletions

View File

@ -571,10 +571,11 @@ public class MyFragment extends BaseFragment implements OnItemClickListener<User
} else if (i == R.id.signature) {
// mContext.startActivity(new Intent(mContext, EditProfileActivity.class));
} else if (i == R.id.lt_star_coin) {
RouteManager.forwardWebViewActivity(null, HtmlUrlUtils.getPayUrl(mContext,false,HtmlUrlUtils.URL_PAY_GOLD));
// mContext.startActivity(new Intent(mContext, MyWalletActivity.class).putExtra("p", 1));
Bundle bundle = new Bundle();
bundle.putString("type", "yuanbao");
RouteManager.forwardActivity(RouteManager.ACTIVITY_DIAMOND_EXCHANGE, bundle);
// Bundle bundle = new Bundle();
// bundle.putString("type", "yuanbao");
// RouteManager.forwardActivity(RouteManager.ACTIVITY_DIAMOND_EXCHANGE, bundle);
} else if (i == R.id.btn_coin) {
RouteManager.forwardWebViewActivity(null, HtmlUrlUtils.getPayUrl(mContext,false,HtmlUrlUtils.URL_PAY_COIN));
} else if (i == R.id.btn_gold) {

View File

@ -591,7 +591,7 @@
android:id="@+id/tv_star_coin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/withdrawal"
android:text="@string/charge"
android:textColor="@color/gray_B1B1B1"
android:textSize="12sp" />