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

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