main
wwl 2024-04-17 11:52:11 +08:00
parent 1d51fdf078
commit c05a448e05
4 changed files with 6 additions and 8 deletions

View File

@ -23,9 +23,8 @@
class="text-#FF8CA6 active:text-primary-700" class="text-#FF8CA6 active:text-primary-700"
@click.stop="handleAgree" @click.stop="handleAgree"
> >
服务条款 陪诊服务风险告知及免责协议
</text> </text>
同意书
</view> </view>
</view> </view>
</template> </template>
@ -50,7 +49,7 @@ watchEffect(() => {
}) })
const handleAgree = () => { const handleAgree = () => {
$Router.push({ path: '/pages/statement/index' }) $Router.push({ path: '/pages/statement/index', query: { type: 3 } })
} }
const handleAgreeCheck = () => { const handleAgreeCheck = () => {
if (prop.disabled) return if (prop.disabled) return

View File

@ -629,7 +629,7 @@ const onSubmit = () => {
} }
if (!agreed.value) { if (!agreed.value) {
try { try {
await $dialog('是否已阅读并同意《服务条款》?', { await $dialog('是否已阅读并同意《陪诊服务风险告知及免责协议》?', {
showCancelButton: true, showCancelButton: true,
confirmButtonText: '同意', confirmButtonText: '同意',
cancelButtonText: '取消', cancelButtonText: '取消',

View File

@ -157,10 +157,9 @@
<text class="text-#FF8CA6" @click="goStatement(1)"></text> <text class="text-#FF8CA6" @click="goStatement(1)"></text>
<text></text> <text></text>
<text class="text-#FF8CA6" @click="goStatement(2)"></text> <text class="text-#FF8CA6" @click="goStatement(2)"></text>
<text></text> <!-- <text></text>
<text class="text-#FF8CA6" @click="goStatement(3)" <text class="text-#FF8CA6" @click="goStatement(3)"
>风险告知及免责协议</text >风险告知及免责协议</text> -->
>
</view> </view>
</view> </view>
<view class="flex justify-between px-50rpx mt-50rpx"> <view class="flex justify-between px-50rpx mt-50rpx">

View File

@ -298,7 +298,7 @@ const handleSubmit = async () => {
} else { } else {
if (!agreed.value) { if (!agreed.value) {
try { try {
await $dialog('是否已阅读并同意《服务条款》?', { await $dialog('是否已阅读并同意《陪诊服务风险告知及免责协议》?', {
showCancelButton: true, showCancelButton: true,
confirmButtonText: '同意', confirmButtonText: '同意',
cancelButtonText: '取消', cancelButtonText: '取消',