event_input_time_result.inc 535 Bytes
<?php
/**
 *  活动列表-数据详情-时长录入完成
 * $Id: event_input_time_result.inc,v 1.12020/01/03 11:18:46  Exp $
 * @author lixq
 * @access public
 * @package manager.templates
 */


?>

<br />
时长录入完成!
<br />
<br />
<div id="result">
<el-button type="primary" @click="back()" class="edit_btn">返回</el-button>
</div>
<script type="text/javascript">
	new Vue({
	  el:'#result',
	  methods:{
  		back:function(){
  		  window.location.href='./event_detail_list.php?id=<?=$event_id?>';
  		}
	  }
	})
</script>