picker.js 433 B

1
  1. template("common/picker",'<header class="bar bar-nav"> <a class="icon icon-left-nav pull-left"></a> <h1 class="title"></h1> </header> <div class="content"> <div> <a href="javascript:void(0)" class="btn btn-primary btn-block pull-left home_action_button" id="placeOrder">预约上门洗澡</a> <a href="javascript:void(0)" class="btn btn-positive btn-block pull-right home_action_button" id="myOrder">我的预约</a> </div> </div>');