actionSheet.js 538 B

12
  1. /*<TMODJS> <MD5:d8cb8c38738ca206654acf31bf533212>*/
  2. template("common/actionSheet",function(t,e){var a=this,n=a.$escape,s=t.message,i=a.$each,c=t.buttons,o=(t.button,t.i,"");return o+='<div class="box box-container box-align-end"> <div class="action-sheet-body"> <p class="action-sheet-message"> ',o+=n(s),o+=" </p> <div> ",i(c,function(t,e){o+=' <a href="javascript:;" class="btn btn-block btn-action-sheet ',o+=n(t["class"]),o+='" data-button-index="',o+=n(e),o+='">',o+=n(t.text),o+="</a> "}),o+=" </div> </div> </div>",new String(o)});