Commit b5a4553b authored by rlgy's avatar rlgy

币种(三类:首页推介,次页推介,其他|不推荐)

parent 519cd438
......@@ -61,7 +61,8 @@
<div class="layui-input-block">
<select name="recommend">
<option value="0"></option>
<option value="1"></option>
<option value="1">首页推荐</option>
<option value="2">次页推荐</option>
</select>
</div>
</div>
......
......@@ -160,7 +160,9 @@
<script type="text/html" id="recommendTpl">
{{# if(d.recommend==0){ }}
{{# }else if(d.recommend==1){ }}
首页推荐
{{# }else{ }}
次页推荐
{{# } }}
</script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment