';
html+='
'+ text +'';
html+='
';
var childSpan = ''
html+=childSpan;
html+='
'
html+='
';
return html;
}
//判断diy id 存在
function hasDiyId(){
var did = $("#diyId").val();
if(did){
$("#plate_input").remove();
app.init(null,null,did);
}else{
//获取瓶子列表
getBottle();
$("#plate_input").show();
}
}
//获取瓶子列表
function getBottle(){
sdzAjax.getBottle(function(res){
console.log(res.bottle_list);
var bottle_list = app.bottle_list = res.bottle_list;
var html= '