pyt
2025-02-24 b31c7c629a2efddc53c89b8f0df0de0e2a33e8d9
H5/pages/progress/progress.vue
@@ -7,7 +7,7 @@
         </view>
         <view class="mx-13 mt-33 pt-35 pb-33 px-27 br-19 flex a-center j-between bgcolor1">
            <view class="fs-27 lh-38 color2">江苏省常州市溧阳市牛顿大道172号</view>
            <image src="@/static/public/gps.png" class="w-31 h-31 shrink0" />
            <image src="@/static/detailImg/dwei.png" class="w-31 h-31 shrink0" />
         </view>
         <view class="flex a-center j-between mt-31 mx-13">
            <view class="flex-column a-center">
@@ -66,6 +66,10 @@
</template>
<script>
   import {
      getList,
      getComplaintDetail
   } from './service'
   export default {
      data() {
         return {
@@ -74,6 +78,12 @@
      },
      onLoad(params) {
         this.id = params.id
         getList({
            "pageNum": 1,
            "pageSize": 10
         }).then(res => {
         })
      },
      methods: {
         toAdd() {
@@ -252,4 +262,4 @@
         }
      }
   }
</style>
</style>