<script>
function sendMsg(obj) {
var item = {
dh: $('input[name="dh"]').val(),
type: 2
};
if (!item.dh) {
alert('没有填写手机号');
return;
}
$.post("__URL__/sendmsg", item, function (data) {
mui.toast(data);
alert(data);
settime(obj);
})
}
</script>
产品经理不是经理
相关分类