|
@ -149,9 +149,17 @@ mui.ready(function() {
|
149
|
149
|
console.log(data.success);
|
150
|
150
|
console.log(data.data);
|
151
|
151
|
if(data.success) {
|
152
|
|
goHome();
|
|
152
|
var indexClose = plus.webview.getWebviewById("html/index_home.html");
|
153
|
153
|
var myaccountClose = plus.webview.getWebviewById("html/myaccount.html");
|
|
154
|
var consultClose = plus.webview.getWebviewById("html/consult_home.html");
|
|
155
|
var centenClose = plus.webview.getWebviewById("index_centen.html");
|
|
156
|
var consultlistClose = plus.webview.getWebviewById("consultlist.html");
|
|
157
|
plus.webview.close(indexClose);
|
|
158
|
plus.webview.close(centenClose);
|
154
|
159
|
plus.webview.close(myaccountClose);
|
|
160
|
plus.webview.close(consultlistClose);
|
|
161
|
plus.webview.close(consultClose);
|
|
162
|
goHome();
|
155
|
163
|
} else {
|
156
|
164
|
plus.nativeUI.toast("提交失败,用户ID失效", toastStyle);
|
157
|
165
|
}
|