Commit feb253d6 authored by youjie's avatar youjie

no message

parent 1e35d9a9
......@@ -163,7 +163,7 @@
var year = now.getFullYear();
var month = String(now.getMonth() + 1).padStart(2, '0');
now.setMonth(12, 0);
console.log(InfoData,'--------')
// console.log(InfoData,'--------')
$(`.yifang`).html(InfoData.Tourists_Name)
$(`.yifangfr`).html(InfoData.LegalPersonName)
if(InfoData.Tourists_Sign==''){
......
......@@ -201,7 +201,7 @@
success: function(res) {
if (res.resultCode === 1) {
// var url = `/pages/bigredrnvelope/signAcontract?msg=${encodeURIComponent(JSON.stringify(msg))}`
console.log(res,'签名---')
// console.log(res,'签名---')
layer.msg('签名成功!')
document.addEventListener('UniAppJSBridgeReady', function() {
// uni.postMessage({
......
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