提交 fdf85033 authored 作者: matian's avatar matian

updates

上级 e91844f9
...@@ -163,11 +163,6 @@ const handleAgreement = () => { ...@@ -163,11 +163,6 @@ const handleAgreement = () => {
</div> </div>
</div> </div>
</div> </div>
<AgreementDialog
v-model:dialogVisible="dialogVisible"
:mobile="'2'"
@close="handleClose"
/>
</div> </div>
</template> </template>
......
...@@ -194,12 +194,6 @@ const handleAgreement = () => { ...@@ -194,12 +194,6 @@ const handleAgreement = () => {
</div> </div>
</div> </div>
</div> </div>
<AgreementDialog
v-if="dialogVisible === true"
v-model:dialogVisible="dialogVisible"
:mobile="'1'"
@close="handleClose"
/>
</template> </template>
<style lang="scss" scoped> <style lang="scss" scoped>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论