首页热门景点数据
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>首页热门景点数据(位置:pages/index1/index1.js)</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:8090/wxf/content/hot_scenery.php</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</li>
</ul>
<h5>代码示例</h5>
<pre><code> async getHotScenery(){
let getHotScenery=await request('/wxf/content/hot_scenery.php');
this.setData({
hotSceneryData:getHotScenery
})
},</code></pre>
<h5>返回参数说明</h5>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=69ace1690eec67ec97ddc7983b212aef&amp;file=file.png" alt="" /></p>
<h5>备注</h5>
<ul>
<li>无</li>
</ul>