金币转赠-转赠子代理金币总和

This commit is contained in:
khalil
2025-02-27 17:33:39 +08:00
parent 3866ffa9c4
commit 00fdf09920

View File

@@ -76,24 +76,30 @@
</div>
</form>
<div id="mapObjHtml" style="display:none">
<span
style="
<span style="
margin-right: 10px;
display: inline-block;
font-size: 18px;
color: #2049a9;
"
>金币转赠明细: <b class="b1"></b
></span>
<span
style="
">
金币转赠明细: <b class="b1"></b>
</span>
<span style="
margin-right: 10px;
display: inline-block;
font-size: 18px;
color: #2049a9;
"
>转赠非充值代理用户总数: <b class="b2"></b
></span>
">
转赠非充值代理用户总数: <b class="b2"></b>
</span>
<span style="
margin-right: 10px;
display: inline-block;
font-size: 18px;
color: #ee0101;
">
转赠子代理金币总和: <b class="b2"></b>
</span>
</div>
<button id="btnSearch" class="btn btn-default">
<i class="glyphicon glyphicon-search"></i>查询
@@ -260,6 +266,7 @@ export default {
console.log();
$("#mapObjHtml .b1").text(res.totalMap.totalDiamondNum);
$("#mapObjHtml .b2").text(res.totalMap.totalDiamondNum4Normal);
$("#mapObjHtml .b3").text(res.totalMap.totalDiamondNum4Sub);
},
onLoadError: function () {
//加载失败时执行