platform-set.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. <style>
  2. .share_poster .uploadimage {
  3. width: 10pc;
  4. height: 15pc;
  5. }
  6. </style>
  7. <form onsubmit="return false;" data-auto="true" action="{:url('save')}" method="post" class='layui-form layui-card' autocomplete="off">
  8. <div class="layui-card-body padding-40">
  9. <div class="layui-form-item layui-row layui-col-space15">
  10. <label class="layui-col-xs3 relative">
  11. <span class="color-green margin-right-10">一级市场自动取消订单时间(分)</span><span class="nowrap color-desc">CancelTime</span>
  12. <input name="cancel_time" type="number" required placeholder="自动取消订单时间" value="{:sysconf('cancel_time')}" class="layui-input">
  13. <p class="help-block">用户下单后??分之后未支付自动取消(正整数)</p>
  14. </label>
  15. <label class="layui-col-xs3 relative">
  16. <span class="color-green margin-right-10">二级市场自动取消订单时间(分)</span><span class="nowrap color-desc">SecondaryCancelTime</span>
  17. <input name="secondary_cancel_time" type="number" required placeholder="自动取消订单时间" value="{:sysconf('secondary_cancel_time')}" class="layui-input">
  18. <p class="help-block">用户下单后??分之后未支付自动取消(正整数)</p>
  19. </label>
  20. </div>
  21. <!-- <label class="layui-form-item block relative">-->
  22. <!-- <span class="color-green margin-right-10">创世勋章提前抢购分钟(分)</span><span class="nowrap color-desc">AdvanceMinutes</span>-->
  23. <!-- <input name="advance_minutes" type="number" required placeholder="创世勋章提前抢购分钟" value="{:sysconf('advance_minutes')}" class="layui-input">-->
  24. <!-- <p class="help-block">创世勋章提前抢购分钟(正整数)</p>-->
  25. <!-- </label>-->
  26. <div class="layui-form-item layui-row layui-col-space15">
  27. <label class="layui-col-xs3 relative">
  28. <span class="color-green margin-right-10">购买藏品获得积分(购买一个藏品)</span><span class="nowrap color-desc">ByCollectionIntegral</span>
  29. <input name="by_collection_integral" type="number" required placeholder="购买藏品获得积分" value="{:sysconf('by_collection_integral')}" class="layui-input">
  30. <p class="help-block">购买藏品成功后获得积分(正整数)</p>
  31. </label>
  32. <label class="layui-col-xs3 relative">
  33. <span class="color-green margin-right-10">签到获得积分</span><span class="nowrap color-desc">SignIntegral</span>
  34. <input name="sign_integral" type="number" required placeholder="签到获得积分" value="{:sysconf('sign_integral')}" class="layui-input">
  35. <p class="help-block">签到获得积分(正整数)</p>
  36. </label>
  37. <label class="layui-col-xs3 relative">
  38. <span class="color-green margin-right-10">邀请好友获得积分</span><span class="nowrap color-desc">InviteFriendsIntegral</span>
  39. <input name="invite_friends_integral" type="number" required placeholder="邀请好友获得积分" value="{:sysconf('invite_friends_integral')}" class="layui-input">
  40. <p class="help-block">邀请好友获得积分(正整数)</p>
  41. </label>
  42. </div>
  43. <div class="layui-form-item layui-row layui-col-space15">
  44. <label class="layui-col-xs3 relative">
  45. <span class="color-green margin-right-10">盲盒免费次数</span><span class="nowrap color-desc">FreeLuckyNumber</span>
  46. <input name="free_lucky_number" type="number" required placeholder="次数" value="{:sysconf('free_lucky_number')}" class="layui-input">
  47. <p class="help-block">盲盒每日每人免费抽奖次数(正整数)</p>
  48. </label>
  49. <label class="layui-col-xs3 relative">
  50. <span class="color-green margin-right-10">盲盒充值价格</span><span class="nowrap color-desc">LuckyRechargePrice</span>
  51. <input name="lucky_recharge_price" required placeholder="价格" value="{:sysconf('lucky_recharge_price')}" class="layui-input">
  52. <p class="help-block">盲盒次数充值价格(金额)</p>
  53. </label>
  54. </div>
  55. <div class="layui-form-item layui-row layui-col-space15">
  56. <label class="layui-col-xs3 relative">
  57. <span class="color-green font-w7">提现最小金额 WithdrawMinPrice</span>
  58. <input name="withdraw_min_price" required placeholder="请输入提现最小金额" value="{:sysconf('withdraw_min_price')}" class="layui-input">
  59. <p class="help-block">提现最小金额</p>
  60. </label>
  61. <label class="layui-col-xs3 relative">
  62. <span class="color-green font-w7">提现最大金额 WithdrawMaxPrice</span>
  63. <input name="withdraw_max_price" required placeholder="请输入提现最大金额" value="{:sysconf('withdraw_max_price')}" class="layui-input">
  64. <p class="help-block">提现最大金额</p>
  65. </label>
  66. <label class="layui-col-xs3 relative">
  67. <span class="color-green font-w7">提现服务费百分比 PoundageProportion</span>
  68. <input name="poundage_proportion" required placeholder="请输入余额操作服务费百分比" value="{:sysconf('poundage_proportion')}" class="layui-input">
  69. <p class="help-block">余额提现服务费百分比</p>
  70. </label>
  71. </div>
  72. <div class="layui-form-item layui-row layui-col-space15">
  73. <label class="layui-col-xs3 relative">
  74. <span class="color-green font-w7">上架服务费百分比 ServiceFee</span>
  75. <input name="service_fee" required placeholder="请输入服务费百分比" value="{:sysconf('service_fee')}" class="layui-input">
  76. <p class="help-block">二级市场藏品上架出售服务费百分比</p>
  77. </label>
  78. <label class="layui-col-xs3 relative">
  79. <span class="color-green font-w7">上架版税百分比 Royalties</span>
  80. <input name="royalties" required placeholder="请输入版税百分比" value="{:sysconf('royalties')}" class="layui-input">
  81. <p class="help-block">二级市场藏品上架出售版税百分比</p>
  82. </label>
  83. <label class="layui-col-xs3 relative">
  84. <span class="color-green font-w7">提前购 AdvanceMinutes</span>
  85. <input name="advance_minutes" required placeholder="请输入提前购时间" value="{:sysconf('advance_minutes')}" class="layui-input">
  86. <p class="help-block">单位:分钟</p>
  87. </label>
  88. </div>
  89. <div class="layui-form-item layui-row layui-col-space15">
  90. <label class="layui-col-xs2 relative">
  91. <span class="color-green font-w7">二级市场商品出售开关<input checked type="radio" hidden readonly name="" value="" lay-ignore></span>
  92. <div>
  93. {if sysconf("secondary_sell_switch") eq 1}
  94. <input checked type="radio" name="secondary_sell_switch" value="1" title="开">
  95. <input type="radio" name="secondary_sell_switch" value="0" title="关">
  96. {else/}
  97. <input type="radio" name="secondary_sell_switch" value="1" title="开">
  98. <input checked type="radio" name="secondary_sell_switch" value="0" title="关">
  99. {/if}
  100. </div>
  101. </label>
  102. <label class="layui-col-xs2 relative">
  103. <span class="color-green font-w7">二级市场微信支付开关<input checked type="radio" hidden readonly name="" value="" lay-ignore></span>
  104. <div>
  105. {if sysconf("secondary_wx_switch") eq 1}
  106. <input checked type="radio" name="secondary_wx_switch" value="1" title="开">
  107. <input type="radio" name="secondary_wx_switch" value="0" title="关">
  108. {else/}
  109. <input type="radio" name="secondary_wx_switch" value="1" title="开">
  110. <input checked type="radio" name="secondary_wx_switch" value="0" title="关">
  111. {/if}
  112. </div>
  113. </label>
  114. <label class="layui-col-xs2 relative">
  115. <span class="color-green font-w7">二级市场支付宝支付开关<input checked type="radio" hidden readonly name="" value="" lay-ignore></span>
  116. <div>
  117. {if sysconf("secondary_zfb_switch") eq 1}
  118. <input checked type="radio" name="secondary_zfb_switch" value="1" title="开">
  119. <input type="radio" name="secondary_zfb_switch" value="0" title="关">
  120. {else/}
  121. <input type="radio" name="secondary_zfb_switch" value="1" title="开">
  122. <input checked type="radio" name="secondary_zfb_switch" value="0" title="关">
  123. {/if}
  124. </div>
  125. </label>
  126. <label class="layui-col-xs2 relative">
  127. <span class="color-green font-w7">二级市场杉德支付开关<input checked type="radio" hidden readonly name="" value="" lay-ignore></span>
  128. <div>
  129. {if sysconf("secondary_sd_switch") eq 1}
  130. <input checked type="radio" name="secondary_sd_switch" value="1" title="开">
  131. <input type="radio" name="secondary_sd_switch" value="0" title="关">
  132. {else/}
  133. <input type="radio" name="secondary_sd_switch" value="1" title="开">
  134. <input checked type="radio" name="secondary_sd_switch" value="0" title="关">
  135. {/if}
  136. </div>
  137. </label>
  138. <label class="layui-col-xs2 relative">
  139. <span class="color-green font-w7">提现开关<input checked type="radio" hidden readonly name="" value="" lay-ignore></span>
  140. <div>
  141. {if sysconf("withdraw_switch") eq 1}
  142. <input checked type="radio" name="withdraw_switch" value="1" title="开">
  143. <input type="radio" name="withdraw_switch" value="0" title="关">
  144. {else/}
  145. <input type="radio" name="withdraw_switch" value="1" title="开">
  146. <input checked type="radio" name="withdraw_switch" value="0" title="关">
  147. {/if}
  148. </div>
  149. </label>
  150. <label class="layui-col-xs2 relative">
  151. <span class="color-green font-w7">流通量开关<input checked type="radio" hidden readonly name="" value="" lay-ignore></span>
  152. <div>
  153. {if sysconf("turnover_switch") eq 1}
  154. <input checked type="radio" name="turnover_switch" value="1" title="开">
  155. <input type="radio" name="turnover_switch" value="0" title="关">
  156. {else/}
  157. <input type="radio" name="turnover_switch" value="1" title="开">
  158. <input checked type="radio" name="turnover_switch" value="0" title="关">
  159. {/if}
  160. </div>
  161. </label>
  162. </div>
  163. <label class="layui-form-item block relative">
  164. <span class="color-green margin-right-10">转赠说明</span><span class="nowrap color-desc">ExamplesIllustrate</span>
  165. <textarea placeholder="请输入转赠说明" required class="layui-textarea" name="examples_illustrate">{:sysconf('examples_illustrate')}</textarea>
  166. </label>
  167. <label class="layui-form-item block relative">
  168. <span class="color-green margin-right-10">寄售须知</span><span class="nowrap color-desc">SellIllustrate</span>
  169. <textarea placeholder="请输入寄售须知" required class="layui-textarea" name="sell_illustrate">{:sysconf('sell_illustrate')}</textarea>
  170. </label>
  171. <label class="layui-col-xs3 block relative">
  172. <span class="color-green margin-right-10">分销海报</span><span class="nowrap color-desc">SharePoster</span>
  173. <div class="layui-input-line share_poster">
  174. <input name="share_poster" type="hidden" value="{:sysconf('share_poster')}">
  175. </div>
  176. </label>
  177. <div class="layui-form-item text-center margin-top-20">
  178. <button class="layui-btn" type="submit">保存配置</button>
  179. </div>
  180. </div>
  181. </form>
  182. <script>
  183. layui.use('laydate', function(){
  184. var laydate = layui.laydate;
  185. //时间选择器
  186. laydate.render({
  187. elem: '#start_time_cost'
  188. ,type: 'time'
  189. });
  190. laydate.render({
  191. elem: '#end_time_cost'
  192. ,type: 'time'
  193. });
  194. })
  195. $('[name="share_poster"]').uploadOneImage();
  196. </script>