浏览代码

样式调整

huangzhiguo 1 年之前
父节点
当前提交
9218311deb

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/userNew/cmClubPortrait.jsp

@@ -251,7 +251,7 @@
                     </div>
                 </div>
                 <div class="box-eachts">
-                    <div class="eachts-total">订单数:<span id="orderTotalNum"></span></div>
+                    <%--<div class="eachts-total">订单数:<span id="orderTotalNum"></span></div>--%>
                     <div class="eachts-data" id="orderEacths" style="">
                     </div>
                     <div class="eachts-none" id="orderEacthsNone">

+ 2 - 2
src/main/webapp/static/modules/cmClubPortrait/cmClubEacths.js

@@ -224,7 +224,7 @@ const  getClubEacthsData = function (type,dateType) {
                             $('.eachts-total').hide();
                             $('#orderTimeEnd').val(data.portrait.endTime);
                             $('#orderTimeStart').val(data.portrait.startTime);
-                            $('#orderScopeNum').text('¥0  (0个)');
+                            $('#orderScopeNum').text('0个 (¥0)');
                         }else{
                             setOrderData(type,data)
                         }
@@ -282,7 +282,7 @@ const  setOrderData = function (type,data) {
                 $('#orderTimeEnd').val(data.order.endTime);
                 $('#orderTimeStart').val(data.order.startTime);
                 $('#orderTotalNum').text(`${data.order.orderTotalNum}个`);
-                $('#orderScopeNum').text(`¥${data.portrait.orderScopeTotalFee}  (${data.portrait.orderScopeNum}个)`);
+                $('#orderScopeNum').text(`${data.portrait.orderScopeNum}个  (¥${data.portrait.orderScopeTotalFee})`);
             },
             id:'orderEacths',
             series:{