增加协议

This commit is contained in:
GaoHao
2025-01-07 11:01:32 +08:00
parent c47fe17bcf
commit f82c31084d
5 changed files with 52 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view style="font-size: 14px;line-height: 26px;padding: 32upx;" class="home1 ">
<view style="font-size: 28upx;" v-html="content"></view>
<view style="font-size: 28upx;" v-html="data.content"></view>
<view class="btn-box u-flex u-row-center" v-if="!isLogin">
<view class="btn cancel" @click="cancel">拒绝</view>
<view class="btn" @click="back">同意</view>
@@ -27,7 +27,7 @@
async function getGuize() {
let res = await commonType(155)
this.content = res.value
data.content = res.value
}
function cancel(){