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
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
163 additions
and
172 deletions
+163
-172
admin/themes/simplebootx/Admin/Chargerules/add.html
+3
-4
admin/themes/simplebootx/Admin/Chargerules/edit.html
+3
-4
admin/themes/simplebootx/Admin/Chargerules/index.html
+4
-5
admin/themes/simplebootx/Admin/Config/index.html
+66
-67
admin/themes/simplebootx/Admin/Configprivate/index.html
+1
-1
admin/themes/simplebootx/Admin/Gather/index.html
+15
-16
admin/themes/simplebootx/Admin/Gift/add.html
+9
-10
admin/themes/simplebootx/Admin/Gift/edit.html
+8
-9
admin/themes/simplebootx/Admin/Zombie/index.html
+8
-9
admin/themes/simplebootx/User/index.html
+46
-47
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>
...
...
@@ -66,4 +66,4 @@
</div>
<script
src=
"__PUBLIC__/js/common.js"
></script>
</body>
</html>
\ No newline at end of file
</html>
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>
...
...
@@ -67,4 +67,4 @@
</div>
<script
src=
"__PUBLIC__/js/common.js"
></script>
</body>
</html>
\ No newline at end of file
</html>
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>
...
...
@@ -39,7 +39,7 @@
<td>
{$vo['give']}
</td>
<td>
{$vo.addtime|date="Y-m-d H:i:s",###}
</td>
<td
align=
"center"
>
<td
align=
"center"
>
<a
href=
"{:U('Chargerules/edit',array('id'=>$vo['id']))}"
>
编辑
</a>
<a
href=
"{:U('Chargerules/del',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要删除吗?"
>
删除
</a>
</td>
...
...
@@ -55,4 +55,4 @@
</div>
<script
src=
"__PUBLIC__/js/common.js"
></script>
</body>
</html>
\ No newline at end of file
</html>
admin/themes/simplebootx/Admin/Config/index.html
View file @
8f6f5bb2
...
...
@@ -44,7 +44,7 @@ input{
<li><a>
直播管理
</a></li>
<li><a>
美颜/萌颜
</a></li>
</ul>
<form
method=
"post"
class=
"form-horizontal js-ajax-form"
action=
"{:U('Config/set_post')}"
>
<div
class=
"js-tabs-content"
>
<!-- 网站信息 -->
...
...
@@ -52,7 +52,7 @@ input{
<fieldset>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
网站维护
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<label
class=
"radio inline"
><input
type=
"radio"
value=
"0"
name=
"post[maintain_switch]"
<
eq
name=
"config['maintain_switch']"
value=
"0"
>
checked="checked"
</eq>
>关闭
</label>
<label
class=
"radio inline"
><input
type=
"radio"
value=
"1"
name=
"post[maintain_switch]"
<
eq
name=
"config['maintain_switch']"
value=
"1"
>
checked="checked"
</eq>
>开启
</label>
<label
class=
"checkbox inline"
>
网站维护开启后,无法开启直播,进入直播间
</label>
...
...
@@ -60,50 +60,50 @@ input{
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
维护提示
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<textarea
name=
"post[maintain_tips]"
>
{$config['maintain_tips']}
</textarea>
维护提示信息(200字以内)
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
网站标题
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[sitename]"
value=
"{$config['sitename']}"
>
网站标题
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
网站域名
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[site]"
value=
"{$config['site']}"
>
网站域名,http:// 开头 尾部不带 /
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
版权信息
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<textarea
name=
"post[copyright]"
>
{$config['copyright']}
</textarea>
版权信息(200字以内)
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
萌豆
名称
</label>
<div
class=
"controls"
>
<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>
<div
class=
"controls"
>
<label
class=
"control-label"
>
钻石
名称
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[name_votes]"
value=
"{$config['name_votes']}"
>
主播获得的虚拟票名称
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
公司电话
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[mobile]"
value=
"{$config['mobile']}"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[mobile]"
value=
"{$config['mobile']}"
>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
公司地址
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[address]"
value=
"{$config['address']}"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[address]"
value=
"{$config['address']}"
>
</div>
</div>
<div
class=
"control-group"
>
...
...
@@ -120,7 +120,7 @@ input{
</a>
<input
type=
"button"
class=
"btn btn-small"
onclick=
"$('#thumb1_preview').attr('src','__TMPL__Public/assets/images/default-thumbnail.png');$('#thumb1').val('');return false;"
value=
"取消图片"
>
</div>
</div>
</div>
<div
class=
"control-group"
>
...
...
@@ -137,7 +137,7 @@ input{
</a>
<input
type=
"button"
class=
"btn btn-small"
onclick=
"$('#thumb2_preview').attr('src','__TMPL__Public/assets/images/default-thumbnail.png');$('#thumb2').val('');return false;"
value=
"取消图片"
>
</div>
</div>
</div>
...
...
@@ -155,7 +155,7 @@ input{
</a>
<input
type=
"button"
class=
"btn btn-small"
onclick=
"$('#thumb3_preview').attr('src','__TMPL__Public/assets/images/default-thumbnail.png');$('#thumb3').val('');return false;"
value=
"取消图片"
>
</div>
</div>
</div>
<div
class=
"control-group"
>
...
...
@@ -172,26 +172,26 @@ input{
</a>
<input
type=
"button"
class=
"btn btn-small"
onclick=
"$('#thumb4_preview').attr('src','__TMPL__Public/assets/images/default-thumbnail.png');$('#thumb4').val('');return false;"
value=
"取消图片"
>
</div>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
官微A标题
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[sina_title]"
value=
"{$config['sina_title']}"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[sina_title]"
value=
"{$config['sina_title']}"
>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
官微A描述
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[sina_desc]"
value=
"{$config['sina_desc']}"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[sina_desc]"
value=
"{$config['sina_desc']}"
>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
官微A链接
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[sina_url]"
value=
"{$config['sina_url']}"
>
以http://或https://开头
</div>
</div>
...
...
@@ -210,29 +210,29 @@ input{
</a>
<input
type=
"button"
class=
"btn btn-small"
onclick=
"$('#thumb5_preview').attr('src','__TMPL__Public/assets/images/default-thumbnail.png');$('#thumb5').val('');return false;"
value=
"取消图片"
>
</div>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
官微B标题
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[qq_title]"
value=
"{$config['qq_title']}"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[qq_title]"
value=
"{$config['qq_title']}"
>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
官微B描述
</label>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[qq_desc]"
value=
"{$config['qq_desc']}"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[qq_desc]"
value=
"{$config['qq_desc']}"
>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
官微B链接
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[qq_url]"
value=
"{$config['qq_url']}"
>
以http://或https://开头
</div>
</div>
</fieldset>
</div>
<!-- 登录开关 -->
...
...
@@ -240,7 +240,7 @@ input{
<fieldset>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
登录方式
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<php>
$qq='qq';
$wx='wx';
...
...
@@ -258,7 +258,7 @@ input{
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
分享方式
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<php>
$share_qq='qq';
$share_qzone='qzone';
...
...
@@ -285,43 +285,43 @@ input{
<fieldset>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
APK版本号
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[apk_ver]"
value=
"{$config['apk_ver']}"
>
安卓APP最新的版本号,请勿随意修改
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
APK下载链接
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[apk_url]"
value=
"{$config['apk_url']}"
>
安卓最新版APK下载链接
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
APk更新说明
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<textarea
name=
"post[apk_des]"
>
{$config['apk_des']}
</textarea>
APk更新说明(200字以内)
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
IPA版本号
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[ipa_ver]"
value=
"{$config['ipa_ver']}"
>
IOS APP最新的版本号,请勿随意修改
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
IPA上架版本号
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[ios_shelves]"
value=
"{$config['ios_shelves']}"
>
IOS上架审核中版本的版本号(用于上架期间隐藏上架版本部分功能,不要和IPA版本号相同)
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
IPA下载链接
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[ipa_url]"
value=
"{$config['ipa_url']}"
>
IOS最新版IPA下载链接
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
IPA更新说明
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<textarea
name=
"post[ipa_des]"
>
{$config['ipa_des']}
</textarea>
IPA更新说明(200字以内)
</div>
</div>
...
...
@@ -342,7 +342,7 @@ input{
<span
class=
"form-required"
>
二维码生成链接:{$config['site']}/index.php?g=Portal
&
m=index
&
a=scanqr
</span>
</div>
</div>
</fieldset>
</div>
<!-- 分享设置 -->
...
...
@@ -350,44 +350,44 @@ input{
<fieldset>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
微信推广域名
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[wx_siteurl]"
value=
"{$config['wx_siteurl']}"
>
http:// 开头 参数值为用户ID
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
直播分享标题
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[share_title]"
value=
"{$config['share_title']}"
>
直播分享标题
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
直播分享话术
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[share_des]"
value=
"{$config['share_des']}"
>
直播分享话术
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
AndroidAPP下载链接
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[app_android]"
value=
"{$config['app_android']}"
>
分享用Android APP 下载链接
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
IOSAPP下载链接
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[app_ios]"
value=
"{$config['app_ios']}"
>
分享用IOS APP 下载链接
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
短视频分享标题
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[video_share_title]"
value=
"{$config['video_share_title']}"
>
短视频分享标题
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
短视频分享话术
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[video_share_des]"
value=
"{$config['video_share_des']}"
>
短视频分享话术
</div>
</div>
...
...
@@ -398,31 +398,31 @@ input{
<fieldset>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
推流分辨率宽度
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[live_width]"
value=
"{$config['live_width']}"
>
PC主播端flash分辨路宽度
</div>
</div><div
class=
"control-group"
>
<label
class=
"control-label"
>
推流分辨率高度
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[live_height]"
value=
"{$config['live_height']}"
>
PC主播端flash分辨路高度
</div>
</div><div
class=
"control-group"
>
<label
class=
"control-label"
>
关键帧
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[keyframe]"
value=
"{$config['keyframe']}"
>
PC主播端flash关键帧(推荐15-30)
</div>
</div><div
class=
"control-group"
>
<label
class=
"control-label"
>
fps帧数
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[fps]"
value=
"{$config['fps']}"
>
PC主播端flash FPS帧数(推荐30)
</div>
</div><div
class=
"control-group"
>
<label
class=
"control-label"
>
品质
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[quality]"
value=
"{$config['quality']}"
>
PC主播端flash 画面品质(推荐90-100)
</div>
</div>
</fieldset>
</div>
<!-- 直播管理 -->
...
...
@@ -430,7 +430,7 @@ input{
<fieldset>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
房间类型
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<php>
$type_0='0;普通房间';
$type_1='1;密码房间';
...
...
@@ -446,11 +446,11 @@ input{
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
计时直播收费
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[live_time_coin]"
value=
"{$config['live_time_coin']}"
>
计时直播收费,价格梯度用 , 分割 例:1,2,3
</div>
</div>
</fieldset>
</div>
<!-- 美颜/萌颜 -->
...
...
@@ -458,47 +458,47 @@ input{
<fieldset>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
萌颜授权码
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[sprout_key]"
value=
"{$config['sprout_key']}"
>
留空 表示使用默认美颜
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
美白默认值
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[sprout_white]"
value=
"{$config['sprout_white']}"
>
0-100 整数
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
磨皮默认值
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[sprout_skin]"
value=
"{$config['sprout_skin']}"
>
0-100 整数
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
饱和默认值
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[sprout_saturated]"
value=
"{$config['sprout_saturated']}"
>
0-100 整数
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
粉嫩默认值
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[sprout_pink]"
value=
"{$config['sprout_pink']}"
>
0-100 整数
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
大眼默认值
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[sprout_eye]"
value=
"{$config['sprout_eye']}"
>
0-100 整数
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
瘦脸默认值
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"post[sprout_face]"
value=
"{$config['sprout_face']}"
>
0-100 整数
</div>
</div>
</fieldset>
</div>
</div>
...
...
@@ -510,4 +510,4 @@ input{
<script
src=
"__PUBLIC__/js/common.js"
></script>
<script
type=
"text/javascript"
src=
"__PUBLIC__/js/content_addtop.js"
></script>
</body>
</html>
\ No newline at end of file
</html>
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
...
...
@@ -9,7 +9,7 @@
</if>
</ul>
<form
class=
"well form-search"
method=
"post"
action=
"{:U('Gather/index')}"
>
代理、推广员、主播:
代理、推广员、主播:
<input
type=
"text"
name=
"keyword"
style=
"width: 200px;"
value=
"{$formget.keyword}"
placeholder=
"请输入用户名、昵称..."
>
时间段:
<input
type=
"text"
name=
"start_time"
class=
"js-date date"
id=
"start_time"
value=
"{$formget.start_time}"
style=
"width: 80px;"
autocomplete=
"off"
>
-
...
...
@@ -19,23 +19,23 @@
{$date}数据统计 (根据筛选条件统计)
<span
style=
"color:red;font-size: 17px;"
>
普客总充值:¥{$_total_charge}
普客刷礼(
萌豆
):{$total_coin}
普客刷礼(
钻石
):{$total_coin}
</span>
</div>
</div>
<if
condition=
"$my eq 1"
>
<div
style=
"margin-top:10px"
>
注册人数:{$my_total_reg}
充值金额:{$my_total_charge}
充值人数:{$my_total_charge_num}
自客自销(
萌豆
):{$mysolt1}
他客自销(
萌币
):{$mysolt3}
自客他销(
萌币
):{$mysolt2}
自客自销(
钻石
):{$mysolt1}
他客自销(
钻石
):{$mysolt3}
自客他销(
钻石
):{$mysolt2}
</div>
</if>
</form>
</form>
<table
class=
"table table-hover table-bordered"
>
<thead>
<tr>
...
...
@@ -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>
...
...
@@ -81,4 +81,4 @@
</div>
<script
src=
"__PUBLIC__/js/common.js"
></script>
</body>
</html>
\ No newline at end of file
</html>
admin/themes/simplebootx/Admin/Gift/add.html
View file @
8f6f5bb2
...
...
@@ -15,8 +15,8 @@
<option
value=
"0"
>
默认分类
</option>
<volist
name=
"gift_sort"
id=
"vo"
>
<option
value=
"{$key}"
>
{$vo}
</option>
</volist>
</volist>
</select>
<span
class=
"form-required"
>
*
</span>
</div>
...
...
@@ -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>
...
...
@@ -70,7 +70,7 @@
<span
class=
"form-required"
>
*
</span>
</div>
</div>
<div
class=
"control-group"
style=
"display:none;"
>
<div
class=
"control-group"
style=
"display:none;"
>
<label
class=
"control-label"
>
小图
</label>
<div
class=
"controls"
>
<input
type=
"hidden"
name=
"gifticon_mini"
id=
"thumb1"
value=
""
>
...
...
@@ -108,11 +108,11 @@
<a
href=
"javascript:void(0);"
onclick=
"flashupload('thumb_images', '附件上传','thumb3',thumb_images,'1,gif,1,,,1','','','');return false;"
id=
"swftype_bd_0"
>
<img
src=
"__TMPL__Public/assets/images/default-thumbnail.png"
id=
"thumb3_preview"
width=
"135"
style=
"cursor: hand"
/>
</a>
<a
href=
"javascript:void(0);"
id=
"swftype_bd_1"
style=
"display:none"
>
<input
type=
"file"
name=
"file"
>
</a>
<input
type=
"button"
class=
"btn btn-small"
onclick=
"$('#thumb3_preview').attr('src','__TMPL__Public/assets/images/default-thumbnail.png');$('#thumb3').val('');return false;"
value=
"取消图片"
>
<span
class=
"form-required"
></span>
</div>
...
...
@@ -141,7 +141,7 @@
b
.
siblings
().
hide
();
b
.
show
();
})
$
(
"#type label.radio"
).
on
(
'click'
,
function
(){
var
v
=
$
(
"input"
,
this
).
val
();
if
(
v
==
0
){
...
...
@@ -154,7 +154,7 @@
$
(
"#mark_3"
).
attr
(
'disabled'
,
'disabled'
);
}
})
$
(
"#mark label.radio"
).
on
(
'change'
,
function
(){
var
v
=
$
(
"input"
,
this
).
val
();
if
(
v
==
3
){
...
...
@@ -166,4 +166,4 @@
})()
</script>
</body>
</html>
\ No newline at end of file
</html>
admin/themes/simplebootx/Admin/Gift/edit.html
View file @
8f6f5bb2
...
...
@@ -16,7 +16,7 @@
<option
value=
"0"
>
默认分类
</option>
<volist
name=
"gift_sort"
id=
"vo"
>
<option
value=
"{$key}"
<
if
condition=
"$gift['sid'] eq '$key'"
>
selected
</if>
>{$vo}
</option>
</volist>
</volist>
</select>
<span
class=
"form-required"
>
*
</span>
</div>
...
...
@@ -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>
...
...
@@ -111,7 +111,7 @@
<label
class=
"control-label"
>
动画图片
</label>
<div
class=
"controls"
>
<input
type=
"hidden"
name=
"swf"
id=
"thumb3"
value=
"{$gift['swf']}"
>
<a
class=
"swftype_bd"
href=
"javascript:void(0);"
onclick=
"flashupload('thumb_images', '附件上传','thumb3',thumb_images,'1,gif,1,,,1','','','');return false;"
id=
"swftype_bd_0"
<
if
condition=
"$gift['swftype'] eq '1'"
>
style="display:none;"
</if>
>
<if
condition=
"$gift['swf'] neq '' && $gift['swftype'] eq '0'"
>
<img
src=
"{$gift['swf']}"
id=
"thumb3_preview"
width=
"135"
style=
"cursor: hand"
/>
...
...
@@ -122,7 +122,7 @@
<a
class=
"swftype_bd"
href=
"javascript:void(0);"
id=
"swftype_bd_1"
<
if
condition=
"$gift['swftype'] eq '0'"
>
style="display:none;"
</if>
>
<input
type=
"text"
value=
"{$gift['swf']}"
style=
"width:500px;"
>
<input
type=
"file"
name=
"file"
>
</a>
<input
type=
"button"
class=
"btn btn-small"
onclick=
"$('#thumb3_preview').attr('src','__TMPL__Public/assets/images/default-thumbnail.png');$('#thumb3').val('');return false;"
value=
"取消图片"
>
<span
class=
"form-required"
></span>
</div>
...
...
@@ -151,7 +151,7 @@
b
.
siblings
(
".swftype_bd"
).
hide
();
b
.
show
();
})
$
(
"#type label.radio"
).
on
(
'click'
,
function
(){
var
v
=
$
(
"input"
,
this
).
val
();
if
(
v
==
0
){
...
...
@@ -164,7 +164,7 @@
$
(
"#mark_3"
).
attr
(
'disabled'
,
'disabled'
);
}
})
$
(
"#mark label.radio"
).
on
(
'change'
,
function
(){
var
v
=
$
(
"input"
,
this
).
val
();
if
(
v
==
3
){
...
...
@@ -173,8 +173,8 @@
$
(
"#tips"
).
hide
();
}
})
})()
</script>
</body>
</html>
\ No newline at end of file
</html>
admin/themes/simplebootx/Admin/Zombie/index.html
View file @
8f6f5bb2
...
...
@@ -7,14 +7,14 @@
<li
><a
href=
"{:U('Zombie/add')}"
>
新增僵尸粉
</a></li>
</ul>
<form
class=
"well form-search"
method=
"post"
action=
"{:U('Zombie/index')}"
>
注册时间:
<input
type=
"text"
name=
"start_time"
class=
"js-date date"
value=
"{$formget.start_time}"
style=
"width: 80px;"
autocomplete=
"off"
>
-
<input
type=
"text"
class=
"js-date date"
name=
"end_time"
value=
"{$formget.end_time}"
style=
"width: 80px;"
autocomplete=
"off"
>
关键字:
关键字:
<input
type=
"text"
name=
"keyword"
style=
"width: 200px;"
value=
"{$formget.keyword}"
placeholder=
"请输入会员id、用户名或者昵称..."
>
<input
type=
"submit"
class=
"btn btn-primary"
value=
"搜索"
>
</form>
</form>
<form
method=
"post"
class=
"js-ajax-form"
>
<table
class=
"table table-hover table-bordered"
>
...
...
@@ -28,10 +28,10 @@
<!-- <th>{:L('EMAIL')}</th> -->
<th>
余额
</th>
<th>
累计消费
</th>
<th>
萌币
</th>
<th>
累计
萌币
</th>
<th>
钻石
</th>
<th>
累计
钻石
</th>
<th>
注册时间
</th>
<th
align=
"center"
>
{:L('ACTIONS')}
</th>
</tr>
</thead>
...
...
@@ -51,7 +51,7 @@
<td>
{$vo.create_time}
</td>
<td
align=
"center"
>
<a
href=
"{:U('Zombie/edit',array('id'=>$vo['id']))}"
>
编辑
</a>
|
<a
href=
"{:U('Zombie/edit',array('id'=>$vo['id']))}"
>
编辑
</a>
|
<a
href=
"{:U('Zombie/del',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要删除此用户吗?"
>
删除
</a>
</td>
</tr>
...
...
@@ -63,4 +63,4 @@
</div>
<script
src=
"__PUBLIC__/js/common.js"
></script>
</body>
</html>
\ No newline at end of file
</html>
admin/themes/simplebootx/User/index.html
View file @
8f6f5bb2
...
...
@@ -7,38 +7,38 @@
<li
><a
href=
"{:U('indexadmin/add')}"
>
新增会员
</a></li>
</ul>
<form
class=
"well form-search"
method=
"post"
action=
"{:U('indexadmin/index')}"
>
僵尸粉开关:
僵尸粉开关:
<select
class=
"select_2"
name=
"iszombie"
>
<option
value=
""
>
全部
</option>
<option
value=
"1"
<
if
condition=
"$formget.iszombie eq '1'"
>
selected
</if>
>开启
</option>
<option
value=
"0"
<
if
condition=
"$formget.iszombie eq '0'"
>
selected
</if>
>关闭
</option>
<option
value=
"0"
<
if
condition=
"$formget.iszombie eq '0'"
>
selected
</if>
>关闭
</option>
</select>
僵尸粉:
僵尸粉:
<select
class=
"select_2"
name=
"iszombiep"
>
<option
value=
""
>
全部
</option>
<option
value=
"1"
<
if
condition=
"$formget.iszombiep eq '1'"
>
selected
</if>
>是
</option>
<option
value=
"0"
<
if
condition=
"$formget.iszombiep eq '0'"
>
selected
</if>
>否
</option>
</select>
禁用:
</select>
禁用:
<select
class=
"select_2"
name=
"isban"
>
<option
value=
""
>
全部
</option>
<option
value=
"0"
<
if
condition=
"$formget.isban eq '0'"
>
selected
</if>
>是
</option>
<option
value=
"1"
<
if
condition=
"$formget.isban eq '1'"
>
selected
</if>
>否
</option>
</select>
热门:
</select>
热门:
<select
class=
"select_2"
name=
"ishot"
>
<option
value=
""
>
全部
</option>
<option
value=
"1"
<
if
condition=
"$formget.ishot eq '1'"
>
selected
</if>
>是
</option>
<option
value=
"0"
<
if
condition=
"$formget.ishot eq '0'"
>
selected
</if>
>否
</option>
</select>
超管:
</select>
超管:
<select
class=
"select_2"
name=
"issuper"
>
<option
value=
""
>
全部
</option>
<option
value=
"1"
<
if
condition=
"$formget.issuper eq '1'"
>
selected
</if>
>是
</option>
<option
value=
"0"
<
if
condition=
"$formget.issuper eq '0'"
>
selected
</if>
>否
</option>
</select>
<br>
设备来源:
<br>
设备来源:
<select
class=
"select_2"
name=
"source"
>
<option
value=
""
>
全部
</option>
<option
value=
"pc"
<
if
condition=
"$formget.source eq 'pc'"
>
selected
</if>
>PC
</option>
...
...
@@ -48,7 +48,7 @@
注册时间:
<input
type=
"text"
name=
"start_time"
class=
"js-date date"
value=
"{$formget.start_time}"
style=
"width: 80px;"
autocomplete=
"off"
>
-
<input
type=
"text"
class=
"js-date date"
name=
"end_time"
value=
"{$formget.end_time}"
style=
"width: 80px;"
autocomplete=
"off"
>
关键字:
关键字:
<input
type=
"text"
name=
"keyword"
style=
"width: 200px;"
value=
"{$formget.keyword}"
placeholder=
"请输入会员id、用户名或者昵称..."
>
<input
type=
"submit"
class=
"btn btn-primary"
value=
"搜索"
>
<div>
...
...
@@ -56,12 +56,12 @@
会员数量: {$count}
</div>
</form>
<form
method=
"post"
class=
"js-ajax-form"
>
<div
class=
"table-actions"
>
<button
class=
"btn btn-primary btn-small js-ajax-submit"
type=
"submit"
data-action=
"{:U('indexadmin/zombiepbatch',array('iszombiep'=>'1'))}"
data-subcheck=
"true"
>
批量设置为僵尸粉
</button>
<button
class=
"btn btn-primary btn-small js-ajax-submit"
type=
"submit"
data-action=
"{:U('indexadmin/zombiepbatch',array('iszombiep'=>'0'))}"
data-subcheck=
"true"
>
批量取消僵尸粉
</button>
<button
class=
"btn btn-primary btn-small js-ajax-submit"
type=
"submit"
data-action=
"{:U('indexadmin/zombieall',array('iszombie'=>'1'))}"
>
一键开启僵尸粉
</button>
<button
class=
"btn btn-primary btn-small js-ajax-submit"
type=
"submit"
data-action=
"{:U('indexadmin/zombieall',array('iszombie'=>'0'))}"
>
一键关闭僵尸粉
</button>
<!-- <button class="btn btn-primary btn-small js-ajax-submit" type="submit" data-action="{:U('indexadmin/recordall',array('isrecord'=>'1'))}" >一键开启录播</button>
...
...
@@ -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>
...
...
@@ -119,40 +119,40 @@
<a
style=
"cursor:pointer;"
data-target=
"#identifier"
data-toggle=
"modal"
onclick =
"setValue('{$vo.rg_multiple}','{$vo.id}')"
>
充值
</a>
|
<if
condition=
"$vo.user_status eq '1'"
>
<a
href=
"{:U('indexadmin/ban',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"{:L('BLOCK_USER_CONFIRM_MESSAGE')}"
>
禁用
</a>
|
<else/>
<a
href=
"{:U('indexadmin/cancelban',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"{:L('ACTIVATE_USER_CONFIRM_MESSAGE')}"
>
{:L('ACTIVATE_USER')}
</a>
|
</if>
<else/>
<a
href=
"{:U('indexadmin/cancelban',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"{:L('ACTIVATE_USER_CONFIRM_MESSAGE')}"
>
{:L('ACTIVATE_USER')}
</a>
|
</if>
<if
condition=
"$vo.issuper eq '1'"
>
<a
href=
"{:U('indexadmin/cancelsuper',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要取消超管吗?"
>
取消超管
</a>
|
<else/>
<a
href=
"{:U('indexadmin/super',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要设置超管吗?"
>
设置超管
</a>
|
<a
href=
"{:U('indexadmin/cancelsuper',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要取消超管吗?"
>
取消超管
</a>
|
<else/>
<a
href=
"{:U('indexadmin/super',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要设置超管吗?"
>
设置超管
</a>
|
</if>
<if
condition=
"$vo.ishot eq '1'"
>
<a
href=
"{:U('indexadmin/cancelhot',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要取消热门吗?"
>
取消热门
</a>
|
<else/>
<a
href=
"{:U('indexadmin/hot',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要设置热门吗?"
>
热门
</a>
|
</if>
<a
href=
"{:U('indexadmin/cancelhot',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要取消热门吗?"
>
取消热门
</a>
|
<else/>
<a
href=
"{:U('indexadmin/hot',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要设置热门吗?"
>
热门
</a>
|
</if>
<if
condition=
"$vo.isrecommend eq '1'"
>
<a
href=
"{:U('indexadmin/cancelrecommend',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要取消推荐吗?"
>
取消推荐
</a>
|
<else/>
<a
href=
"{:U('indexadmin/recommend',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要推荐此用户吗?"
>
推荐
</a>
|
</if>
<a
href=
"{:U('indexadmin/cancelrecommend',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要取消推荐吗?"
>
取消推荐
</a>
|
<else/>
<a
href=
"{:U('indexadmin/recommend',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要推荐此用户吗?"
>
推荐
</a>
|
</if>
<if
condition=
"$vo.iszombie eq '1'"
>
<a
href=
"{:U('indexadmin/cancelzombie',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要关闭僵尸粉吗?"
>
关闭僵尸粉
</a>
|
<else/>
<a
href=
"{:U('indexadmin/zombie',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要开启僵尸粉吗?"
>
开启僵尸粉
</a>
|
</if>
<a
href=
"{:U('indexadmin/cancelzombie',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要关闭僵尸粉吗?"
>
关闭僵尸粉
</a>
|
<else/>
<a
href=
"{:U('indexadmin/zombie',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要开启僵尸粉吗?"
>
开启僵尸粉
</a>
|
</if>
<if
condition=
"$vo.iszombiep eq '1'"
>
<a
href=
"{:U('indexadmin/cancelzombiep',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要取消设置僵尸粉吗?"
>
取消设置僵尸粉
</a>
|
<else/>
<a
href=
"{:U('indexadmin/zombiep',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要设置为僵尸粉吗?"
>
设置为僵尸粉
</a>
|
</if>
<a
href=
"{:U('indexadmin/cancelzombiep',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要取消设置僵尸粉吗?"
>
取消设置僵尸粉
</a>
|
<else/>
<a
href=
"{:U('indexadmin/zombiep',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要设置为僵尸粉吗?"
>
设置为僵尸粉
</a>
|
</if>
<!-- <if condition="$vo.isrecord eq '1'">
<a href="{:U('indexadmin/cancelrecord',array('id'=>$vo['id']))}" class="js-ajax-dialog-btn" data-msg="您确定要关闭录播吗?">关闭录播</a> |
<else/>
<a href="{:U('indexadmin/record',array('id'=>$vo['id']))}" class="js-ajax-dialog-btn" data-msg="您确定要开启录播吗?">开启录播</a> |
</if> -->
<a
href=
"{:U('indexadmin/edit',array('id'=>$vo['id']))}"
>
编辑
</a>
|
<a href="{:U('indexadmin/cancelrecord',array('id'=>$vo['id']))}" class="js-ajax-dialog-btn" data-msg="您确定要关闭录播吗?">关闭录播</a> |
<else/>
<a href="{:U('indexadmin/record',array('id'=>$vo['id']))}" class="js-ajax-dialog-btn" data-msg="您确定要开启录播吗?">开启录播</a> |
</if> -->
<a
href=
"{:U('indexadmin/edit',array('id'=>$vo['id']))}"
>
编辑
</a>
|
<a
href=
"{:U('indexadmin/del',array('id'=>$vo['id']))}"
class=
"js-ajax-dialog-btn"
data-msg=
"您确定要删除此用户吗?"
>
删除
</a>
</td>
</tr>
...
...
@@ -172,8 +172,8 @@
<h4
class=
"modal-title"
id=
"myModalLabel"
>
修改倍数
</h4>
</div>
<div
class=
"modal-body"
>
<div
class=
"controls"
>
<input
type=
"text"
name=
"rg_multiple"
value=
""
>
倍
<div
class=
"controls"
>
<input
type=
"text"
name=
"rg_multiple"
value=
""
>
倍
<input
type=
"hidden"
name=
"user_id"
value=
""
>
</div>
</div>
...
...
@@ -228,4 +228,4 @@
</script>
<script
src=
"__PUBLIC__/js/common.js"
></script>
</body>
</html>
\ No newline at end of file
</html>
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