yfx
2026-03-17 257764a3650fc207db1c4396d531ba7ace91481c
协议列表
1 files modified
5 ■■■■■ changed files
pages/quanyi/components/agreement/index.vue 5 ●●●●● patch | view | raw | blame | history
pages/quanyi/components/agreement/index.vue
@@ -14,7 +14,7 @@
      url: _this.$webHost + "/api/v2/renpin/H5/getPlatformProtocolNew",
      method: 'GET',
      success(res) {
        console.log(res.data.data);
        console.log(111,res.data.data);
        _this.list = res.data.data;
      }
    })
@@ -25,6 +25,7 @@
      this.$refs.agreement.open();
    },
    toProtocol(e){
      console.log(e);
      let title = e.name;
      let code = e.code;
      uni.navigateTo({
@@ -51,7 +52,7 @@
        >平台服务协议</view
        >
      </view>
      <view class="list" style="height: 50vh;">
      <view class="list" style="height: 51vh;overflow: scroll;">
        <view class="li" @click="toProtocol(item)" v-for="(item,index) in list" :key="index" >
          <view style="font-size: 30rpx">{{item.name}}</view>