feat: 星之界打手端UI与提现/充值/排行榜等页面同步更新
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -62,6 +62,17 @@ Page(createPage({
|
||||
|
||||
onShow() {
|
||||
this.registerNotificationComponent();
|
||||
const app = getApp();
|
||||
const filterKey = app.globalData._fighterOrdersStatusKey;
|
||||
if (filterKey) {
|
||||
app.globalData._fighterOrdersStatusKey = null;
|
||||
if (this.data.statusList.some((s) => s.key === filterKey)) {
|
||||
this.setData({ currentStatusKey: filterKey });
|
||||
}
|
||||
if (this.data.xuanzhongLeixingId) {
|
||||
this.loadCurrentStatusOrders(true);
|
||||
}
|
||||
}
|
||||
if (wx.getStorageSync('uid')) {
|
||||
reconnectForRole('dashou');
|
||||
if (app.startImWhenReady) app.startImWhenReady();
|
||||
|
||||
@@ -346,4 +346,5 @@ page {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
@import '../../styles/dashou-xym-orders-theme.wxss';
|
||||
@import '../../styles/dashou-xym-orders-theme.wxss';
|
||||
@import '../../styles/dashou-xym-orders-page.wxss';
|
||||
Reference in New Issue
Block a user