diff --git a/App.uvue b/App.uvue
index 4ee268d..71cbc9b 100644
--- a/App.uvue
+++ b/App.uvue
@@ -36,6 +36,7 @@
\ No newline at end of file
diff --git a/pages/index/PayPal.uvue b/pages/index/PayPal.uvue
new file mode 100644
index 0000000..f3ec308
--- /dev/null
+++ b/pages/index/PayPal.uvue
@@ -0,0 +1,470 @@
+
+
+
+
+
+
+ 产品名称
+
+
+
+
+
+
+
+
+ 经销商
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 客户基本信息
+
+
+ 产品名称
+ {{ selectedProduct }}
+
+
+ 经销商
+ {{ selectedStore }}
+
+
+ 客户姓名
+
+
+
+ 居住地址
+
+
+
+ 身份证号码
+
+
+
+ 联系方式
+
+
+
+ 销售部门
+
+
+
+
+
+ 促销销售顾问
+
+
+
+
+
+
+
+ 车辆信息
+
+ 车牌车系
+
+ {{ carBrands[carBrandIndex] || '请选择车辆品牌 >' }}
+
+
+
+ 车牌号
+
+
+
+
+
+
+
+ 产品描述
+
+ 产品名称
+ {{ selectedService }}
+
+
+ 服务年龄
+
+ {{ serviceAges[serviceAgeIndex] || '请选择服务年龄 >' }}
+
+
+
+ 销售金额
+
+
+
+
+
+
+
+ 付款信息
+
+ 收款方
+
+ {{ payees[payeeIndex] || '请选择收款方 >' }}
+
+
+
+ 付款时间
+
+
+
+
+
+ 上传凭证
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/index/dingdan.uvue b/pages/index/dingdan.uvue
index 87b6899..fbbd2a5 100644
--- a/pages/index/dingdan.uvue
+++ b/pages/index/dingdan.uvue
@@ -1,22 +1,213 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+ {{ tab }}
+
+
+
+
+
+
+
+
+
+ 客户姓名:{{ order.customerName }}
+ 联系方式:{{ order.phone }}
+ 服务名称:{{ order.serviceName }}
+ 订单时间:{{ order.orderTime }}
+ 销售人员:{{ order.salesman }}
+ 门店名称:{{ order.store }}
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/pages/index/login.uvue b/pages/index/login.uvue
index 19c68ee..9ba96b8 100644
--- a/pages/index/login.uvue
+++ b/pages/index/login.uvue
@@ -9,14 +9,15 @@
-
-
+
+
+
-
+
@@ -171,27 +172,30 @@ export default {
/* 输入框容器 */
.input-container {
- width: 90%;
+ width: 70%;
height: 7%;
- left:10%;
+ /* background-color: #007aff; */
+ display: flex;
+ flex-direction: column;
+ align-items: center;
}
/* 输入框样式 */
.input {
- width: 70%;
- height: 8%;
+ width: 100%;
+ height: 99%;
font-size: 1rem;
border: none;
outline: none;
background-color: transparent;
+ /* z-index: 99; */
}
/* 下划线样式 */
.underline {
width: 100%;
- height: 1rem;
+ height: 0.1%;
background-color: #f2f2f2;
- margin-top: 0.5rem;
}
/* 协议提示 */
@@ -206,8 +210,8 @@ export default {
align-items: center;
}
.login-agree{
- font-size: 0.6rem;;
-
+ font-size: 0.6rem;
+ transform: scale(0.9);
}
.link {
diff --git a/pages/index/wode.uvue b/pages/index/wode.uvue
index 77a2a45..65c052d 100644
--- a/pages/index/wode.uvue
+++ b/pages/index/wode.uvue
@@ -120,4 +120,5 @@ export default {
.nav-item text {
font-size: 14px;
}
+
\ No newline at end of file
diff --git a/pages/views/dingDanCreate.uvue b/pages/views/dingDanCreate.uvue
index a7eed6a..ff77fa4 100644
--- a/pages/views/dingDanCreate.uvue
+++ b/pages/views/dingDanCreate.uvue
@@ -3,8 +3,10 @@