Commit cdcb1df3 authored by youjie's avatar youjie

no message

parent cfbdc5b3
...@@ -203,13 +203,9 @@ ...@@ -203,13 +203,9 @@
// var url = `/pages/bigredrnvelope/signAcontract?msg=${encodeURIComponent(JSON.stringify(msg))}` // var url = `/pages/bigredrnvelope/signAcontract?msg=${encodeURIComponent(JSON.stringify(msg))}`
// console.log(res,'签名---') // console.log(res,'签名---')
layer.msg('签名成功!') layer.msg('签名成功!')
var obj = {
ContractId: msg.ContractId,
isSign: true
}
wx.miniProgram.getEnv(function (res) { wx.miniProgram.getEnv(function (res) {
window.wx.miniProgram.redirectTo({ window.wx.miniProgram.redirectTo({
url: `/pages/bigredrnvelope/signAcontract?msg=${encodeURIComponent(JSON.stringify(obj))}`, url: `/pages/bigredrnvelope/signAcontract?ContractId=${msg.ContractId}&isSign=true`,
}); });
}); });
} else { } else {
......
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