cms icon indicating copy to clipboard operation
cms copied to clipboard

pageContents 下 Hits 不显示

Open GanSir opened this issue 2 years ago • 4 comments

  <stl:dynamic>
        <stl:pageContents channelname="{channel.title}" pageNum="4">
          <li>
              <stl:a>
                  <stl:image width="420" height="260" alt="" ></stl:image>
                  <span class="date">{content.addDate}</span>
                    <p>{content.Title}</p>    
                  <span class="views"><stl:content type="Hits"></stl:content>次浏览</span>
              </stl:a>
          </li>
        </stl:pageContents>
        <stl:pageItems>
          <table cellpadding="0" cellspacing="0" width="90%" height="40" align="center">
          <tr><td align="left">
          <stl:pageItem type="FirstPage" text="首页"></stl:pageItem> |
          <stl:pageItem type="PreviousPage" text="上一页"></stl:pageItem> |
          <stl:pageItem type="NextPage" text="下一页"></stl:pageItem> |
          <stl:pageItem type="LastPage" text="末页"></stl:pageItem>
          </td><td align="right">
          <stl:pageItem type="CurrentPageIndex" text="当前页:"></stl:pageItem>
          <stl:pageItem type="PageNavigation"></stl:pageItem>
          </td></tr></table>
        </stl:pageItems>
      </stl:dynamic>

GanSir avatar May 25 '22 01:05 GanSir

$(function(){ $.ajax({ type: "POST", url: "/api/stl/actions/hits", contentType: "application/json", data: JSON.stringify({ "siteId": 1, "channelId": 6, "contentId": 219, "autoIncrease": false }), dataType: "json", success: function (result) { $("#e_65646e5882f4d0eb").before(result.value) } }); }); 次浏览

GanSir avatar May 25 '22 01:05 GanSir

@player2135 @starlying

GanSir avatar May 25 '22 01:05 GanSir

突然收到提醒,但是我已经忘了我提过什么问题了[笑哭]

player2135 avatar Jun 02 '22 07:06 player2135

@starlying @siteserverekun @sscmscom @wang11268440

GanSir avatar Jun 06 '22 03:06 GanSir