Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
xiaozhan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
xiaozhan
Commits
1b59c1e3
Commit
1b59c1e3
authored
Mar 11, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
846e85c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
admin/themes/simplebootx/Admin/Gift/edit.html
+2
-0
No files found.
admin/themes/simplebootx/Admin/Gift/edit.html
View file @
1b59c1e3
...
...
@@ -37,6 +37,7 @@
<label
class=
"radio inline"
for=
"mark_2"
><input
type=
"radio"
name=
"mark"
value=
"2"
id=
"mark_2"
<
if
condition=
"$gift['mark'] eq '2'"
>
checked
</if>
>守护
</label>
<label
class=
"radio inline"
for=
"mark_3"
><input
type=
"radio"
name=
"mark"
value=
"3"
id=
"mark_3"
<
if
condition=
"$gift['mark'] eq '3'"
>
checked
</if>
>幸运
</label>
<span
class=
"form-required"
>
*
</span>
<!--
<div id="tips" style="position: absolute;left: 300px;top: 0;<if condition="$gift['mark'] neq '3'">display:none;</if>">
<span style="color:#ff0000">幸运礼物说明</span><br>
1.用户送出去幸运礼物时,幸运礼物的价值将分成三份,分别为主播、奖池和平台,后台可以设置主播和奖池获得的比例,剩下的归属于平台,主播和奖池的比例不要超过100%【谨记】<br>
...
...
@@ -46,6 +47,7 @@
b)奖池说明:奖池分为三个阶段,后台可设置每个奖池的金额下限,直接当奖池里边的金额达到最低的金额限制时,奖池才会开启,当有用户中奖时,会赢走奖池内的所有奖金<br>
c)幸运礼物与奖池说明:后台可设置每个幸运礼物每个组数相对于奖池每个阶段的中奖概率【如:小黄瓜每组10个对于奖池1阶段的中奖概率为0.01%,】,建议设置:礼物价值越高中奖概率越高,每组数量越多中奖概率越大<br>
</div>
-->
</div>
</div>
<div
class=
"control-group"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment