久久亚洲精品国产亚洲老地址_女人张开腿让男人桶爽_亚洲人成网站在线在线观看_七次郎在线视频 国产黄色在线观看_av男人的天堂无码专区_人妻18毛片A级毛片免费看_人妻中文字幕av无码

小程序數(shù)據請求、獲取數(shù)據處理基本邏輯

2022/3/2 19:39:45141 閱讀

    *.ts
        var that = this;
        wx.request({
          url: 'https://*.*/', //僅為示例,并非真實的接口地址
          data: {
            id: '1',
            par: 'news'
          },
          header: {
            'content-type': 'application/json' // 默認值
          },
          method: 'post',
          success(res) {
            var idata = res.data;
            that.setData({
              par: idata['par'],
              id: idata['id'],
            })
          },
          fail: function (res) { },
          complete: function (res) { }
        })

    *.wxml

    <view wx:for="{{par}}" wx:for-index="index" wx:for-item="itemName" class="pro_list">
      <view class="pro_title">
        {{par[index]}}
      </view>
      <view class="pro_title">
        {{id[index]}}
      </view>
    </view>

    下一條:iis8+整站301重定向到指定站點

    上一條:支付寶rsa2簽名驗簽php函數(shù)

棗莊西橋網絡微信小程序微信小程序

棗莊西橋網絡手機站二維碼掃描手機瀏覽