feat: 新增订单详情退款弹窗
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<view class="login-wrapper">
|
||||
<image class="bg" src="./images/bg.png"></image>
|
||||
<view class="login-wrapper" :style="{ backgroundImage: `url(${loginBg})` }">
|
||||
<!-- 头部内容 -->
|
||||
<view class="login-header">
|
||||
<!-- 卡通形象 -->
|
||||
@@ -66,6 +65,7 @@ import CheckBox from "@/components/CheckBox/index.vue";
|
||||
import AgreePopup from "./components/AgreePopup/index.vue";
|
||||
import { loginAuth, bindPhone, checkPhone } from "@/manager/LoginManager";
|
||||
import { goHome } from "@/hooks/useGoHome";
|
||||
import loginBg from "./images/bg.png";
|
||||
|
||||
const isAgree = ref(false);
|
||||
const visible = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user