Commit 59f2918a by 刘海龙

111

parent ad1164b5
......@@ -39,8 +39,8 @@
</div>
<img @click="operation(<?php echo ($v['uid']); ?>, '<?php echo ($v['userinfo']['user_nicename']); ?>')" class="listBd" src="/public/appapi/img/fanhui@2x.png"></img>
</div><?php endforeach; endif; else: echo "" ;endif; ?>
</div>
<div style="width: 100%; height: 50px;"></div>
</div>
<!-- 退出按钮 nan@2x nv -->
<?php if($familyinfo['role'] != 1): ?><!-- <div @click="returnBtn" class="tuicBtn">-->
<!-- 解散家族-->
......
......@@ -101,6 +101,7 @@
},
submit: function () {
let data = this.form;
if(data.name&&data.wx&&data.mobile){
$.ajax({
url: '/index.php?g=Appapi&m=Family&a=add',
dataType: "json",
......@@ -124,6 +125,9 @@
layer.msg("审核信息提交错误!");
}
})
}else{
layer.msg("请完善信息");
}
}
},
watch: {
......
......@@ -23,8 +23,8 @@
<img @click="operation({$v['uid']}, '{$v['userinfo']['user_nicename']}')" class="listBd" src="__PUBLIC__/appapi/img/fanhui@2x.png"></img>
</div>
</volist>
</div>
<div style="width: 100%; height: 50px;"></div>
</div>
<!-- 退出按钮 nan@2x nv -->
<if condition="$familyinfo['role'] neq 1">
<!-- <div @click="returnBtn" class="tuicBtn">-->
......
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