doum
2026-06-18 93de43267e1663031fe5dc2f5ae40d128a182a76
h5/pages/customer/contract/detail.vue
@@ -1,6 +1,6 @@
<template>
  <view class="cu-page cu-page--with-footer" v-if="contract">
  <view class="cu-page cu-page--with-footer cu-page--with-fab" v-if="contract">
    <view :class="['cu-detail-hero', contract.status === 1 ? 'cu-detail-hero--green' : '']">
@@ -606,6 +606,8 @@
    </template>
    <cu-workbench-fab />
  </view>
</template>