edit-home-sylive

This commit is contained in:
lccsw
2023-03-18 12:04:34 +08:00
committed by lccsw
parent da5ab5cf1c
commit a87d22afc1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ class Act extends Wx {
$info['apt'] = $apt ? true : false; //是否弹窗报名
$info['appoint_title'] = $jsondata['signBespeak']['title'] ? $jsondata['signBespeak']['title'] : '';
$info['appoint_msg'] = $jsondata['signBespeak']['content'] ? $jsondata['signBespeak']['content'] : '';
$info['notice_color'] = $jsondata['barrageColor'] ? '#fff' : '#333';
$info['notice_color'] = $jsondata['barrage']['color'] ? '#fff' : '#333';
$info['btn_text'] = $jsondata['button']['title'] ? $jsondata['button']['title'] : '开播提醒';
$this->data['info'] = $info;
//微信分享
@@ -388,6 +388,7 @@
that.isSubmiting = false
if(response.code==200){
that.info.is_appoint = 1
that.msgisShowReg = false
//提交成功
that.msgisShowSuccess = true