songxingwei 2 years ago
parent
commit
0aee10093a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      application/store/view/config/platform-set.html

+ 6 - 0
application/store/view/config/platform-set.html

@@ -14,6 +14,12 @@
                 <input name="secondary_cancel_time" type="number" required placeholder="自动取消订单时间" value="{:sysconf('secondary_cancel_time')}" class="layui-input">
                 <p class="help-block">用户下单后??分之后未支付自动取消(正整数)</p>
             </label>
+
+            <label class="layui-col-xs3 relative">
+                <span class="color-green margin-right-10">没人可撤单次数</span><span class="nowrap color-desc">SingleNumber</span>
+                <input name="single_number" type="number" required placeholder="自动取消订单时间" value="{:sysconf('single_number')}" class="layui-input">
+                <p class="help-block">二级市场用户每日可撤单次数(正整数)</p>
+            </label>
         </div>
 
 <!--        <label class="layui-form-item block relative">-->