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>