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
8f6f5bb2
Commit
8f6f5bb2
authored
Mar 02, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
efe9dea0
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
24 additions
and
24 deletions
+24
-24
admin/themes/simplebootx/Admin/Chargerules/add.html
+2
-2
admin/themes/simplebootx/Admin/Chargerules/edit.html
+2
-2
admin/themes/simplebootx/Admin/Chargerules/index.html
+2
-2
admin/themes/simplebootx/Admin/Config/index.html
+2
-2
admin/themes/simplebootx/Admin/Configprivate/index.html
+1
-1
admin/themes/simplebootx/Admin/Gather/index.html
+9
-9
admin/themes/simplebootx/Admin/Gift/add.html
+1
-1
admin/themes/simplebootx/Admin/Gift/edit.html
+1
-1
admin/themes/simplebootx/Admin/Zombie/index.html
+2
-2
admin/themes/simplebootx/User/index.html
+2
-2
No files found.
admin/themes/simplebootx/Admin/Chargerules/add.html
View file @
8f6f5bb2
...
...
@@ -16,7 +16,7 @@
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
萌豆
</label>
<label
class=
"control-label"
>
钻石
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"coin"
>
<span
class=
"form-required"
>
*
</span>
...
...
@@ -43,7 +43,7 @@
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
赠送
萌豆
</label>
<label
class=
"control-label"
>
赠送
钻石
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"give"
value=
"0"
>
<span
class=
"form-required"
>
*
</span>
...
...
admin/themes/simplebootx/Admin/Chargerules/edit.html
View file @
8f6f5bb2
...
...
@@ -17,7 +17,7 @@
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
萌豆
</label>
<label
class=
"control-label"
>
钻石
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"coin"
value=
"{$rules['coin']}"
>
<span
class=
"form-required"
>
*
</span>
...
...
@@ -44,7 +44,7 @@
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
赠送
萌豆
</label>
<label
class=
"control-label"
>
赠送
钻石
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"give"
value=
"{$rules['give']}"
>
<span
class=
"form-required"
>
*
</span>
...
...
admin/themes/simplebootx/Admin/Chargerules/index.html
View file @
8f6f5bb2
...
...
@@ -16,11 +16,11 @@
<th>
序号
</th>
<th
align=
"center"
>
ID
</th>
<th>
名称
</th>
<th>
萌豆
</th>
<th>
钻石
</th>
<th>
价格
</th>
<th>
苹果支付价格
</th>
<th>
苹果项目ID
</th>
<th>
赠送
萌豆
</th>
<th>
赠送
钻石
</th>
<th>
发布时间
</th>
<th
align=
"center"
>
{:L('ACTIONS')}
</th>
...
...
admin/themes/simplebootx/Admin/Config/index.html
View file @
8f6f5bb2
...
...
@@ -83,13 +83,13 @@ input{
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
萌豆
名称
</label>
<label
class=
"control-label"
>
钻石
名称
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[name_coin]"
value=
"{$config['name_coin']}"
>
用户充值得到的虚拟币名称
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
萌币
名称
</label>
<label
class=
"control-label"
>
钻石
名称
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[name_votes]"
value=
"{$config['name_votes']}"
>
主播获得的虚拟票名称
</div>
...
...
admin/themes/simplebootx/Admin/Configprivate/index.html
View file @
8f6f5bb2
...
...
@@ -684,7 +684,7 @@ input{
<div
class=
"control-group"
>
<label
class=
"control-label"
>
上庄限制
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[game_banker_limit]"
value=
"{$config['game_banker_limit']}"
>
上庄限制,上庄游戏 申请上庄的用户拥有的
萌豆
数的最低值
<input
type=
"text"
name=
"post[game_banker_limit]"
value=
"{$config['game_banker_limit']}"
>
上庄限制,上庄游戏 申请上庄的用户拥有的
钻石
数的最低值
</div>
</div>
<div
class=
"control-group"
>
...
...
admin/themes/simplebootx/Admin/Gather/index.html
View file @
8f6f5bb2
...
...
@@ -19,7 +19,7 @@
{$date}数据统计 (根据筛选条件统计)
<span
style=
"color:red;font-size: 17px;"
>
普客总充值:¥{$_total_charge}
普客刷礼(
萌豆
):{$total_coin}
普客刷礼(
钻石
):{$total_coin}
</span>
</div>
...
...
@@ -28,9 +28,9 @@
注册人数:{$my_total_reg}
充值金额:{$my_total_charge}
充值人数:{$my_total_charge_num}
自客自销(
萌豆
):{$mysolt1}
他客自销(
萌币
):{$mysolt3}
自客他销(
萌币
):{$mysolt2}
自客自销(
钻石
):{$mysolt1}
他客自销(
钻石
):{$mysolt3}
自客他销(
钻石
):{$mysolt2}
</div>
</if>
...
...
@@ -47,11 +47,11 @@
<th>
注册人数
</th>
<th>
充值金额
</th>
<th>
充值人数
</th>
<th>
守护金额(
萌币
)
</th>
<th>
商城消费(
萌币
)
</th>
<th>
自客自销(
萌币
)
</th>
<th>
他客自销(
萌币
)
</th>
<th>
自客他销(
萌币
)
</th>
<th>
守护金额(
钻石
)
</th>
<th>
商城消费(
钻石
)
</th>
<th>
自客自销(
钻石
)
</th>
<th>
他客自销(
钻石
)
</th>
<th>
自客他销(
钻石
)
</th>
</tr>
</thead>
<tbody>
...
...
admin/themes/simplebootx/Admin/Gift/add.html
View file @
8f6f5bb2
...
...
@@ -43,7 +43,7 @@
1.用户送出去幸运礼物时,幸运礼物的价值将分成三份,分别为主播、奖池和平台,后台可以设置主播和奖池获得的比例,剩下的归属于平台,主播和奖池的比例不要超过100%【谨记】
<br>
2.后台可设置某个礼物为幸运礼物
<br>
3.成为幸运礼物后,可设置幸运礼物的的中奖设置以及奖池设置,以下是幸运礼物和奖池说明
<br>
a)在中奖设置中可设置每个礼物每组每个倍数的中奖概率【如:小黄瓜 每组送10个中10倍的概率为 5%,小黄瓜 每组送100个中10倍的概率为
<br>
6%】,当用户中奖后,返还的奖励以当组礼物总价值为基数返还【如送了一组10个的,总价值为100,中了10倍,那么会获得1000
萌豆
】
<br>
a)在中奖设置中可设置每个礼物每组每个倍数的中奖概率【如:小黄瓜 每组送10个中10倍的概率为 5%,小黄瓜 每组送100个中10倍的概率为
<br>
6%】,当用户中奖后,返还的奖励以当组礼物总价值为基数返还【如送了一组10个的,总价值为100,中了10倍,那么会获得1000
钻石
】
<br>
b)奖池说明:奖池分为三个阶段,后台可设置每个奖池的金额下限,直接当奖池里边的金额达到最低的金额限制时,奖池才会开启,当有用户中奖时,会赢走奖池内的所有奖金
<br>
c)幸运礼物与奖池说明:后台可设置每个幸运礼物每个组数相对于奖池每个阶段的中奖概率【如:小黄瓜每组10个对于奖池1阶段的中奖概率为0.01%,】,建议设置:礼物价值越高中奖概率越高,每组数量越多中奖概率越大
<br>
</div>
...
...
admin/themes/simplebootx/Admin/Gift/edit.html
View file @
8f6f5bb2
...
...
@@ -42,7 +42,7 @@
1.用户送出去幸运礼物时,幸运礼物的价值将分成三份,分别为主播、奖池和平台,后台可以设置主播和奖池获得的比例,剩下的归属于平台,主播和奖池的比例不要超过100%【谨记】
<br>
2.后台可设置某个礼物为幸运礼物
<br>
3.成为幸运礼物后,可设置幸运礼物的的中奖设置以及奖池设置,以下是幸运礼物和奖池说明
<br>
a)在中奖设置中可设置每个礼物每组每个倍数的中奖概率【如:小黄瓜 每组送10个中10倍的概率为 5%,小黄瓜 每组送100个中10倍的概率为
<br>
6%】,当用户中奖后,返还的奖励以当组礼物总价值为基数返还【如送了一组10个的,总价值为100,中了10倍,那么会获得1000
萌豆
】
<br>
a)在中奖设置中可设置每个礼物每组每个倍数的中奖概率【如:小黄瓜 每组送10个中10倍的概率为 5%,小黄瓜 每组送100个中10倍的概率为
<br>
6%】,当用户中奖后,返还的奖励以当组礼物总价值为基数返还【如送了一组10个的,总价值为100,中了10倍,那么会获得1000
钻石
】
<br>
b)奖池说明:奖池分为三个阶段,后台可设置每个奖池的金额下限,直接当奖池里边的金额达到最低的金额限制时,奖池才会开启,当有用户中奖时,会赢走奖池内的所有奖金
<br>
c)幸运礼物与奖池说明:后台可设置每个幸运礼物每个组数相对于奖池每个阶段的中奖概率【如:小黄瓜每组10个对于奖池1阶段的中奖概率为0.01%,】,建议设置:礼物价值越高中奖概率越高,每组数量越多中奖概率越大
<br>
</div>
...
...
admin/themes/simplebootx/Admin/Zombie/index.html
View file @
8f6f5bb2
...
...
@@ -28,8 +28,8 @@
<!-- <th>{:L('EMAIL')}</th> -->
<th>
余额
</th>
<th>
累计消费
</th>
<th>
萌币
</th>
<th>
累计
萌币
</th>
<th>
钻石
</th>
<th>
累计
钻石
</th>
<th>
注册时间
</th>
<th
align=
"center"
>
{:L('ACTIONS')}
</th>
...
...
admin/themes/simplebootx/User/index.html
View file @
8f6f5bb2
...
...
@@ -80,8 +80,8 @@
<!-- <th>{:L('EMAIL')}</th> -->
<th>
余额
</th>
<th>
累计消费
</th>
<th>
萌币
</th>
<th>
累计
萌币
</th>
<th>
钻石
</th>
<th>
累计
钻石
</th>
<th>
邀请码
</th>
<th>
注册设备
</th>
<th>
{:L('REGISTRATION_TIME')}
</th>
...
...
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