diff --git a/project.config.json b/project.config.json
index 8c149fc..c3c3a8f 100644
--- a/project.config.json
+++ b/project.config.json
@@ -61,5 +61,5 @@
],
"include": []
},
- "appid": "wx10d27bb39a39ff0e"
-}
+ "appid": "wx96104303877e3fd9"
+}
\ No newline at end of file
diff --git a/src/pages/1/index.scss b/src/pages/1/index.scss
index 5da1aa3..0cdeb07 100644
--- a/src/pages/1/index.scss
+++ b/src/pages/1/index.scss
@@ -1,13 +1,22 @@
.page {
width: 100vw;
}
-.page-click1 {
+.page-click0 {
position: absolute;
top: 223rpx;
left: 0;
z-index: 1;
width: 750rpx;
- height: 530rpx;
+ height: 260rpx;
+ background-color: transparent;
+}
+.page-click1 {
+ position: absolute;
+ top: 523rpx;
+ left: 0;
+ z-index: 1;
+ width: 750rpx;
+ height: 230rpx;
background-color: transparent;
}
.page-click2 {
diff --git a/src/pages/1/index.ts b/src/pages/1/index.ts
index bf26084..bcd9f67 100644
--- a/src/pages/1/index.ts
+++ b/src/pages/1/index.ts
@@ -15,6 +15,11 @@ Page({
start: app.globalData.start,
});
},
+ handelTap0() {
+ this.setData({
+ float1: true,
+ });
+ },
handelTap1() {
wx.navigateTo({
url: "/pages/3/index",
diff --git a/src/pages/1/index.wxml b/src/pages/1/index.wxml
index 7be65cb..c945281 100644
--- a/src/pages/1/index.wxml
+++ b/src/pages/1/index.wxml
@@ -1,4 +1,5 @@
+