Commit 49f1ad0a authored by 徐士卿's avatar 徐士卿

merge

parent 6b53a03a
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
CFG.loginMidId = "Did1NjAwMDc"; // 线上正式 CFG.loginMidId = "Did1NjAwMDc"; // 线上正式
if (location.href.indexOf("duibatest") > -1) { if (location.href.indexOf("duibatest") > -1) {
CFG.loginMidId = "Did1MTM2NTU"; // 测试 CFG.loginMidId = "Did1MTM2NTU"; // 测试
} else if (CFG.projectId == 'pd71a2911') { // TODO 线上测试id } else if (CFG.projectId == 'p69bb35bf') { // TODO 线上测试id
CFG.loginMidId = "Did1NTk5OTk"; // 线上测试 CFG.loginMidId = "Did1NTk5OTk"; // 线上测试
} }
// 免登中间页 // 免登中间页
......
...@@ -43,7 +43,9 @@ export async function initWx(shareInfo: IWxShareInfo) { ...@@ -43,7 +43,9 @@ export async function initWx(shareInfo: IWxShareInfo) {
console.info('分享信息', param) console.info('分享信息', param)
// @ts-ignore // @ts-ignore
wx.miniProgram.postMessage(param); wx.miniProgram.postMessage({
data: param
});
// if (!isWeiXin()) { // if (!isWeiXin()) {
// return; // return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment