Commit b5a4553b authored by rlgy's avatar rlgy

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

parent 519cd438
...@@ -61,7 +61,8 @@ ...@@ -61,7 +61,8 @@
<div class="layui-input-block"> <div class="layui-input-block">
<select name="recommend"> <select name="recommend">
<option value="0"></option> <option value="0"></option>
<option value="1"></option> <option value="1">首页推荐</option>
<option value="2">次页推荐</option>
</select> </select>
</div> </div>
</div> </div>
......
...@@ -160,7 +160,9 @@ ...@@ -160,7 +160,9 @@
<script type="text/html" id="recommendTpl"> <script type="text/html" id="recommendTpl">
{{# if(d.recommend==0){ }} {{# if(d.recommend==0){ }}
{{# }else if(d.recommend==1){ }}
首页推荐
{{# }else{ }} {{# }else{ }}
次页推荐
{{# } }} {{# } }}
</script> </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