mip-list 列表组件 JSONP 异步请求的接口是什么?

  • 时间:
  • 浏览:2553
  • 来源:MIP建站系统交流平台
<mip-list 
    template="mip-template-id"
    src="http://xxx?a=a&b=b"
    id="mip-list"
    has-more
    pnName="pageNum"
    pn=2
    timeout="3000"
    preLoad>
    <template type="mip-mustache" id="mip-template-id">
        <div>
            <li>{{key}}: {{value}}</li>
        </div>
    </template>
</mip-list>
<div on="tap:mip-list.more"> 点击查看更多 </div>

 JSONP 异步请求的接口 src=""这里接口是什么?

1个回答


这个是MIP组件,接口是需要用户自己开发的哦

您尚未登录,暂无法回复!请先 登录/注册