提交 4c468abb 作者: 龚洪江

地图优化

上级 35da9398
{
"systemParams": "win32-x64-93",
"modulesFolders": [
"node_modules"
],
"flags": [],
"linkedModules": [],
"topLevelPatterns": [
"weixin-js-sdk@^1.6.0"
],
"lockfileEntries": {
"weixin-js-sdk@^1.6.0": "https://registry.yarnpkg.com/weixin-js-sdk/-/weixin-js-sdk-1.6.0.tgz#ff50484d8118ce1208f11248cf4a1c0831577514"
},
"files": [],
"artifacts": {}
}
\ No newline at end of file
微信官方 js-sdk
----
说明: 仅将官方 js-sdk 发布到 npm,支持 CommonJS,便于 browserify, webpack 等直接使用
js源码: https://res.wx.qq.com/open/js/jweixin-1.6.0.js
官方使用说明: https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115
安装:
npm install weixin-js-sdk
使用:
var wx = require('weixin-js-sdk');
### Old versions
* [1.0.0](https://github.com/yanxi-me/weixin-js-sdk/tree/1.0.0)
* [1.2.0](https://github.com/yanxi-me/weixin-js-sdk/tree/1.2.0)
!(function(e, n) {
module.exports = n(e);
})(window, function(o, e) {
if (!o.jWeixin) {
var n,
c = {
config: "preVerifyJSAPI",
onMenuShareTimeline: "menu:share:timeline",
onMenuShareAppMessage: "menu:share:appmessage",
onMenuShareQQ: "menu:share:qq",
onMenuShareWeibo: "menu:share:weiboApp",
onMenuShareQZone: "menu:share:QZone",
previewImage: "imagePreview",
getLocation: "geoLocation",
openProductSpecificView: "openProductViewWithPid",
addCard: "batchAddCard",
openCard: "batchViewCard",
chooseWXPay: "getBrandWCPayRequest",
openEnterpriseRedPacket: "getRecevieBizHongBaoRequest",
startSearchBeacons: "startMonitoringBeacons",
stopSearchBeacons: "stopMonitoringBeacons",
onSearchBeacons: "onBeaconsInRange",
consumeAndShareCard: "consumedShareCard",
openAddress: "editAddress"
},
a = (function() {
var e = {};
for (var n in c) e[c[n]] = n;
return e;
})(),
i = o.document,
t = i.title,
r = navigator.userAgent.toLowerCase(),
s = navigator.platform.toLowerCase(),
d = !(!s.match("mac") && !s.match("win")),
u = -1 != r.indexOf("wxdebugger"),
l = -1 != r.indexOf("micromessenger"),
p = -1 != r.indexOf("android"),
f = -1 != r.indexOf("iphone") || -1 != r.indexOf("ipad"),
m = (n =
r.match(/micromessenger\/(\d+\.\d+\.\d+)/) ||
r.match(/micromessenger\/(\d+\.\d+)/))
? n[1]
: "",
g = {
initStartTime: L(),
initEndTime: 0,
preVerifyStartTime: 0,
preVerifyEndTime: 0
},
h = {
version: 1,
appId: "",
initTime: 0,
preVerifyTime: 0,
networkType: "",
isPreVerifyOk: 1,
systemType: f ? 1 : p ? 2 : -1,
clientVersion: m,
url: encodeURIComponent(location.href)
},
v = {},
S = { _completes: [] },
y = { state: 0, data: {} };
O(function() {
g.initEndTime = L();
});
var I = !1,
_ = [],
w = {
config: function(e) {
B("config", (v = e));
var t = !1 !== v.check;
O(function() {
if (t)
M(
c.config,
{
verifyJsApiList: C(v.jsApiList),
verifyOpenTagList: C(v.openTagList)
},
(function() {
(S._complete = function(e) {
(g.preVerifyEndTime = L()), (y.state = 1), (y.data = e);
}),
(S.success = function(e) {
h.isPreVerifyOk = 0;
}),
(S.fail = function(e) {
S._fail ? S._fail(e) : (y.state = -1);
});
var t = S._completes;
return (
t.push(function() {
!(function() {
if (
!(
d ||
u ||
v.debug ||
m < "6.0.2" ||
h.systemType < 0
)
) {
var i = new Image();
(h.appId = v.appId),
(h.initTime = g.initEndTime - g.initStartTime),
(h.preVerifyTime =
g.preVerifyEndTime - g.preVerifyStartTime),
w.getNetworkType({
isInnerInvoke: !0,
success: function(e) {
h.networkType = e.networkType;
var n =
"https://open.weixin.qq.com/sdk/report?v=" +
h.version +
"&o=" +
h.isPreVerifyOk +
"&s=" +
h.systemType +
"&c=" +
h.clientVersion +
"&a=" +
h.appId +
"&n=" +
h.networkType +
"&i=" +
h.initTime +
"&p=" +
h.preVerifyTime +
"&u=" +
h.url;
i.src = n;
}
});
}
})();
}),
(S.complete = function(e) {
for (var n = 0, i = t.length; n < i; ++n) t[n]();
S._completes = [];
}),
S
);
})()
),
(g.preVerifyStartTime = L());
else {
y.state = 1;
for (var e = S._completes, n = 0, i = e.length; n < i; ++n)
e[n]();
S._completes = [];
}
}),
w.invoke ||
((w.invoke = function(e, n, i) {
o.WeixinJSBridge && WeixinJSBridge.invoke(e, x(n), i);
}),
(w.on = function(e, n) {
o.WeixinJSBridge && WeixinJSBridge.on(e, n);
}));
},
ready: function(e) {
0 != y.state ? e() : (S._completes.push(e), !l && v.debug && e());
},
error: function(e) {
m < "6.0.2" || (-1 == y.state ? e(y.data) : (S._fail = e));
},
checkJsApi: function(e) {
M(
"checkJsApi",
{ jsApiList: C(e.jsApiList) },
((e._complete = function(e) {
if (p) {
var n = e.checkResult;
n && (e.checkResult = JSON.parse(n));
}
e = (function(e) {
var n = e.checkResult;
for (var i in n) {
var t = a[i];
t && ((n[t] = n[i]), delete n[i]);
}
return e;
})(e);
}),
e)
);
},
onMenuShareTimeline: function(e) {
P(
c.onMenuShareTimeline,
{
complete: function() {
M(
"shareTimeline",
{
title: e.title || t,
desc: e.title || t,
img_url: e.imgUrl || "",
link: e.link || location.href,
type: e.type || "link",
data_url: e.dataUrl || ""
},
e
);
}
},
e
);
},
onMenuShareAppMessage: function(n) {
P(
c.onMenuShareAppMessage,
{
complete: function(e) {
"favorite" === e.scene
? M("sendAppMessage", {
title: n.title || t,
desc: n.desc || "",
link: n.link || location.href,
img_url: n.imgUrl || "",
type: n.type || "link",
data_url: n.dataUrl || ""
})
: M(
"sendAppMessage",
{
title: n.title || t,
desc: n.desc || "",
link: n.link || location.href,
img_url: n.imgUrl || "",
type: n.type || "link",
data_url: n.dataUrl || ""
},
n
);
}
},
n
);
},
onMenuShareQQ: function(e) {
P(
c.onMenuShareQQ,
{
complete: function() {
M(
"shareQQ",
{
title: e.title || t,
desc: e.desc || "",
img_url: e.imgUrl || "",
link: e.link || location.href
},
e
);
}
},
e
);
},
onMenuShareWeibo: function(e) {
P(
c.onMenuShareWeibo,
{
complete: function() {
M(
"shareWeiboApp",
{
title: e.title || t,
desc: e.desc || "",
img_url: e.imgUrl || "",
link: e.link || location.href
},
e
);
}
},
e
);
},
onMenuShareQZone: function(e) {
P(
c.onMenuShareQZone,
{
complete: function() {
M(
"shareQZone",
{
title: e.title || t,
desc: e.desc || "",
img_url: e.imgUrl || "",
link: e.link || location.href
},
e
);
}
},
e
);
},
updateTimelineShareData: function(e) {
M(
"updateTimelineShareData",
{ title: e.title, link: e.link, imgUrl: e.imgUrl },
e
);
},
updateAppMessageShareData: function(e) {
M(
"updateAppMessageShareData",
{ title: e.title, desc: e.desc, link: e.link, imgUrl: e.imgUrl },
e
);
},
startRecord: function(e) {
M("startRecord", {}, e);
},
stopRecord: function(e) {
M("stopRecord", {}, e);
},
onVoiceRecordEnd: function(e) {
P("onVoiceRecordEnd", e);
},
playVoice: function(e) {
M("playVoice", { localId: e.localId }, e);
},
pauseVoice: function(e) {
M("pauseVoice", { localId: e.localId }, e);
},
stopVoice: function(e) {
M("stopVoice", { localId: e.localId }, e);
},
onVoicePlayEnd: function(e) {
P("onVoicePlayEnd", e);
},
uploadVoice: function(e) {
M(
"uploadVoice",
{
localId: e.localId,
isShowProgressTips: 0 == e.isShowProgressTips ? 0 : 1
},
e
);
},
downloadVoice: function(e) {
M(
"downloadVoice",
{
serverId: e.serverId,
isShowProgressTips: 0 == e.isShowProgressTips ? 0 : 1
},
e
);
},
translateVoice: function(e) {
M(
"translateVoice",
{
localId: e.localId,
isShowProgressTips: 0 == e.isShowProgressTips ? 0 : 1
},
e
);
},
chooseImage: function(e) {
M(
"chooseImage",
{
scene: "1|2",
count: e.count || 9,
sizeType: e.sizeType || ["original", "compressed"],
sourceType: e.sourceType || ["album", "camera"]
},
((e._complete = function(e) {
if (p) {
var n = e.localIds;
try {
n && (e.localIds = JSON.parse(n));
} catch (e) {}
}
}),
e)
);
},
getLocation: function(e) {},
previewImage: function(e) {
M(c.previewImage, { current: e.current, urls: e.urls }, e);
},
uploadImage: function(e) {
M(
"uploadImage",
{
localId: e.localId,
isShowProgressTips: 0 == e.isShowProgressTips ? 0 : 1
},
e
);
},
downloadImage: function(e) {
M(
"downloadImage",
{
serverId: e.serverId,
isShowProgressTips: 0 == e.isShowProgressTips ? 0 : 1
},
e
);
},
getLocalImgData: function(e) {
!1 === I
? ((I = !0),
M(
"getLocalImgData",
{ localId: e.localId },
((e._complete = function(e) {
if (((I = !1), 0 < _.length)) {
var n = _.shift();
wx.getLocalImgData(n);
}
}),
e)
))
: _.push(e);
},
getNetworkType: function(e) {
M(
"getNetworkType",
{},
((e._complete = function(e) {
e = (function(e) {
var n = e.errMsg;
e.errMsg = "getNetworkType:ok";
var i = e.subtype;
if ((delete e.subtype, i)) e.networkType = i;
else {
var t = n.indexOf(":"),
o = n.substring(t + 1);
switch (o) {
case "wifi":
case "edge":
case "wwan":
e.networkType = o;
break;
default:
e.errMsg = "getNetworkType:fail";
}
}
return e;
})(e);
}),
e)
);
},
openLocation: function(e) {
M(
"openLocation",
{
latitude: e.latitude,
longitude: e.longitude,
name: e.name || "",
address: e.address || "",
scale: e.scale || 28,
infoUrl: e.infoUrl || ""
},
e
);
},
getLocation: function(e) {
M(
c.getLocation,
{ type: (e = e || {}).type || "wgs84" },
((e._complete = function(e) {
delete e.type;
}),
e)
);
},
hideOptionMenu: function(e) {
M("hideOptionMenu", {}, e);
},
showOptionMenu: function(e) {
M("showOptionMenu", {}, e);
},
closeWindow: function(e) {
M("closeWindow", {}, (e = e || {}));
},
hideMenuItems: function(e) {
M("hideMenuItems", { menuList: e.menuList }, e);
},
showMenuItems: function(e) {
M("showMenuItems", { menuList: e.menuList }, e);
},
hideAllNonBaseMenuItem: function(e) {
M("hideAllNonBaseMenuItem", {}, e);
},
showAllNonBaseMenuItem: function(e) {
M("showAllNonBaseMenuItem", {}, e);
},
scanQRCode: function(e) {
M(
"scanQRCode",
{
needResult: (e = e || {}).needResult || 0,
scanType: e.scanType || ["qrCode", "barCode"]
},
((e._complete = function(e) {
if (f) {
var n = e.resultStr;
if (n) {
var i = JSON.parse(n);
e.resultStr = i && i.scan_code && i.scan_code.scan_result;
}
}
}),
e)
);
},
openAddress: function(e) {
M(
c.openAddress,
{},
((e._complete = function(e) {
e = (function(e) {
return (
(e.postalCode = e.addressPostalCode),
delete e.addressPostalCode,
(e.provinceName = e.proviceFirstStageName),
delete e.proviceFirstStageName,
(e.cityName = e.addressCitySecondStageName),
delete e.addressCitySecondStageName,
(e.countryName = e.addressCountiesThirdStageName),
delete e.addressCountiesThirdStageName,
(e.detailInfo = e.addressDetailInfo),
delete e.addressDetailInfo,
e
);
})(e);
}),
e)
);
},
openProductSpecificView: function(e) {
M(
c.openProductSpecificView,
{
pid: e.productId,
view_type: e.viewType || 0,
ext_info: e.extInfo
},
e
);
},
addCard: function(e) {
for (var n = e.cardList, i = [], t = 0, o = n.length; t < o; ++t) {
var r = n[t],
a = { card_id: r.cardId, card_ext: r.cardExt };
i.push(a);
}
M(
c.addCard,
{ card_list: i },
((e._complete = function(e) {
var n = e.card_list;
if (n) {
for (var i = 0, t = (n = JSON.parse(n)).length; i < t; ++i) {
var o = n[i];
(o.cardId = o.card_id),
(o.cardExt = o.card_ext),
(o.isSuccess = !!o.is_succ),
delete o.card_id,
delete o.card_ext,
delete o.is_succ;
}
(e.cardList = n), delete e.card_list;
}
}),
e)
);
},
chooseCard: function(e) {
M(
"chooseCard",
{
app_id: v.appId,
location_id: e.shopId || "",
sign_type: e.signType || "SHA1",
card_id: e.cardId || "",
card_type: e.cardType || "",
card_sign: e.cardSign,
time_stamp: e.timestamp + "",
nonce_str: e.nonceStr
},
((e._complete = function(e) {
(e.cardList = e.choose_card_info), delete e.choose_card_info;
}),
e)
);
},
openCard: function(e) {
for (var n = e.cardList, i = [], t = 0, o = n.length; t < o; ++t) {
var r = n[t],
a = { card_id: r.cardId, code: r.code };
i.push(a);
}
M(c.openCard, { card_list: i }, e);
},
consumeAndShareCard: function(e) {
M(
c.consumeAndShareCard,
{ consumedCardId: e.cardId, consumedCode: e.code },
e
);
},
chooseWXPay: function(e) {
M(c.chooseWXPay, V(e), e);
},
openEnterpriseRedPacket: function(e) {
M(c.openEnterpriseRedPacket, V(e), e);
},
startSearchBeacons: function(e) {
M(c.startSearchBeacons, { ticket: e.ticket }, e);
},
stopSearchBeacons: function(e) {
M(c.stopSearchBeacons, {}, e);
},
onSearchBeacons: function(e) {
P(c.onSearchBeacons, e);
},
openEnterpriseChat: function(e) {
M(
"openEnterpriseChat",
{ useridlist: e.userIds, chatname: e.groupName },
e
);
},
launchMiniProgram: function(e) {
M(
"launchMiniProgram",
{
targetAppId: e.targetAppId,
path: (function(e) {
if ("string" == typeof e && 0 < e.length) {
var n = e.split("?")[0],
i = e.split("?")[1];
return (n += ".html"), void 0 !== i ? n + "?" + i : n;
}
})(e.path),
envVersion: e.envVersion
},
e
);
},
openBusinessView: function(e) {
M(
"openBusinessView",
{
businessType: e.businessType,
queryString: e.queryString || "",
envVersion: e.envVersion
},
((e._complete = function(n) {
if (p) {
var e = n.extraData;
if (e)
try {
n.extraData = JSON.parse(e);
} catch (e) {
n.extraData = {};
}
}
}),
e)
);
},
miniProgram: {
navigateBack: function(e) {
(e = e || {}),
O(function() {
M(
"invokeMiniProgramAPI",
{ name: "navigateBack", arg: { delta: e.delta || 1 } },
e
);
});
},
navigateTo: function(e) {
O(function() {
M(
"invokeMiniProgramAPI",
{ name: "navigateTo", arg: { url: e.url } },
e
);
});
},
redirectTo: function(e) {
O(function() {
M(
"invokeMiniProgramAPI",
{ name: "redirectTo", arg: { url: e.url } },
e
);
});
},
switchTab: function(e) {
O(function() {
M(
"invokeMiniProgramAPI",
{ name: "switchTab", arg: { url: e.url } },
e
);
});
},
reLaunch: function(e) {
O(function() {
M(
"invokeMiniProgramAPI",
{ name: "reLaunch", arg: { url: e.url } },
e
);
});
},
postMessage: function(e) {
O(function() {
M(
"invokeMiniProgramAPI",
{ name: "postMessage", arg: e.data || {} },
e
);
});
},
getEnv: function(e) {
O(function() {
e({ miniprogram: "miniprogram" === o.__wxjs_environment });
});
}
}
},
T = 1,
k = {};
return (
i.addEventListener(
"error",
function(e) {
if (!p) {
var n = e.target,
i = n.tagName,
t = n.src;
if ("IMG" == i || "VIDEO" == i || "AUDIO" == i || "SOURCE" == i)
if (-1 != t.indexOf("wxlocalresource://")) {
e.preventDefault(), e.stopPropagation();
var o = n["wx-id"];
if ((o || ((o = T++), (n["wx-id"] = o)), k[o])) return;
(k[o] = !0),
wx.ready(function() {
wx.getLocalImgData({
localId: t,
success: function(e) {
n.src = e.localData;
}
});
});
}
}
},
!0
),
i.addEventListener(
"load",
function(e) {
if (!p) {
var n = e.target,
i = n.tagName;
n.src;
if ("IMG" == i || "VIDEO" == i || "AUDIO" == i || "SOURCE" == i) {
var t = n["wx-id"];
t && (k[t] = !1);
}
}
},
!0
),
e && (o.wx = o.jWeixin = w),
w
);
}
function M(n, e, i) {
o.WeixinJSBridge
? WeixinJSBridge.invoke(n, x(e), function(e) {
A(n, e, i);
})
: B(n, i);
}
function P(n, i, t) {
o.WeixinJSBridge
? WeixinJSBridge.on(n, function(e) {
t && t.trigger && t.trigger(e), A(n, e, i);
})
: B(n, t || i);
}
function x(e) {
return (
((e = e || {}).appId = v.appId),
(e.verifyAppId = v.appId),
(e.verifySignType = "sha1"),
(e.verifyTimestamp = v.timestamp + ""),
(e.verifyNonceStr = v.nonceStr),
(e.verifySignature = v.signature),
e
);
}
function V(e) {
return {
timeStamp: e.timestamp + "",
nonceStr: e.nonceStr,
package: e.package,
paySign: e.paySign,
signType: e.signType || "SHA1"
};
}
function A(e, n, i) {
("openEnterpriseChat" != e && "openBusinessView" !== e) ||
(n.errCode = n.err_code),
delete n.err_code,
delete n.err_desc,
delete n.err_detail;
var t = n.errMsg;
t ||
((t = n.err_msg),
delete n.err_msg,
(t = (function(e, n) {
var i = e,
t = a[i];
t && (i = t);
var o = "ok";
if (n) {
var r = n.indexOf(":");
"confirm" == (o = n.substring(r + 1)) && (o = "ok"),
"failed" == o && (o = "fail"),
-1 != o.indexOf("failed_") && (o = o.substring(7)),
-1 != o.indexOf("fail_") && (o = o.substring(5)),
("access denied" !=
(o = (o = o.replace(/_/g, " ")).toLowerCase()) &&
"no permission to execute" != o) ||
(o = "permission denied"),
"config" == i && "function not exist" == o && (o = "ok"),
"" == o && (o = "fail");
}
return (n = i + ":" + o);
})(e, t)),
(n.errMsg = t)),
(i = i || {})._complete && (i._complete(n), delete i._complete),
(t = n.errMsg || ""),
v.debug && !i.isInnerInvoke && alert(JSON.stringify(n));
var o = t.indexOf(":");
switch (t.substring(o + 1)) {
case "ok":
i.success && i.success(n);
break;
case "cancel":
i.cancel && i.cancel(n);
break;
default:
i.fail && i.fail(n);
}
i.complete && i.complete(n);
}
function C(e) {
if (e) {
for (var n = 0, i = e.length; n < i; ++n) {
var t = e[n],
o = c[t];
o && (e[n] = o);
}
return e;
}
}
function B(e, n) {
if (!(!v.debug || (n && n.isInnerInvoke))) {
var i = a[e];
i && (e = i),
n && n._complete && delete n._complete,
console.log('"' + e + '",', n || "");
}
}
function L() {
return new Date().getTime();
}
function O(e) {
l &&
(o.WeixinJSBridge
? e()
: i.addEventListener &&
i.addEventListener("WeixinJSBridgeReady", e, !1));
}
});
// from http://res.wx.qq.com/open/js/jweixin-1.6.0.js
!function(e,n){"function"==typeof define&&(define.amd||define.cmd)?define(function(){return n(e)}):n(e,!0)}(this,function(o,e){if(!o.jWeixin){var n,c={config:"preVerifyJSAPI",onMenuShareTimeline:"menu:share:timeline",onMenuShareAppMessage:"menu:share:appmessage",onMenuShareQQ:"menu:share:qq",onMenuShareWeibo:"menu:share:weiboApp",onMenuShareQZone:"menu:share:QZone",previewImage:"imagePreview",getLocation:"geoLocation",openProductSpecificView:"openProductViewWithPid",addCard:"batchAddCard",openCard:"batchViewCard",chooseWXPay:"getBrandWCPayRequest",openEnterpriseRedPacket:"getRecevieBizHongBaoRequest",startSearchBeacons:"startMonitoringBeacons",stopSearchBeacons:"stopMonitoringBeacons",onSearchBeacons:"onBeaconsInRange",consumeAndShareCard:"consumedShareCard",openAddress:"editAddress"},a=function(){var e={};for(var n in c)e[c[n]]=n;return e}(),i=o.document,t=i.title,r=navigator.userAgent.toLowerCase(),s=navigator.platform.toLowerCase(),d=!(!s.match("mac")&&!s.match("win")),u=-1!=r.indexOf("wxdebugger"),l=-1!=r.indexOf("micromessenger"),p=-1!=r.indexOf("android"),f=-1!=r.indexOf("iphone")||-1!=r.indexOf("ipad"),m=(n=r.match(/micromessenger\/(\d+\.\d+\.\d+)/)||r.match(/micromessenger\/(\d+\.\d+)/))?n[1]:"",g={initStartTime:L(),initEndTime:0,preVerifyStartTime:0,preVerifyEndTime:0},h={version:1,appId:"",initTime:0,preVerifyTime:0,networkType:"",isPreVerifyOk:1,systemType:f?1:p?2:-1,clientVersion:m,url:encodeURIComponent(location.href)},v={},S={_completes:[]},y={state:0,data:{}};O(function(){g.initEndTime=L()});var I=!1,_=[],w={config:function(e){B("config",v=e);var t=!1!==v.check;O(function(){if(t)M(c.config,{verifyJsApiList:C(v.jsApiList),verifyOpenTagList:C(v.openTagList)},function(){S._complete=function(e){g.preVerifyEndTime=L(),y.state=1,y.data=e},S.success=function(e){h.isPreVerifyOk=0},S.fail=function(e){S._fail?S._fail(e):y.state=-1};var t=S._completes;return t.push(function(){!function(){if(!(d||u||v.debug||m<"6.0.2"||h.systemType<0)){var i=new Image;h.appId=v.appId,h.initTime=g.initEndTime-g.initStartTime,h.preVerifyTime=g.preVerifyEndTime-g.preVerifyStartTime,w.getNetworkType({isInnerInvoke:!0,success:function(e){h.networkType=e.networkType;var n="https://open.weixin.qq.com/sdk/report?v="+h.version+"&o="+h.isPreVerifyOk+"&s="+h.systemType+"&c="+h.clientVersion+"&a="+h.appId+"&n="+h.networkType+"&i="+h.initTime+"&p="+h.preVerifyTime+"&u="+h.url;i.src=n}})}}()}),S.complete=function(e){for(var n=0,i=t.length;n<i;++n)t[n]();S._completes=[]},S}()),g.preVerifyStartTime=L();else{y.state=1;for(var e=S._completes,n=0,i=e.length;n<i;++n)e[n]();S._completes=[]}}),w.invoke||(w.invoke=function(e,n,i){o.WeixinJSBridge&&WeixinJSBridge.invoke(e,x(n),i)},w.on=function(e,n){o.WeixinJSBridge&&WeixinJSBridge.on(e,n)})},ready:function(e){0!=y.state?e():(S._completes.push(e),!l&&v.debug&&e())},error:function(e){m<"6.0.2"||(-1==y.state?e(y.data):S._fail=e)},checkJsApi:function(e){M("checkJsApi",{jsApiList:C(e.jsApiList)},(e._complete=function(e){if(p){var n=e.checkResult;n&&(e.checkResult=JSON.parse(n))}e=function(e){var n=e.checkResult;for(var i in n){var t=a[i];t&&(n[t]=n[i],delete n[i])}return e}(e)},e))},onMenuShareTimeline:function(e){P(c.onMenuShareTimeline,{complete:function(){M("shareTimeline",{title:e.title||t,desc:e.title||t,img_url:e.imgUrl||"",link:e.link||location.href,type:e.type||"link",data_url:e.dataUrl||""},e)}},e)},onMenuShareAppMessage:function(n){P(c.onMenuShareAppMessage,{complete:function(e){"favorite"===e.scene?M("sendAppMessage",{title:n.title||t,desc:n.desc||"",link:n.link||location.href,img_url:n.imgUrl||"",type:n.type||"link",data_url:n.dataUrl||""}):M("sendAppMessage",{title:n.title||t,desc:n.desc||"",link:n.link||location.href,img_url:n.imgUrl||"",type:n.type||"link",data_url:n.dataUrl||""},n)}},n)},onMenuShareQQ:function(e){P(c.onMenuShareQQ,{complete:function(){M("shareQQ",{title:e.title||t,desc:e.desc||"",img_url:e.imgUrl||"",link:e.link||location.href},e)}},e)},onMenuShareWeibo:function(e){P(c.onMenuShareWeibo,{complete:function(){M("shareWeiboApp",{title:e.title||t,desc:e.desc||"",img_url:e.imgUrl||"",link:e.link||location.href},e)}},e)},onMenuShareQZone:function(e){P(c.onMenuShareQZone,{complete:function(){M("shareQZone",{title:e.title||t,desc:e.desc||"",img_url:e.imgUrl||"",link:e.link||location.href},e)}},e)},updateTimelineShareData:function(e){M("updateTimelineShareData",{title:e.title,link:e.link,imgUrl:e.imgUrl},e)},updateAppMessageShareData:function(e){M("updateAppMessageShareData",{title:e.title,desc:e.desc,link:e.link,imgUrl:e.imgUrl},e)},startRecord:function(e){M("startRecord",{},e)},stopRecord:function(e){M("stopRecord",{},e)},onVoiceRecordEnd:function(e){P("onVoiceRecordEnd",e)},playVoice:function(e){M("playVoice",{localId:e.localId},e)},pauseVoice:function(e){M("pauseVoice",{localId:e.localId},e)},stopVoice:function(e){M("stopVoice",{localId:e.localId},e)},onVoicePlayEnd:function(e){P("onVoicePlayEnd",e)},uploadVoice:function(e){M("uploadVoice",{localId:e.localId,isShowProgressTips:0==e.isShowProgressTips?0:1},e)},downloadVoice:function(e){M("downloadVoice",{serverId:e.serverId,isShowProgressTips:0==e.isShowProgressTips?0:1},e)},translateVoice:function(e){M("translateVoice",{localId:e.localId,isShowProgressTips:0==e.isShowProgressTips?0:1},e)},chooseImage:function(e){M("chooseImage",{scene:"1|2",count:e.count||9,sizeType:e.sizeType||["original","compressed"],sourceType:e.sourceType||["album","camera"]},(e._complete=function(e){if(p){var n=e.localIds;try{n&&(e.localIds=JSON.parse(n))}catch(e){}}},e))},getLocation:function(e){},previewImage:function(e){M(c.previewImage,{current:e.current,urls:e.urls},e)},uploadImage:function(e){M("uploadImage",{localId:e.localId,isShowProgressTips:0==e.isShowProgressTips?0:1},e)},downloadImage:function(e){M("downloadImage",{serverId:e.serverId,isShowProgressTips:0==e.isShowProgressTips?0:1},e)},getLocalImgData:function(e){!1===I?(I=!0,M("getLocalImgData",{localId:e.localId},(e._complete=function(e){if(I=!1,0<_.length){var n=_.shift();wx.getLocalImgData(n)}},e))):_.push(e)},getNetworkType:function(e){M("getNetworkType",{},(e._complete=function(e){e=function(e){var n=e.errMsg;e.errMsg="getNetworkType:ok";var i=e.subtype;if(delete e.subtype,i)e.networkType=i;else{var t=n.indexOf(":"),o=n.substring(t+1);switch(o){case"wifi":case"edge":case"wwan":e.networkType=o;break;default:e.errMsg="getNetworkType:fail"}}return e}(e)},e))},openLocation:function(e){M("openLocation",{latitude:e.latitude,longitude:e.longitude,name:e.name||"",address:e.address||"",scale:e.scale||28,infoUrl:e.infoUrl||""},e)},getLocation:function(e){M(c.getLocation,{type:(e=e||{}).type||"wgs84"},(e._complete=function(e){delete e.type},e))},hideOptionMenu:function(e){M("hideOptionMenu",{},e)},showOptionMenu:function(e){M("showOptionMenu",{},e)},closeWindow:function(e){M("closeWindow",{},e=e||{})},hideMenuItems:function(e){M("hideMenuItems",{menuList:e.menuList},e)},showMenuItems:function(e){M("showMenuItems",{menuList:e.menuList},e)},hideAllNonBaseMenuItem:function(e){M("hideAllNonBaseMenuItem",{},e)},showAllNonBaseMenuItem:function(e){M("showAllNonBaseMenuItem",{},e)},scanQRCode:function(e){M("scanQRCode",{needResult:(e=e||{}).needResult||0,scanType:e.scanType||["qrCode","barCode"]},(e._complete=function(e){if(f){var n=e.resultStr;if(n){var i=JSON.parse(n);e.resultStr=i&&i.scan_code&&i.scan_code.scan_result}}},e))},openAddress:function(e){M(c.openAddress,{},(e._complete=function(e){e=function(e){return e.postalCode=e.addressPostalCode,delete e.addressPostalCode,e.provinceName=e.proviceFirstStageName,delete e.proviceFirstStageName,e.cityName=e.addressCitySecondStageName,delete e.addressCitySecondStageName,e.countryName=e.addressCountiesThirdStageName,delete e.addressCountiesThirdStageName,e.detailInfo=e.addressDetailInfo,delete e.addressDetailInfo,e}(e)},e))},openProductSpecificView:function(e){M(c.openProductSpecificView,{pid:e.productId,view_type:e.viewType||0,ext_info:e.extInfo},e)},addCard:function(e){for(var n=e.cardList,i=[],t=0,o=n.length;t<o;++t){var r=n[t],a={card_id:r.cardId,card_ext:r.cardExt};i.push(a)}M(c.addCard,{card_list:i},(e._complete=function(e){var n=e.card_list;if(n){for(var i=0,t=(n=JSON.parse(n)).length;i<t;++i){var o=n[i];o.cardId=o.card_id,o.cardExt=o.card_ext,o.isSuccess=!!o.is_succ,delete o.card_id,delete o.card_ext,delete o.is_succ}e.cardList=n,delete e.card_list}},e))},chooseCard:function(e){M("chooseCard",{app_id:v.appId,location_id:e.shopId||"",sign_type:e.signType||"SHA1",card_id:e.cardId||"",card_type:e.cardType||"",card_sign:e.cardSign,time_stamp:e.timestamp+"",nonce_str:e.nonceStr},(e._complete=function(e){e.cardList=e.choose_card_info,delete e.choose_card_info},e))},openCard:function(e){for(var n=e.cardList,i=[],t=0,o=n.length;t<o;++t){var r=n[t],a={card_id:r.cardId,code:r.code};i.push(a)}M(c.openCard,{card_list:i},e)},consumeAndShareCard:function(e){M(c.consumeAndShareCard,{consumedCardId:e.cardId,consumedCode:e.code},e)},chooseWXPay:function(e){M(c.chooseWXPay,V(e),e)},openEnterpriseRedPacket:function(e){M(c.openEnterpriseRedPacket,V(e),e)},startSearchBeacons:function(e){M(c.startSearchBeacons,{ticket:e.ticket},e)},stopSearchBeacons:function(e){M(c.stopSearchBeacons,{},e)},onSearchBeacons:function(e){P(c.onSearchBeacons,e)},openEnterpriseChat:function(e){M("openEnterpriseChat",{useridlist:e.userIds,chatname:e.groupName},e)},launchMiniProgram:function(e){M("launchMiniProgram",{targetAppId:e.targetAppId,path:function(e){if("string"==typeof e&&0<e.length){var n=e.split("?")[0],i=e.split("?")[1];return n+=".html",void 0!==i?n+"?"+i:n}}(e.path),envVersion:e.envVersion},e)},openBusinessView:function(e){M("openBusinessView",{businessType:e.businessType,queryString:e.queryString||"",envVersion:e.envVersion},(e._complete=function(n){if(p){var e=n.extraData;if(e)try{n.extraData=JSON.parse(e)}catch(e){n.extraData={}}}},e))},miniProgram:{navigateBack:function(e){e=e||{},O(function(){M("invokeMiniProgramAPI",{name:"navigateBack",arg:{delta:e.delta||1}},e)})},navigateTo:function(e){O(function(){M("invokeMiniProgramAPI",{name:"navigateTo",arg:{url:e.url}},e)})},redirectTo:function(e){O(function(){M("invokeMiniProgramAPI",{name:"redirectTo",arg:{url:e.url}},e)})},switchTab:function(e){O(function(){M("invokeMiniProgramAPI",{name:"switchTab",arg:{url:e.url}},e)})},reLaunch:function(e){O(function(){M("invokeMiniProgramAPI",{name:"reLaunch",arg:{url:e.url}},e)})},postMessage:function(e){O(function(){M("invokeMiniProgramAPI",{name:"postMessage",arg:e.data||{}},e)})},getEnv:function(e){O(function(){e({miniprogram:"miniprogram"===o.__wxjs_environment})})}}},T=1,k={};return i.addEventListener("error",function(e){if(!p){var n=e.target,i=n.tagName,t=n.src;if("IMG"==i||"VIDEO"==i||"AUDIO"==i||"SOURCE"==i)if(-1!=t.indexOf("wxlocalresource://")){e.preventDefault(),e.stopPropagation();var o=n["wx-id"];if(o||(o=T++,n["wx-id"]=o),k[o])return;k[o]=!0,wx.ready(function(){wx.getLocalImgData({localId:t,success:function(e){n.src=e.localData}})})}}},!0),i.addEventListener("load",function(e){if(!p){var n=e.target,i=n.tagName;n.src;if("IMG"==i||"VIDEO"==i||"AUDIO"==i||"SOURCE"==i){var t=n["wx-id"];t&&(k[t]=!1)}}},!0),e&&(o.wx=o.jWeixin=w),w}function M(n,e,i){o.WeixinJSBridge?WeixinJSBridge.invoke(n,x(e),function(e){A(n,e,i)}):B(n,i)}function P(n,i,t){o.WeixinJSBridge?WeixinJSBridge.on(n,function(e){t&&t.trigger&&t.trigger(e),A(n,e,i)}):B(n,t||i)}function x(e){return(e=e||{}).appId=v.appId,e.verifyAppId=v.appId,e.verifySignType="sha1",e.verifyTimestamp=v.timestamp+"",e.verifyNonceStr=v.nonceStr,e.verifySignature=v.signature,e}function V(e){return{timeStamp:e.timestamp+"",nonceStr:e.nonceStr,package:e.package,paySign:e.paySign,signType:e.signType||"SHA1"}}function A(e,n,i){"openEnterpriseChat"!=e&&"openBusinessView"!==e||(n.errCode=n.err_code),delete n.err_code,delete n.err_desc,delete n.err_detail;var t=n.errMsg;t||(t=n.err_msg,delete n.err_msg,t=function(e,n){var i=e,t=a[i];t&&(i=t);var o="ok";if(n){var r=n.indexOf(":");"confirm"==(o=n.substring(r+1))&&(o="ok"),"failed"==o&&(o="fail"),-1!=o.indexOf("failed_")&&(o=o.substring(7)),-1!=o.indexOf("fail_")&&(o=o.substring(5)),"access denied"!=(o=(o=o.replace(/_/g," ")).toLowerCase())&&"no permission to execute"!=o||(o="permission denied"),"config"==i&&"function not exist"==o&&(o="ok"),""==o&&(o="fail")}return n=i+":"+o}(e,t),n.errMsg=t),(i=i||{})._complete&&(i._complete(n),delete i._complete),t=n.errMsg||"",v.debug&&!i.isInnerInvoke&&alert(JSON.stringify(n));var o=t.indexOf(":");switch(t.substring(o+1)){case"ok":i.success&&i.success(n);break;case"cancel":i.cancel&&i.cancel(n);break;default:i.fail&&i.fail(n)}i.complete&&i.complete(n)}function C(e){if(e){for(var n=0,i=e.length;n<i;++n){var t=e[n],o=c[t];o&&(e[n]=o)}return e}}function B(e,n){if(!(!v.debug||n&&n.isInnerInvoke)){var i=a[e];i&&(e=i),n&&n._complete&&delete n._complete,console.log('"'+e+'",',n||"")}}function L(){return(new Date).getTime()}function O(e){l&&(o.WeixinJSBridge?e():i.addEventListener&&i.addEventListener("WeixinJSBridgeReady",e,!1))}});
\ No newline at end of file
{
"name": "weixin-js-sdk",
"version": "1.6.0",
"main": "index.js",
"description": "微信官方 js-sdk CommonJS 版",
"repository": {
"type": "git",
"url": "https://github.com/yanxi-com/weixin-js-sdk.git"
}
}
{
"dependencies": {
"weixin-js-sdk": "^1.6.0"
}
}
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
<view class="websit-node-head-wrap"> <view class="websit-node-head-wrap">
<image src="../../static/images/map-tip.png" mode="widthFix" class="img-1"></image> <image src="../../static/images/map-tip.png" mode="widthFix" class="img-1"></image>
<!-- <view class=" animate__animated animate__tada animate__infinite animate__delay-1s btn-img" style="background:red"></view> --> <!-- <view class=" animate__animated animate__tada animate__infinite animate__delay-1s btn-img" style="background:red"></view> -->
<image src="../../static/images/go.png" mode="widthFix" class=" animate__heartBeat btn-img"></image> <image src="../../static/images/go.png" mode="widthFix" class=" animate__heartBeat btn-img" @click="toAddWebsit"></image>
</view> </view>
<view class="websit-node-list-wrap"> <view class="websit-node-list-wrap" >
<view class="ios-wrap"> <view class="ios-wrap">
<view class="head-tip"></view> <view class="head-tip"></view>
<!-- <view class="title">服务网点</view> --> <!-- <view class="title">服务网点</view> -->
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<view class="flyer-head" v-if="currentTipIndex===1"> <view class="flyer-head" v-if="currentTipIndex===1">
<div class="name">{{item.flyerName}}</div> <div class="name">{{item.flyerName}}</div>
<div class="phone"> <div class="phone">
{{item.phoneNum.substring(0,3)+'****'+item.phoneNum.substring(item.phoneNum.length-4,item.phoneNum.length)}} {{item.phoneNum |getPhoneStr }}
</div> </div>
</view> </view>
<view class="uav-head" v-if="currentTipIndex===2"> <view class="uav-head" v-if="currentTipIndex===2">
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
</template> </template>
<script> <script>
import wx from 'weixin-js-sdk';
export default { export default {
data() { data() {
return { return {
...@@ -94,7 +95,10 @@ ...@@ -94,7 +95,10 @@
nation: "中国", nation: "中国",
nation_code: "156", nation_code: "156",
province: "广东省", province: "广东省",
}, },
isHeight:false,
websitHeight:0
} }
}, },
onLoad(option) { onLoad(option) {
...@@ -108,6 +112,23 @@ ...@@ -108,6 +112,23 @@
// }); // });
this.location = JSON.parse(str); this.location = JSON.parse(str);
}, },
filters:{
getPhoneStr(value){
let str=String(value)
return str.substring(0,3)+'****'+str.substring(str.length-4,str.length)
}
},
onPageScroll(e) {
// console.log('滚动事件--->',e)
// let height= uni.getSystemInfoSync().screenHeight
// console.log('高度-->',height)
// if(height-e.scrollTop<=200){
// this.isHeight=true
// this.websitHeight=height-200
// }else{
// this.isHeight=false
// }
},
onReachBottom() { onReachBottom() {
if (this.currentTipIndex != 0) { if (this.currentTipIndex != 0) {
console.log('触底了-->') console.log('触底了-->')
...@@ -223,13 +244,14 @@ ...@@ -223,13 +244,14 @@
initAmap() { initAmap() {
this.map = new AMap.Map('map', { this.map = new AMap.Map('map', {
// 显示地图缩放级别 // 显示地图缩放级别
zoom: 8, zoom: 6,
// 地图中心点 // 地图中心点
resizeEnable: true, resizeEnable: true,
center: [this.location.location.lng, this.location.location.lat], center: [this.location.location.lng, this.location.location.lat],
}); });
this.map.on("complete", async () => { this.map.on("complete", async () => {
console.log("地图加载完成!"); console.log("地图加载完成!",this.map);
// this.map.setCenterOffset(0.5,0.3)
await this.getMarkPoint(); await this.getMarkPoint();
this.setMassMarks(); this.setMassMarks();
}); });
...@@ -238,17 +260,17 @@ ...@@ -238,17 +260,17 @@
let styleList = [{ let styleList = [{
url: 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/servicepot.png', // 图标地址 url: 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/servicepot.png', // 图标地址
size: new AMap.Size(40, 40), // 图标大小 size: new AMap.Size(40, 40), // 图标大小
anchor: new AMap.Pixel(5, 5), // 图标显示位置偏移量,基准点为图标左上角 anchor: new AMap.Pixel(20, 20), // 图标显示位置偏移量,基准点为图标左上角
}, },
{ {
url: 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/mmc1_flyer.png', // 图标地址 url: 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/mmc1_flyer.png', // 图标地址
size: new AMap.Size(40, 40), // 图标大小 size: new AMap.Size(40, 40), // 图标大小
anchor: new AMap.Pixel(5, 5), // 图标显示位置偏移量,基准点为图标左上角 anchor: new AMap.Pixel(20, 20), // 图标显示位置偏移量,基准点为图标左上角
}, },
{ {
url: 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/mmc1.png', // 图标地址 url: 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/image/mmc1.png', // 图标地址
size: new AMap.Size(40, 40), // 图标大小 size: new AMap.Size(40, 40), // 图标大小
anchor: new AMap.Pixel(5, 5), // 图标显示位置偏移量,基准点为图标左上角 anchor: new AMap.Pixel(20, 20), // 图标显示位置偏移量,基准点为图标左上角
} }
]; ];
this.massMarks = new AMap.MassMarks(this.markers, { this.massMarks = new AMap.MassMarks(this.markers, {
...@@ -302,15 +324,18 @@ ...@@ -302,15 +324,18 @@
this.currentTipIndex = index; this.currentTipIndex = index;
switch (index) { switch (index) {
case 0: case 0:
this.map.setZoom(6)
await this.getMarkPoint() await this.getMarkPoint()
this.massMarks.setData(this.markers) this.massMarks.setData(this.markers)
break; break;
case 1: case 1:
this.map.setZoom(8)
this.query.pageNo = 1 this.query.pageNo = 1
await this.getFlyerDotList() await this.getFlyerDotList()
this.massMarks.setData(this.markers) this.massMarks.setData(this.markers)
break; break;
case 2: case 2:
this.map.setZoom(8)
this.query.pageNo = 1 this.query.pageNo = 1
await this.getDeviceDotList() await this.getDeviceDotList()
this.massMarks.setData(this.markers) this.massMarks.setData(this.markers)
...@@ -545,7 +570,14 @@ ...@@ -545,7 +570,14 @@
} }
} }
} }
.websit-node-list-height{
// height: 800rpx;
position: fixed;
top: 200rpx;
bottom: 0;
width: 100%;
overflow: auto;
}
.websit-node-head-wrap { .websit-node-head-wrap {
position: fixed; position: fixed;
top: 10px; top: 10px;
......
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>全国网点</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)')) <!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>全国网点</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/h5/static/index.a5c69d49.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/h5/static/js/chunk-vendors.ed1c0629.js></script><script src=/h5/static/js/index.7e38ba15.js></script></body></html> document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/h5/static/index.a5c69d49.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/h5/static/js/chunk-vendors.ed1c0629.js></script><script src=/h5/static/js/index.f4f8a04d.js></script></body></html>
\ No newline at end of file \ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
weixin-js-sdk@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/weixin-js-sdk/-/weixin-js-sdk-1.6.0.tgz#ff50484d8118ce1208f11248cf4a1c0831577514"
integrity sha512-3IYQH7aalJGFJrwdT3epvTdR1MboMiH7vIZ5BRL2eYOJ12BNah7csoMkmSZzkq1+l92sSq29XdTCVjCJoK2sBQ==
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论