1:修改我的页面

2:添加爵位功能
This commit is contained in:
2025-11-12 11:34:34 +08:00
parent f5aeeb88d7
commit ec58f46bf8
382 changed files with 12618 additions and 2597 deletions

View File

@@ -46,7 +46,8 @@ public class WXPayEntryActivity extends Activity implements IWXAPIEventHandler {
switch (resp.errCode) {
case BaseResp.ErrCode.ERR_OK:
// 支付成功:这里需要调用后台接口确认支付状态(避免本地判断不可靠)
PayEvent messageEvent = new PayEvent(1, "支付成功");
EventBus.getDefault().post(messageEvent);
break;
case BaseResp.ErrCode.ERR_USER_CANCEL:
checkPayResultFromServer();