lin
2026-06-25 a9e9233ff88495e022738179fefaea739e145abb
pages/quanyi/components/agreement/index.vue
@@ -13,12 +13,11 @@
    uni.request( {
      url: _this.$webHost + "/api/v2/renpin/H5/getPlatformProtocolNew",
      data: {
        customerId: uni.getStorageSync('qxgLogin').customerId,
        appId: uni.getStorageSync('qxgLogin').appId
        customerId: uni.getStorageSync('ygxLogin').customerId,
        appId: uni.getStorageSync('ygxLogin').appId
      },
      method: 'GET',
      success(res) {
        console.log(111,res.data.data);
        _this.list = res.data.data;
      }
    })