edit-sylive-hidden_share

This commit is contained in:
lccsw
2022-12-12 17:53:51 +08:00
parent 003aeb9902
commit 05a3a18c02
3 changed files with 5 additions and 1 deletions
@@ -289,6 +289,9 @@ class Item extends Wx{
'content' => $act['protocol']
];
$this->data['info'] = $info;
//微信分享
$wx_info = $this->share_info();
$this->data['sign_package'] = $wx_info['sign_package'];
$this->show_view('h5/market/sylive2/item/agreement');
}
@@ -17,4 +17,5 @@
<div class="font-22">返回</div>
</a>
</div>
<?= $this->load->view('h5/market/sylive2/hidden_wx_share') ?>
</body>
+1 -1
View File
@@ -516,5 +516,5 @@
}
})
</script>
<?=$this->load->view('h5/market/sylive2/share_script')?>
<?=$this->load->view('h5/market/sylive2/hidden_wx_share')?>
</body>