c9d54da42ae3bc6b0017068610b8ef26.php 990 Bytes
<?php return function ($in, $debugopt = 1) {
    $cx = array(
        'flags' => array(
            'jstrue' => false,
            'jsobj' => false,
            'spvar' => true,
            'prop' => false,
            'method' => false,
            'mustlok' => true,
            'echo' => false,
            'debug' => $debugopt,
        ),
        'constants' => array(),
        'helpers' => array(),
        'blockhelpers' => array(),
        'hbhelpers' => array(),
        'partials' => array(),
        'scopes' => array(),
        'sp_vars' => array('root' => $in),
        'lcrun' => 'Plugin\LCRun3',

    );
    
    return '<div class="success-page passport-page yoho-page">
    <div class="success-icon">
    </div>
    <div class="success-tip">
        '.Plugin\LCRun3::v($cx, $in, array('successTip')).'
    </div>
    <a class="go" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('goUrl')), ENT_QUOTES, 'UTF-8').'">
        立即购物
    </a>
</div>
';
}
?>