{if $ajax == "jointask_log"}
  1. 报名参加的任务数:{$user_info['take_num']}

  2. 入围次数:{$user_info['nominate_num']}

  3. 成功中标数:{$user_info['accepted_num']}

  4. 查看更多内容
{elseif $ajax == "jointask"}
    {if $task_arr} {loop $task_arr $v}
  1. ¥$v['task_cash']$v['task_title']
  2. {/loop} {else}
  3. 暂无
  4. {/if}
{elseif $ajax == "sale_log"}
  1. 卖出的服务:$sale_service

  2. 卖出的商品:$sale_good

  3. 查看更多内容
{elseif $ajax == "sale_info"}
    {if $service_arr} {loop $service_arr $v}
  1. ¥$v['price']/$v['unite_price']$v['title']
  2. {/loop} {else}
  3. 暂无
  4. {/if}
{/if}