当前位置 博文首页 > 你是人间四月天:Uncaught TypeError: timeline is not a functi

    你是人间四月天:Uncaught TypeError: timeline is not a functi

    作者:[db:作者] 时间:2021-09-05 13:12

    在这里插入图片描述

    <a href='javascript:void(0)' onclick="timeline()" class='btn btn-timeline'> 查看明细</a> 
    function timeline(){
    	location.href='client/balance-list?user_id='+user_id+'&user_token='+user_token;
    }
    

    把方法名改为其他名称timeaxis()。

    cs