Commit cdcb1df3 authored by youjie's avatar youjie

no message

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