liukangdong
2024-06-12 a11bc1bed7953b88213330582c2085f60b5a73b1
h5/pages/applicationRecord/applicationRecord.vue
@@ -64,7 +64,10 @@
          <view class="box_list_item_nr_text">{{ item.createDate }} 提交</view>
        </view>
      </view>
      <image v-if="list.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto;" mode="widthFix" />
      <view v-if="list.length === 0"  style="text-align: center;">
        <image src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto 0" mode="widthFix" />
        <view class="placeholder9 fs24">暂无数据</view>
      </view>
    </view>
  </view>
</template>