wgl vor 4 Jahren
Ursprung
Commit
e6af8f094d

+ 2 - 2
src/components/Common.vue

@@ -44,9 +44,9 @@
 				}
 			} else {
 				if (this.checkOpenId) {
-					mui.alert('请使用微信浏览打开!', '提示', function() {
+					/* mui.alert('请使用微信浏览打开!', '提示', function() {
 						//info.innerText = '你刚关闭了警告框';
-					});
+					}); */
 				}
 			}
 		},

+ 2 - 4
src/projects/business/App.vue

@@ -11,10 +11,8 @@
 			mui('body').on('tap', '.kfz', function() {
 				mui.toast('开发中');
 			});
-			mui('body').on('tap', 'a', function() {
-				if (this.hasAttribute('jump')) {
-					document.location.href = this.href;
-				}
+			mui('body').on('tap', '.jump', function() {
+				document.location.href = this.href;
 			});
 		}
 	}

+ 1 - 1
src/projects/business/views/Common/Notice/Info.vue

@@ -64,7 +64,7 @@
 				this.isLoading = true;
 				API_Notice.getNoticeInfo(this.subForm).then(response => {
 
-					this.detail = response;
+					this.detail = response.messageNotice;
 
 					this.isLoading = false;
 				}).catch(error => {

+ 1 - 1
src/projects/business/views/Master/Center.vue

@@ -49,7 +49,7 @@
 						</a>
 					</li>
 					<li class="mui-table-view-cell">
-						<a href="../home/#/role" class="mui-navigate-right" jump>
+						<a href="../home/#/role" class="mui-navigate-right jump">
 							<img src="~$project/assets/img/cicon17.png" width="18" /> 切换身份
 						</a>
 					</li>