增加协议
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user