lin
2026-04-29 896df1cf0b7faff7fcc9ef6e23262228ff377e48
pages/quanyi/components/agreement/index.vue
@@ -5,7 +5,6 @@
  data() {
    return {
      list: [],
      $webHost:'https://rbb98765.zrgy-bbg.com',
    }
  },
  created() {
@@ -13,12 +12,12 @@
    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);
        console.log(res.data.data);
        _this.list = res.data.data;
      }
    })
@@ -29,7 +28,6 @@
      this.$refs.agreement.open();
    },
    toProtocol(e){
      console.log(e);
      let title = e.name;
      let code = e.code;
      uni.navigateTo({
@@ -47,16 +45,16 @@
            zIndex="3">
    <uv-cell-group>
      <view class="popup-title">
        <view style="margin: auto;text-align: center;padding: 20rpx;">请阅读以下协议</view>
        <view>请阅读以下协议</view>
      </view>
      <view class="setting-list-item">
        <view
            class="setting-text"
            style="font-size: 32rpx; font-weight: bold; justify-content: left;padding-left: 30rpx;"
            style="font-size: 32rpx; font-weight: bold; justify-content: left"
        >平台服务协议</view
        >
      </view>
      <view class="list" style="height: 50vh;overflow: scroll;">
      <view class="list" style="height: 50vh;">
        <view class="li" @click="toProtocol(item)" v-for="(item,index) in list" :key="index" >
          <view style="font-size: 30rpx">{{item.name}}</view>
@@ -78,10 +76,7 @@
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  margin-top: 38rpx;
  text-align: center;
}
.setting-list-item {
  display: flex;