国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

微信小程序request請求后臺接口php的實例詳解

2019-11-19 15:22:26
字體:
來源:轉載
供稿:網友

微信小程序request請求后臺接口php的實例詳解

后臺php接口:http://www.vueyun.com/good/info

沒有處理數據,直接返回了,具體再根據返回格式處理

public function getGoodInfo(Request $request){    $goods_datas = $this->Resource->get();    return response()->json(['status' => 'success','code' => 200,'message' => '獲取成功','data'=>$goods_datas]);}

小程序index.js文件中 onLoad

 onLoad: function () {  console.log('onLoad')    wx.request({    //上線接口地址要是https測試可以使用http接口方式     url: 'http://www.vueyun.com/good/info',     data: {},     method: 'GET',     header: {      'content-type': 'application/json'     },     success: function (res) {      that.setData({ goodslist: res.data.data });      console.log(res.data.data, 1111111);     },    }) },

wxml文件,

 <view class="goods-container">     <block wx:for="{{goodslist}}" wx:for-item="item" wx:for-index="idx" >     <view class="goods-box" bindtap="goodsTap" data-id="{{item.id}}">      <view class="img-box">       <image src="{{item.img_url}}" class="image"/>      </view>      <view class="goods-title">{{item.img_title}}</view>      <view class="goods-price">¥ {{item.good_price}}</view>    </view>    </block>  </view>

如有疑問請留言或者到本站社區交流討論,感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 宜君县| 邵阳县| 綦江县| 黔东| 临猗县| 泸定县| 肇东市| 谢通门县| 沂源县| 万山特区| 灵山县| 麻江县| 澄城县| 巴南区| 阿荣旗| 彭阳县| 湄潭县| 鄱阳县| 漳平市| 高尔夫| 呼玛县| 永春县| 琼结县| 蓝田县| 清远市| 通渭县| 马边| 卓尼县| 买车| 德钦县| 合山市| 枝江市| 武陟县| 乳山市| 曲沃县| 新化县| 板桥市| 嘉荫县| 宜阳县| 桃江县| 临颍县|