Commit 0f5cd4d3 authored by youjie's avatar youjie

no message

parent aa436413
......@@ -84,9 +84,9 @@
var msg = JSON.parse(decodeURIComponent(qMsg.msg))
var parameters = {
Tourists_Sign: '',
ID: msg.contractID,
ID: msg.ContractId,
}
console.log(msg,'---')
console.log(parameters,'---')
var userAgent = navigator.userAgent;
if (/miniProgram/i.test(userAgent) && /micromessenger/i.test(userAgent)) {
// 微信小程序 JS-SDK 如果不需要兼容微信小程序,则无需引用此 JS 文件。
......
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