1
This commit is contained in:
parent
042b8245d2
commit
259d1230e6
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="dl-detail-box">
|
||||
<navigation-bar-vue title="通告详情1" style="width: 100%;" background-color="#ffffff"
|
||||
<navigation-bar-vue title="通告详情" style="width: 100%;" background-color="#ffffff"
|
||||
title-color="#000000"></navigation-bar-vue>
|
||||
<view class="notice-detail-last-box">
|
||||
<!-- 报名列表 -->
|
||||
@ -401,7 +401,7 @@
|
||||
.noticeId)
|
||||
},
|
||||
goMemberIndex() {
|
||||
this.$tab.navigateTo('/pages/mine/member/member-index?userId='+this.userDetail.userId)
|
||||
this.$tab.navigateTo('/pages/mine/member/member-index?userId=' + this.userDetail.userId)
|
||||
},
|
||||
/**
|
||||
* 去报名列表
|
||||
|
Loading…
Reference in New Issue
Block a user