lin
2026-05-08 22030e23081defb9d5dde5a88c831e118f8d0e48
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;
      }
    })