feat: 新增订单详情退款弹窗

This commit is contained in:
duanshuwen
2025-08-07 20:03:03 +08:00
parent a8a5a90d5e
commit 72c761428b
10 changed files with 1345 additions and 97 deletions

View File

@@ -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);