Browse Source

Merge remote-tracking branch 'origin/2025北京诚祥App' into 2025北京诚祥App

wangxy 1 tuần trước cách đây
mục cha
commit
59a50f51c7

+ 1 - 0
common/styles/global/pages.scss

@@ -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;

+ 3 - 1
pages/admin/Hetong/Hetong.vue

@@ -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>
 

+ 3 - 1
pages/admin/Hetong/HetongInfo.vue

@@ -11,7 +11,9 @@
           webview-styles="height: 50vh;margin-top: 75px"></web-view> -->
       </template>
 	  
-	  
+	  <view class="hetong-tip-box" v-if="tId && info.status == 0">
+		  请务必仔细阅读上述内容,确认已完全理解所有条款后,点击【我已阅读】按钮完成签字确认。
+	  </view>
 	  <button @click="handleQianming" v-if="tId && info.status == 0"
 	  class="phone-green-btn ht-btn"  type="default">我已阅读</button>