推进活动列表第一刀与联调回归
This commit is contained in:
@@ -153,6 +153,12 @@ Page({
|
||||
})
|
||||
},
|
||||
|
||||
handleOpenEventList() {
|
||||
wx.navigateTo({
|
||||
url: '/pages/events/events',
|
||||
})
|
||||
},
|
||||
|
||||
handleLogout() {
|
||||
clearBackendAuthTokens()
|
||||
setGlobalMockDebugBridgeEnabled(false)
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<view class="summary">最近一局运行对象:{{recentRuntimeText}}</view>
|
||||
<view class="actions">
|
||||
<button class="btn btn--secondary" bindtap="handleRefresh">刷新首页</button>
|
||||
<button class="btn btn--ghost" bindtap="handleOpenEventList">活动列表</button>
|
||||
<button class="btn btn--ghost" bindtap="handleOpenRecentResult">查看结果</button>
|
||||
<button class="btn btn--ghost" bindtap="handleLogout">退出登录</button>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user