@@ -44,9 +44,9 @@
}
} else {
if (this.checkOpenId) {
- mui.alert('请使用微信浏览打开!', '提示', function() {
+ /* mui.alert('请使用微信浏览打开!', '提示', function() {
//info.innerText = '你刚关闭了警告框';
- });
+ }); */
},
@@ -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;
@@ -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 => {
@@ -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" /> 切换身份