From 4dad65e0e0d64547a817b20dda501080560fd5e2 Mon Sep 17 00:00:00 2001
From: gyq <875626088@qq.com>
Date: Mon, 16 Jun 2025 17:50:50 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=80=E5=87=BA=E7=99=BB?=
=?UTF-8?q?=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
framework/0-conf.js | 4 +-
pages/index/index.vue | 807 +++++++++++++++++++++---------------------
2 files changed, 402 insertions(+), 409 deletions(-)
diff --git a/framework/0-conf.js b/framework/0-conf.js
index 7b2b1b5..9385bcd 100644
--- a/framework/0-conf.js
+++ b/framework/0-conf.js
@@ -5,9 +5,9 @@ const proxyApi = "/api/"
// #ifdef H5
// const baseUrl = debug ? proxyApi : "https://invoice.sxczgkj.cn/api"
-// const baseUrl = 'https://invoice.sxczgkj.cn/api/' //正式
+const baseUrl = 'https://invoice.sxczgkj.cn/api/' //正式
// const baseUrl = 'http://192.168.1.6:8888/api/'//本地
-const baseUrl = 'https://test.invoice.sxczgkj.cn/api/'//测试
+// const baseUrl = 'https://test.invoice.sxczgkj.cn/api/'//测试
// import VConsole from "./vConsole.js"
if (debug) {
// new VConsole()
diff --git a/pages/index/index.vue b/pages/index/index.vue
index c26314c..361a81d 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,44 +1,31 @@
-
+
-
- 发票服务
-
+ 发票服务
-
- 我的发票
-
-
- 票
-
+ 我的发票
+ 票
-
+
我是商家
-
-
+
固定开票
-
-
+
极速开票
-
-
-
- {{item.name}}
+
+
+ {{ item.name }}
-
- {{improveinformationform.store.title}}
- 切换商户
-
+
+ {{ improveinformationform.store.title }}
+
+ 切换商户
+
-
\ No newline at end of file
+
+ .Box {
+ padding: 0rpx 28rpx;
+
+ .content {
+ margin-top: 32rpx;
+ width: 30%;
+ height: 218rpx;
+ background: #ffffff;
+
+ image {
+ width: 60rpx;
+ height: 60rpx;
+ }
+
+ text {
+ margin-top: 16rpx;
+ font-family: Source Han Sans CN, Source Han Sans CN;
+ font-weight: 400;
+ font-size: 28rpx;
+ color: #333333;
+ }
+ }
+ }
+
+ .Box::after {
+ content: '';
+ width: 30%;
+ display: inline-block;
+ }
+}
+