lin
2026-05-21 bc67eb7b9a46c3abedbde46c4989894e9712e99f
pages/quanyi/components/agreement/index.vue
@@ -5,13 +5,16 @@
  data() {
    return {
      list: [],
      $webHost:'https://rbb98765.zrgy-bbg.com',
    }
  },
  created() {
    const _this = this;
    uni.request( {
      url: _this.$webHost + "/api/v2/renpin/H5/getPlatformProtocolNew",
      data: {
        customerId: uni.getStorageSync('ygxLogin').customerId,
        appId: uni.getStorageSync('ygxLogin').appId
      },
      method: 'GET',
      success(res) {
        console.log(res.data.data);