liukangdong
2024-05-27 1ca93a04e85633bee47e809c9618356f0a42a393
h5/pages/applicationRecord/applicationRecord.vue
@@ -36,9 +36,7 @@
                  <text>业务来往</text>
               </view>
               <view class="box_list_item_nr_x"></view>
               <view class="box_list_item_nr_text">
                  2023-12-12 09:00提交
               </view>
          <view class="box_list_item_nr_text"> 2023-12-12 09:00提交 </view>
            </view>
         </view>
      </view>
@@ -46,17 +44,36 @@
</template>
<script>
import { getVisitedRecord } from '@/api'
   export default {
      data() {
         return {
      pagination: {
        page: 1,
        capacity: 10
      },
      list: []
    }
  },
  onLoad() {
    this.getList()
  },
  methods: {
    getList() {
      const { pagination } = this
      getVisitedRecord({
        pageWrap: { ...pagination }
      }).then(res => {
        this.list = res.data
      })
    }
            
         };
      }
   }
</script>
<style>
   page {
      background-color: #F7F7F7 !important;
  background-color: #f7f7f7 !important;
   }
</style>
<style lang="scss" scoped>
@@ -67,7 +84,7 @@
         height: 108rpx;
         padding: 0 30rpx;
         box-sizing: border-box;
         background: #FFFFFF;
    background: #ffffff;
         position: sticky;
         top: 0;
         left: 0;
@@ -77,8 +94,8 @@
            display: flex;
            align-items: center;
            .active {
               border: 1rpx solid #279BAA !important;
               color: #279BAA !important;
        border: 1rpx solid #279baa !important;
        color: #279baa !important;
            }
            .box_head_item {
               padding: 0 30rpx;
@@ -109,19 +126,19 @@
               height: 100rpx;
               padding: 0 30rpx;
               box-sizing: border-box;
               background: linear-gradient(270deg, #FEFEFF 0%, #E1F7FE 100%);
        background: linear-gradient(270deg, #fefeff 0%, #e1f7fe 100%);
               border-radius: 8rpx 8rpx 0rpx 0rpx;
               display: flex;
               align-items: center;
               justify-content: space-between;
               .loading {
                  color: #279BAA;
          color: #279baa;
               }
               .success {
                  color: #03C68F;
          color: #03c68f;
               }
               .error {
                  color: #E0312A;
          color: #e0312a;
               }
               text {
                  &:nth-child(1) {
@@ -139,11 +156,11 @@
               padding: 30rpx;
               width: 100%;
               box-sizing: border-box;
               background-color: #FFFFFF;
        background-color: #ffffff;
               .box_list_item_nr_x {
                  width: 100%;
                  height: 1rpx;
                  background-color: #E5E5E5;
          background-color: #e5e5e5;
               }
               .box_list_item_nr_text {
                  width: 100%;