@@ -1132,6 +1132,7 @@
height: 100vh;display: flex;flex-direction: column;
align-items: center;justify-content: center;color: #666;}
.ht-btn{width: 180px;margin-bottom: 24px;}
+ .hetong-tip-box{color: #3fd2a1;font-size: 24rpx;margin:0 24rpx 24rpx;line-height: 1.4;}
}
.ht-qm-popup{
width: 100%;height: 100vh;
@@ -15,7 +15,9 @@
<template v-else>
<view class="no-hetong-box">暂无合同</view>
</template>
-
+ <view class="hetong-tip-box" v-if="info.id && info.status == 0">
+ 请务必仔细阅读上述内容,确认已完全理解所有条款后,点击【我已阅读】按钮完成签字确认。
+ </view>
<button v-if="info.id && info.status == 0" type="default" class="phone-green-btn ht-btn"
@click="handleQianming">我已阅读</button>
@@ -11,7 +11,9 @@
webview-styles="height: 50vh;margin-top: 75px"></web-view> -->
+ <view class="hetong-tip-box" v-if="tId && info.status == 0">
<button @click="handleQianming" v-if="tId && info.status == 0"
class="phone-green-btn ht-btn" type="default">我已阅读</button>