6.18
This commit is contained in:
+1
-1
@@ -7255,7 +7255,7 @@ function initOnError() {
|
||||
function initRuntimeSocketService() {
|
||||
const hosts = "192.168.100.165,127.0.0.1";
|
||||
const port = "8090";
|
||||
const id = "mp-weixin_Al7yez";
|
||||
const id = "mp-weixin_8ivK-6";
|
||||
const lazy = typeof swan !== "undefined";
|
||||
let restoreError = lazy ? () => {
|
||||
} : initOnError();
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
"use strict";
|
||||
//# sourceMappingURL=../../.sourcemap/mp-weixin/utils/cookie.js.map
|
||||
@@ -56,6 +56,10 @@ const request = (url, data = {}, method = "post", loading = false, contentType =
|
||||
}
|
||||
}
|
||||
} else if (res.data.code == 500) {
|
||||
common_vendor.index.showToast({
|
||||
title: res.data.message,
|
||||
icon: "none"
|
||||
});
|
||||
n(res);
|
||||
} else {
|
||||
common_vendor.index.showToast({
|
||||
|
||||
Reference in New Issue
Block a user