zhengkaixin 2 년 전
부모
커밋
ed6efe4f74
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/views/Master/Mine/Center.vue
  2. 1 1
      src/views/Master/Mine/Config.vue
  3. 1 1
      src/views/Master/Mine/Message.vue

+ 1 - 1
src/views/Master/Mine/Center.vue

@@ -51,7 +51,7 @@
 						</a>
 						</a>
 					</li>
 					</li>
 				</ul>
 				</ul>
-				<ul class="mui-table-view mui-table-view-chevron vongi-news">
+				<ul class="mui-table-view mui-table-view-chevron vongi-news" v-if="false">
 					<li class="mui-table-view-cell">
 					<li class="mui-table-view-cell">
 						<router-link :to="{name:'MasterMineFeedback'}" class="mui-navigate-right">
 						<router-link :to="{name:'MasterMineFeedback'}" class="mui-navigate-right">
 							<img src="~@/assets/img/set.png" width="18" /> 问题反馈
 							<img src="~@/assets/img/set.png" width="18" /> 问题反馈

+ 1 - 1
src/views/Master/Mine/Config.vue

@@ -18,7 +18,7 @@
 							<span>普通模式</span>
 							<span>普通模式</span>
 						</a>
 						</a>
 					</li> -->
 					</li> -->
-					<li class="mui-table-view-cell"v-if="false" >
+					<li class="mui-table-view-cell" v-if="false" >
 						<router-link :to="{name:'MasterMineAbout'}" class="mui-navigate-right"> 关于小鹏管家 </router-link>
 						<router-link :to="{name:'MasterMineAbout'}" class="mui-navigate-right"> 关于小鹏管家 </router-link>
 					</li>
 					</li>
 				</ul>
 				</ul>

+ 1 - 1
src/views/Master/Mine/Message.vue

@@ -94,7 +94,7 @@
 				this.isLoading = true;
 				this.isLoading = true;
 				API_Notice.getGroupList().then(response => {
 				API_Notice.getGroupList().then(response => {
 					this.noticeInfo = response[0];
 					this.noticeInfo = response[0];
-					this.messageList = response.slice(1)
+					//this.messageList = response.slice(1)
 					this.isLoading = false;
 					this.isLoading = false;
 				}).catch(error => {
 				}).catch(error => {
 					this.isLoading = false;
 					this.isLoading = false;