|
@@ -510,8 +510,8 @@ function renderPushWarning() {
|
|
moreInfo()
|
|
moreInfo()
|
|
const hasTipsNum = $(".moduleItem.tips").length;
|
|
const hasTipsNum = $(".moduleItem.tips").length;
|
|
if (hasTipsNum) {
|
|
if (hasTipsNum) {
|
|
- let tipsHei = $(".tips-cont .moduleBox")[0].scrollHeight;
|
|
|
|
- if (tipsHei > 81) {
|
|
|
|
|
|
+ let tipNum = $(".tips-cont .billingPushItem").length;
|
|
|
|
+ if (tipNum > 3) {
|
|
$(".tips-cont").append(`<span class="showMoreNewPage">更多</span>`)
|
|
$(".tips-cont").append(`<span class="showMoreNewPage">更多</span>`)
|
|
tipsMsg = result
|
|
tipsMsg = result
|
|
showMoreNewPage()
|
|
showMoreNewPage()
|