lvhao 4 周之前
父节点
当前提交
713591eadb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      template/erp/shop_edit.html

+ 1 - 1
template/erp/shop_edit.html

@@ -35,7 +35,7 @@
 <li>
 <li>
 <em>消息方式:</em>
 <em>消息方式:</em>
 <select name="notice" class="select class">
 <select name="notice" class="select class">
-{if $shop['type'] == 269 || $shop['type'] == 2297}
+{if $shop['type'] == 269 || $shop['type'] == 2297 || $shop['type'] == 2768}
 <option value="1">发送邮件</option>
 <option value="1">发送邮件</option>
 {else}
 {else}
 <option value="2">订单留言</option>
 <option value="2">订单留言</option>