Browse Source

bug 处理

demo
kola-web 3 weeks ago
parent
commit
046247d526
  1. 1
      .gitignore
  2. 24
      project.config.json
  3. 18
      project.private.config.json
  4. BIN
      src/images/1.png
  5. BIN
      src/images/10.png
  6. BIN
      src/images/11.png
  7. BIN
      src/images/12.png
  8. BIN
      src/images/13.png
  9. BIN
      src/images/14.png
  10. BIN
      src/images/15.png
  11. BIN
      src/images/16.png
  12. BIN
      src/images/17.png
  13. BIN
      src/images/18.png
  14. BIN
      src/images/19.png
  15. BIN
      src/images/2.png
  16. BIN
      src/images/20.png
  17. BIN
      src/images/21.png
  18. BIN
      src/images/22.png
  19. BIN
      src/images/23.png
  20. BIN
      src/images/24.png
  21. BIN
      src/images/25.png
  22. BIN
      src/images/26.png
  23. BIN
      src/images/27.png
  24. BIN
      src/images/28.png
  25. BIN
      src/images/29.png
  26. BIN
      src/images/3.png
  27. BIN
      src/images/30.png
  28. BIN
      src/images/31.png
  29. BIN
      src/images/32.png
  30. BIN
      src/images/33.png
  31. BIN
      src/images/34.png
  32. BIN
      src/images/35.png
  33. BIN
      src/images/36.png
  34. BIN
      src/images/37.png
  35. BIN
      src/images/38.png
  36. BIN
      src/images/39.png
  37. BIN
      src/images/4.png
  38. BIN
      src/images/40.png
  39. BIN
      src/images/41.png
  40. BIN
      src/images/42.png
  41. BIN
      src/images/43.png
  42. BIN
      src/images/44.png
  43. BIN
      src/images/45.png
  44. BIN
      src/images/46.png
  45. BIN
      src/images/47.png
  46. BIN
      src/images/48.png
  47. BIN
      src/images/49.png
  48. BIN
      src/images/5.png
  49. BIN
      src/images/50.png
  50. BIN
      src/images/51.png
  51. BIN
      src/images/52.png
  52. BIN
      src/images/53.png
  53. BIN
      src/images/54.png
  54. BIN
      src/images/6.png
  55. BIN
      src/images/7.png
  56. BIN
      src/images/8.png
  57. BIN
      src/images/9.png
  58. BIN
      src/images/navbar.png
  59. BIN
      src/images/tabbar1-1.png
  60. BIN
      src/images/tabbar1-2.png
  61. BIN
      src/images/tabbar1-3.png
  62. BIN
      src/images/tabbar2-1.png
  63. BIN
      src/images/tabbar2-2.png
  64. BIN
      src/images/tabbar2-3.png
  65. BIN
      src/images/tabbar2-4.png
  66. BIN
      src/images/tabbar3-1.png
  67. BIN
      src/images/tabbar3-2.png
  68. 13
      src/pages/1/index.scss
  69. 9
      src/pages/1/index.ts
  70. 8
      src/pages/1/index.wxml
  71. 2
      src/pages/10/index.wxml
  72. 9
      src/pages/11/index.scss
  73. 12
      src/pages/11/index.ts
  74. 6
      src/pages/11/index.wxml
  75. 10
      src/pages/12/index.wxml
  76. 6
      src/pages/13/index.wxml
  77. 2
      src/pages/14/index.wxml
  78. 6
      src/pages/15/index.wxml
  79. 8
      src/pages/16/index.wxml
  80. 9
      src/pages/17/index.ts
  81. 8
      src/pages/17/index.wxml
  82. 28
      src/pages/18/index.scss
  83. 5
      src/pages/18/index.ts
  84. 11
      src/pages/18/index.wxml
  85. 2
      src/pages/19/index.wxml
  86. 2
      src/pages/2/index.wxml
  87. 8
      src/pages/20/index.ts
  88. 4
      src/pages/20/index.wxml
  89. 4
      src/pages/21/index.ts
  90. 6
      src/pages/21/index.wxml
  91. 78
      src/pages/22/index.scss
  92. 31
      src/pages/22/index.ts
  93. 14
      src/pages/22/index.wxml
  94. 78
      src/pages/23/index.scss
  95. 21
      src/pages/23/index.ts
  96. 11
      src/pages/23/index.wxml
  97. 2
      src/pages/3/index.wxml
  98. 4
      src/pages/4/index.ts
  99. 5
      src/pages/4/index.wxml
  100. 2
      src/pages/5/index.wxml
  101. Some files were not shown because too many files have changed in this diff Show More

1
.gitignore vendored

@ -1 +1,2 @@ @@ -1 +1,2 @@
node_modules
src/images/.svn

24
project.config.json

@ -49,8 +49,28 @@ @@ -49,8 +49,28 @@
},
"libVersion": "2.32.3",
"packOptions": {
"ignore": [],
"include": []
"ignore": [
{
"value": "/images/*.jpg",
"type": "glob"
},
{
"value": "/images/**/*.jpg",
"type": "glob"
},
{
"value": "/images/*.png",
"type": "glob"
},
{
"value": "/images/**/*.png",
"type": "glob"
},
{
"value": "/images/**/*.gif",
"type": "glob"
}
]
},
"appid": "wxaae50c206446a964"
}

18
project.private.config.json

@ -23,13 +23,27 @@ @@ -23,13 +23,27 @@
"miniprogram": {
"list": [
{
"name": "21",
"pathName": "pages/21/index",
"name": "23",
"pathName": "pages/23/index",
"query": "",
"scene": null,
"launchMode": "default"
},
{
"name": "22",
"pathName": "pages/22/index",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "21",
"pathName": "pages/21/index",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "20",
"pathName": "pages/20/index",
"query": "",

BIN
src/images/1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 720 KiB

BIN
src/images/10.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 92 KiB

BIN
src/images/11.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 217 KiB

After

Width:  |  Height:  |  Size: 67 KiB

BIN
src/images/12.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 58 KiB

BIN
src/images/13.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 701 KiB

After

Width:  |  Height:  |  Size: 194 KiB

BIN
src/images/14.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 892 KiB

After

Width:  |  Height:  |  Size: 167 KiB

BIN
src/images/15.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 365 KiB

BIN
src/images/16.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 338 KiB

BIN
src/images/17.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 MiB

After

Width:  |  Height:  |  Size: 823 KiB

BIN
src/images/18.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 328 KiB

BIN
src/images/19.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 516 KiB

BIN
src/images/2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 903 KiB

After

Width:  |  Height:  |  Size: 277 KiB

BIN
src/images/20.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 543 KiB

BIN
src/images/21.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 473 KiB

BIN
src/images/22.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 KiB

After

Width:  |  Height:  |  Size: 128 KiB

BIN
src/images/23.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 451 KiB

After

Width:  |  Height:  |  Size: 118 KiB

BIN
src/images/24.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 443 KiB

After

Width:  |  Height:  |  Size: 122 KiB

BIN
src/images/25.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 440 KiB

After

Width:  |  Height:  |  Size: 121 KiB

BIN
src/images/26.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 34 KiB

BIN
src/images/27.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 24 KiB

BIN
src/images/28.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 50 KiB

BIN
src/images/29.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 KiB

After

Width:  |  Height:  |  Size: 128 KiB

BIN
src/images/3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 402 KiB

BIN
src/images/30.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 259 KiB

After

Width:  |  Height:  |  Size: 90 KiB

BIN
src/images/31.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 KiB

After

Width:  |  Height:  |  Size: 101 KiB

BIN
src/images/32.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 KiB

After

Width:  |  Height:  |  Size: 121 KiB

BIN
src/images/33.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 KiB

After

Width:  |  Height:  |  Size: 128 KiB

BIN
src/images/34.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 KiB

After

Width:  |  Height:  |  Size: 122 KiB

BIN
src/images/35.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 579 KiB

After

Width:  |  Height:  |  Size: 156 KiB

BIN
src/images/36.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 17 KiB

BIN
src/images/37.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 637 KiB

After

Width:  |  Height:  |  Size: 178 KiB

BIN
src/images/38.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 463 KiB

After

Width:  |  Height:  |  Size: 133 KiB

BIN
src/images/39.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 69 KiB

BIN
src/images/4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 438 KiB

BIN
src/images/40.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 KiB

After

Width:  |  Height:  |  Size: 131 KiB

BIN
src/images/41.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 692 KiB

After

Width:  |  Height:  |  Size: 135 KiB

BIN
src/images/42.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 490 KiB

After

Width:  |  Height:  |  Size: 134 KiB

BIN
src/images/43.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1004 KiB

After

Width:  |  Height:  |  Size: 432 KiB

BIN
src/images/44.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 443 KiB

BIN
src/images/45.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 703 KiB

After

Width:  |  Height:  |  Size: 154 KiB

BIN
src/images/46.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 295 KiB

After

Width:  |  Height:  |  Size: 85 KiB

BIN
src/images/47.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 427 KiB

BIN
src/images/48.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 348 KiB

BIN
src/images/49.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 727 KiB

After

Width:  |  Height:  |  Size: 260 KiB

BIN
src/images/5.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 408 KiB

BIN
src/images/50.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 411 KiB

BIN
src/images/51.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 317 KiB

BIN
src/images/52.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 757 KiB

After

Width:  |  Height:  |  Size: 227 KiB

BIN
src/images/53.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

BIN
src/images/54.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

BIN
src/images/6.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 327 KiB

BIN
src/images/7.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 365 KiB

BIN
src/images/8.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 418 KiB

BIN
src/images/9.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 234 KiB

BIN
src/images/navbar.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 715 B

BIN
src/images/tabbar1-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
src/images/tabbar1-2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
src/images/tabbar1-3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
src/images/tabbar2-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
src/images/tabbar2-2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
src/images/tabbar2-3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
src/images/tabbar2-4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 11 KiB

BIN
src/images/tabbar3-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

BIN
src/images/tabbar3-2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

13
src/pages/1/index.scss

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
width: 100vw;
}
.page-click1 {
position: fixed;
position: absolute;
top: 500rpx;
left: 0;
z-index: 1;
@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
}
.page-click2 {
position: fixed;
position: absolute;
top: 1080rpx;
left: 0;
z-index: 1;
@ -20,6 +20,15 @@ @@ -20,6 +20,15 @@
height: 500rpx;
background-color: transparent;
}
.page-click3 {
position: fixed;
top: 708rpx;
left: 0;
z-index: 1;
width: 750rpx;
height: 360rpx;
background-color: transparent;
}
.tabbar {
position: fixed;

9
src/pages/1/index.ts

@ -21,6 +21,11 @@ Page({ @@ -21,6 +21,11 @@ Page({
url: "/pages/8/index",
});
},
handelTap3() {
wx.navigateTo({
url: "/pages/4/index",
});
},
handleFloat1() {
this.setData({
float1: false,
@ -28,12 +33,12 @@ Page({ @@ -28,12 +33,12 @@ Page({
wx.setStorageSync("1float1", "1");
},
handleTabbar2() {
wx.navigateTo({
wx.reLaunch({
url: "/pages/4/index",
});
},
handleTabbar3() {
wx.navigateTo({
wx.reLaunch({
url: "/pages/7/index",
});
},

8
src/pages/1/index.wxml

@ -1,8 +1,10 @@ @@ -1,8 +1,10 @@
<image class="page" mode="widthFix" src="/images/1.png"></image>
<image class="page" mode="widthFix" src="{{imageUrl}}1.png?t={{Timestamp}}"></image>
<view class="page-click1" bind:tap="handelTap1"></view>
<view class="page-click2" bind:tap="handelTap2"></view>
<view class="page-click3" bind:tap="handelTap3"></view>
<view class="tabbar">
<image class="tabbar-img" mode="widthFix" src="/images/tabbar1-1.png"></image>
<image class="tabbar-img" mode="widthFix" src="{{imageUrl}}tabbar1-1.png?t={{Timestamp}}"></image>
<view class="tabbar-wrap">
<view class="tabbar-click"></view>
<view class="tabbar-click" bind:tap="handleTabbar2"></view>
@ -14,6 +16,6 @@ @@ -14,6 +16,6 @@
wx:if="{{float1}}"
class="float1"
mode="widthFix"
src="/images/9.png"
src="{{imageUrl}}9.png?t={{Timestamp}}"
bind:tap="handleFloat1"
></image>

2
src/pages/10/index.wxml

@ -1 +1 @@ @@ -1 +1 @@
<image class="page" mode="widthFix" src="/images/18.png" bind:tap="handleTap1"></image>
<image class="page" mode="widthFix" src="{{imageUrl}}18.png?t={{Timestamp}}" bind:tap="handleTap1"></image>

9
src/pages/11/index.scss

@ -5,25 +5,26 @@ page{ @@ -5,25 +5,26 @@ page{
width: 100vw;
}
.page-click1 {
position: fixed;
position: absolute;
top: 340rpx;
left: 0;
z-index: 1;
width: 750rpx;
height: 150rpx;
height: 200rpx;
background-color: transparent;
}
.page-click2 {
position: fixed;
position: absolute;
top: 500rpx;
left: 0;
z-index: 1;
width: 750rpx;
height: 360rpx;
height: 400rpx;
background-color: transparent;
}
.tabbar {
position: fixed;
bottom: 0;

12
src/pages/11/index.ts

@ -13,11 +13,21 @@ Page({ @@ -13,11 +13,21 @@ Page({
url: "/pages/12/index",
});
},
handleTabbar2() {
handelTap3() {
wx.navigateTo({
url: "/pages/17/index",
});
},
handleTabbar2() {
wx.reLaunch({
url: "/pages/17/index",
});
},
handleTabbar3() {
wx.reLaunch({
url: "/pages/22/index",
});
},
});
export {};

6
src/pages/11/index.wxml

@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
<image class="page" mode="widthFix" src="/images/20.png"></image>
<image class="page" mode="widthFix" src="{{imageUrl}}20.png?t={{Timestamp}}"></image>
<view class="page-click1" bind:tap="handelTap1"></view>
<view class="page-click2" bind:tap="handelTap2"></view>
<view class="tabbar">
<image class="tabbar-img" mode="widthFix" src="/images/tabbar2-1.png"></image>
<image class="tabbar-img" mode="widthFix" src="{{imageUrl}}tabbar2-1.png?t={{Timestamp}}"></image>
<view class="tabbar-wrap">
<view class="tabbar-click"></view>
<view class="tabbar-click" bind:tap="handleTabbar2"></view>
@ -11,4 +11,4 @@ @@ -11,4 +11,4 @@
</view>
</view>
<image wx:if="{{float1}}" class="float1" mode="widthFix" src="/images/9.png" bind:tap="handleFloat1"></image>
<image wx:if="{{float1}}" class="float1" mode="widthFix" src="{{imageUrl}}9.png?t={{Timestamp}}" bind:tap="handleFloat1"></image>

10
src/pages/12/index.wxml

@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
<navigation-bar></navigation-bar>
<swiper class="page" current="{{current}}">
<swiper-item class="swiper-item1">
<image bind:tap="handlePage1" class="page-img" mode="aspectFit" src="/images/22.png"></image>
<image bind:tap="handlePage1" class="page-img" mode="aspectFit" src="{{imageUrl}}22.png?t={{Timestamp}}"></image>
<view class="swiper-item1-block1" catchtap="handleTap1"></view>
<view class="swiper-item1-block2" catchtap="handleTap2"></view>
<view class="swiper-item1-block3" catchtap="handleTap3"></view>
<view class="swiper-item1-block4" catchtap="handleTap4"></view>
</swiper-item>
<swiper-item>
<image bind:tap="handlePage2" class="page-img" mode="aspectFit" src="/images/23.png"></image>
<image bind:tap="handlePage2" class="page-img" mode="aspectFit" src="{{imageUrl}}23.png?t={{Timestamp}}"></image>
</swiper-item>
<swiper-item>
<image bind:tap="handlePage3" class="page-img" mode="aspectFit" src="/images/24.png"></image>
<image bind:tap="handlePage3" class="page-img" mode="aspectFit" src="{{imageUrl}}24.png?t={{Timestamp}}"></image>
</swiper-item>
<swiper-item>
<image bind:tap="handlePage4" class="page-img" mode="aspectFit" src="/images/25.png"></image>
<image bind:tap="handlePage4" class="page-img" mode="aspectFit" src="{{imageUrl}}25.png?t={{Timestamp}}"></image>
</swiper-item>
</swiper>
<image wx:if="{{float1}}" class="float1" mode="widthFix" src="/images/41.png" bind:tap="handleFloat1"></image>
<image wx:if="{{float1}}" class="float1" mode="widthFix" src="{{imageUrl}}41.png?t={{Timestamp}}" bind:tap="handleFloat1"></image>

6
src/pages/13/index.wxml

@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
<navigation-bar></navigation-bar>
<swiper class="page" current="{{current}}">
<swiper-item>
<image bind:tap="handlePage1" class="page-img" mode="aspectFit" src="/images/26.png"></image>
<image bind:tap="handlePage1" class="page-img" mode="aspectFit" src="{{imageUrl}}26.png?t={{Timestamp}}"></image>
</swiper-item>
<swiper-item>
<image bind:tap="handlePage2" class="page-img" mode="aspectFit" src="/images/27.png"></image>
<image bind:tap="handlePage2" class="page-img" mode="aspectFit" src="{{imageUrl}}27.png?t={{Timestamp}}"></image>
</swiper-item>
<swiper-item>
<image bind:tap="handlePage3" class="page-img" mode="aspectFit" src="/images/28.png"></image>
<image bind:tap="handlePage3" class="page-img" mode="aspectFit" src="{{imageUrl}}28.png?t={{Timestamp}}"></image>
</swiper-item>
</swiper>

2
src/pages/14/index.wxml

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
<navigation-bar></navigation-bar>
<image class="page" mode="widthFix" src="/images/21.png" bind:tap="handleTap1"></image>
<image class="page" mode="widthFix" src="{{imageUrl}}21.png?t={{Timestamp}}" bind:tap="handleTap1"></image>

6
src/pages/15/index.wxml

@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
<navigation-bar></navigation-bar>
<swiper class="page" current="{{current}}">
<swiper-item>
<image bind:tap="handlePage1" class="page-img" mode="aspectFit" src="/images/30.png"></image>
<image bind:tap="handlePage1" class="page-img" mode="aspectFit" src="{{imageUrl}}30.png?t={{Timestamp}}"></image>
</swiper-item>
<swiper-item>
<image bind:tap="handlePage2" class="page-img" mode="aspectFit" src="/images/31.png"></image>
<image bind:tap="handlePage2" class="page-img" mode="aspectFit" src="{{imageUrl}}31.png?t={{Timestamp}}"></image>
</swiper-item>
<swiper-item>
<image bind:tap="handlePage3" class="page-img" mode="aspectFit" src="/images/32.png"></image>
<image bind:tap="handlePage3" class="page-img" mode="aspectFit" src="{{imageUrl}}32.png?t={{Timestamp}}"></image>
</swiper-item>
</swiper>

8
src/pages/16/index.wxml

@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
<navigation-bar></navigation-bar>
<swiper class="page" current="{{current}}">
<swiper-item class="swiper-item1">
<image bind:tap="handlePage1" class="page-img" mode="aspectFit" src="/images/34.png"></image>
<image bind:tap="handlePage1" class="page-img" mode="aspectFit" src="{{imageUrl}}34.png?t={{Timestamp}}"></image>
</swiper-item>
<swiper-item>
<image bind:tap="handlePage2" class="page-img" mode="aspectFit" src="/images/35.png"></image>
<image bind:tap="handlePage2" class="page-img" mode="aspectFit" src="{{imageUrl}}35.png?t={{Timestamp}}"></image>
</swiper-item>
<swiper-item>
<image bind:tap="handlePage3" class="page-img" mode="aspectFit" src="/images/36.png"></image>
<image bind:tap="handlePage3" class="page-img" mode="aspectFit" src="{{imageUrl}}36.png?t={{Timestamp}}"></image>
</swiper-item>
<swiper-item>
<image bind:tap="handlePage4" class="page-img" mode="aspectFit" src="/images/37.png"></image>
<image bind:tap="handlePage4" class="page-img" mode="aspectFit" src="{{imageUrl}}37.png?t={{Timestamp}}"></image>
</swiper-item>
</swiper>

9
src/pages/17/index.ts

@ -19,8 +19,13 @@ Page({ @@ -19,8 +19,13 @@ Page({
wx.navigateBack();
},
handleTabbar1() {
wx.navigateTo({
url: "/pages/1/index",
wx.reLaunch({
url: "/pages/11/index",
});
},
handleTabbar3() {
wx.reLaunch({
url: "/pages/22/index",
});
},
});

8
src/pages/17/index.wxml

@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
<swiper class="page" current="{{current}}">
<swiper-item class="swiper-item1">
<image bind:tap="handlePage1" class="page-img" mode="widthFix" src="/images/50.png"></image>
<image bind:tap="handlePage1" class="page-img" mode="widthFix" src="{{imageUrl}}50.png?t={{Timestamp}}"></image>
</swiper-item>
<swiper-item>
<image bind:tap="handlePage2" class="page-img" mode="widthFix" src="/images/51.png"></image>
<image bind:tap="handlePage2" class="page-img" mode="widthFix" src="{{imageUrl}}51.png?t={{Timestamp}}"></image>
</swiper-item>
<swiper-item>
<image bind:tap="handlePage3" class="page-img" mode="widthFix" src="/images/52.png"></image>
<image bind:tap="handlePage3" class="page-img" mode="widthFix" src="{{imageUrl}}52.png?t={{Timestamp}}"></image>
</swiper-item>
</swiper>
<view class="tabbar">
<image class="tabbar-img" mode="widthFix" src="/images/tabbar2-2.png"></image>
<image class="tabbar-img" mode="widthFix" src="{{imageUrl}}tabbar2-2.png?t={{Timestamp}}"></image>
<view class="tabbar-wrap">
<view class="tabbar-click" bind:tap="handleTabbar1"></view>
<view class="tabbar-click"></view>

28
src/pages/18/index.scss

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
page {
position: relative;
padding-bottom: 80px;
}
.page {
@ -41,3 +42,30 @@ page { @@ -41,3 +42,30 @@ page {
height: 180rpx;
background-color: transparent;
}
.tabbar {
position: fixed;
bottom: 0;
left: 0;
z-index: 2;
width: 100vw;
padding-bottom: 20rpx;
background-color: #fff;
.tabbar-img {
width: 100%;
}
.tabbar-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
.tabbar-click {
flex: 1;
height: 160rpx;
}
}
}

5
src/pages/18/index.ts

@ -23,6 +23,11 @@ Page({ @@ -23,6 +23,11 @@ Page({
url: "/pages/21/index?current=2",
});
},
handleTabbar2() {
wx.reLaunch({
url: "/pages/23/index",
});
},
});
export {};

11
src/pages/18/index.wxml

@ -1,6 +1,15 @@ @@ -1,6 +1,15 @@
<image class="page" mode="widthFix" src="/images/43.png" bind:tap="handleTap1"></image>
<image class="page" mode="widthFix" src="{{imageUrl}}43.png?t={{Timestamp}}" bind:tap="handleTap1"></image>
<view class="page-click1" bind:tap="handleTap1"></view>
<view class="page-click2" bind:tap="handleTap2"></view>
<view class="page-click3" bind:tap="handleTap3"></view>
<view class="page-click4" bind:tap="handleTap4"></view>
<view class="tabbar">
<image class="tabbar-img" mode="widthFix" src="{{imageUrl}}tabbar3-1.png?t={{Timestamp}}"></image>
<view class="tabbar-wrap">
<view class="tabbar-click"></view>
<view class="tabbar-click" bind:tap="handleTabbar2"></view>
</view>
</view>

2
src/pages/19/index.wxml

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
<navigation-bar></navigation-bar>
<image class="page" mode="widthFix" src="/images/44.png" bind:tap="handleTap1"></image>
<image class="page" mode="widthFix" src="{{imageUrl}}44.png?t={{Timestamp}}" bind:tap="handleTap1"></image>

2
src/pages/2/index.wxml

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
<navigation-bar></navigation-bar>
<image class="page" mode="widthFix" src="/images/8.png" bind:tap="handleTap1"></image>
<image class="page" mode="widthFix" src="{{imageUrl}}8.png?t={{Timestamp}}" bind:tap="handleTap1"></image>

8
src/pages/20/index.ts

@ -4,7 +4,13 @@ Page({ @@ -4,7 +4,13 @@ Page({
data: {
current: 0,
},
onLoad() {},
onLoad(options) {
if (options.current) {
this.setData({
current: Number(options.current),
});
}
},
handlePage1() {
this.setData({
current: 1,

4
src/pages/20/index.wxml

@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
<navigation-bar></navigation-bar>
<swiper class="page" current="{{current}}">
<swiper-item class="swiper-item1">
<image bind:tap="handlePage1" class="page-img" mode="widthFix" src="/images/45.png"></image>
<image bind:tap="handlePage1" class="page-img" mode="widthFix" src="{{imageUrl}}45.png?t={{Timestamp}}"></image>
</swiper-item>
<swiper-item>
<image bind:tap="handlePage2" class="page-img" mode="widthFix" src="/images/46.png"></image>
<image bind:tap="handlePage2" class="page-img" mode="widthFix" src="{{imageUrl}}46.png?t={{Timestamp}}"></image>
</swiper-item>
</swiper>

4
src/pages/21/index.ts

@ -12,7 +12,9 @@ Page({ @@ -12,7 +12,9 @@ Page({
}
},
handlePage1() {
wx.navigateBack();
wx.navigateTo({
url: "/pages/20/index?current=1",
});
},
handlePage2() {
wx.navigateBack();

6
src/pages/21/index.wxml

@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
<navigation-bar></navigation-bar>
<swiper class="page" current="{{current}}">
<swiper-item>
<image bind:tap="handlePage1" class="page-img" mode="widthFix" src="/images/47.png"></image>
<image bind:tap="handlePage1" class="page-img" mode="widthFix" src="{{imageUrl}}47.png?t={{Timestamp}}"></image>
</swiper-item>
<swiper-item>
<image bind:tap="handlePage2" class="page-img" mode="widthFix" src="/images/48.png"></image>
<image bind:tap="handlePage2" class="page-img" mode="widthFix" src="{{imageUrl}}48.png?t={{Timestamp}}"></image>
</swiper-item>
<swiper-item>
<image bind:tap="handlePage3" class="page-img" mode="widthFix" src="/images/49.png"></image>
<image bind:tap="handlePage3" class="page-img" mode="widthFix" src="{{imageUrl}}49.png?t={{Timestamp}}"></image>
</swiper-item>
</swiper>

78
src/pages/22/index.scss

@ -1,3 +1,81 @@ @@ -1,3 +1,81 @@
.page {
width: 100vw;
}
.page-click1 {
position: fixed;
top: 380rpx;
left: 0;
z-index: 1;
width: 750rpx;
height: 200rpx;
background-color: transparent;
}
.page-click2 {
position: fixed;
top: 640rpx;
left: 0;
z-index: 1;
width: 750rpx;
height: 170rpx;
background-color: transparent;
}
.page-click3 {
position: fixed;
top: 830rpx;
left: 0;
z-index: 1;
width: 750rpx;
height: 170rpx;
background-color: transparent;
}
.tabbar {
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
padding-bottom: 20rpx;
background-color: #fff;
.tabbar-img {
width: 100%;
}
.tabbar-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
.tabbar-click {
flex: 1;
height: 160rpx;
}
}
}
.float1 {
position: fixed;
bottom: 0;
left: 0;
z-index: 2;
width: 100vw;
}
.float2 {
position: fixed;
bottom: 0;
left: 0;
z-index: 2;
width: 100vw;
}
.float3 {
position: fixed;
bottom: 0;
left: 0;
z-index: 2;
width: 100vw;
}

31
src/pages/22/index.ts

@ -1,8 +1,37 @@ @@ -1,8 +1,37 @@
const _app = getApp<IAppOption>();
Page({
data: {},
data: {
float1: false,
float2: false,
float3: false,
},
onLoad() {},
handelTap1() {
this.setData({
float1: true,
});
},
handelTap2() {
wx.reLaunch({
url: "/pages/18/index",
});
},
handleFloat1() {
this.setData({
float1: false,
});
},
handleTabbar1() {
wx.reLaunch({
url: "/pages/11/index",
});
},
handleTabbar2() {
wx.reLaunch({
url: "/pages/17/index",
});
},
});
export {};

14
src/pages/22/index.wxml

@ -0,0 +1,14 @@ @@ -0,0 +1,14 @@
<image class="page" mode="widthFix" src="{{imageUrl}}53.png?t={{Timestamp}}"></image>
<view class="page-click1" bind:tap="handelTap1"></view>
<view class="page-click2" bind:tap="handelTap2"></view>
<view class="tabbar">
<image class="tabbar-img" mode="widthFix" src="{{imageUrl}}tabbar2-3.png?t={{Timestamp}}"></image>
<view class="tabbar-wrap">
<view class="tabbar-click" bind:tap="handleTabbar1"></view>
<view class="tabbar-click" bind:tap="handleTabbar2"></view>
<view class="tabbar-click"></view>
</view>
</view>
<image wx:if="{{float1}}" class="float1" mode="widthFix" src="{{imageUrl}}12.png?t={{Timestamp}}" bind:tap="handleFloat1"></image>

78
src/pages/23/index.scss

@ -1,3 +1,81 @@ @@ -1,3 +1,81 @@
.page {
width: 100vw;
}
.page-click1 {
position: fixed;
top: 380rpx;
left: 0;
z-index: 1;
width: 750rpx;
height: 200rpx;
background-color: transparent;
}
.page-click2 {
position: fixed;
top: 640rpx;
left: 0;
z-index: 1;
width: 750rpx;
height: 170rpx;
background-color: transparent;
}
.page-click3 {
position: fixed;
top: 830rpx;
left: 0;
z-index: 1;
width: 750rpx;
height: 170rpx;
background-color: transparent;
}
.tabbar {
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
padding-bottom: 20rpx;
background-color: #fff;
.tabbar-img {
width: 100%;
}
.tabbar-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
.tabbar-click {
flex: 1;
height: 160rpx;
}
}
}
.float1 {
position: fixed;
bottom: 0;
left: 0;
z-index: 2;
width: 100vw;
}
.float2 {
position: fixed;
bottom: 0;
left: 0;
z-index: 2;
width: 100vw;
}
.float3 {
position: fixed;
bottom: 0;
left: 0;
z-index: 2;
width: 100vw;
}

21
src/pages/23/index.ts

@ -1,8 +1,27 @@ @@ -1,8 +1,27 @@
const _app = getApp<IAppOption>();
Page({
data: {},
data: {
float1: false,
float2: false,
float3: false,
},
onLoad() {},
handelTap1() {
wx.reLaunch({
url: "/pages/11/index",
});
},
handleFloat1() {
this.setData({
float1: false,
});
},
handleTabbar1() {
wx.reLaunch({
url: "/pages/18/index",
});
},
});
export {};

11
src/pages/23/index.wxml

@ -0,0 +1,11 @@ @@ -0,0 +1,11 @@
<image class="page" mode="widthFix" src="{{imageUrl}}54.png?t={{Timestamp}}"></image>
<view class="page-click1" bind:tap="handelTap1"></view>
<view class="tabbar">
<image class="tabbar-img" mode="widthFix" src="{{imageUrl}}tabbar3-2.png?t={{Timestamp}}"></image>
<view class="tabbar-wrap">
<view class="tabbar-click" bind:tap="handleTabbar1"></view>
<view class="tabbar-click"></view>
</view>
</view>

2
src/pages/3/index.wxml

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
<navigation-bar></navigation-bar>
<image class="page" mode="widthFix" src="/images/13.png" bind:tap="handleTap1"></image>
<image class="page" mode="widthFix" src="{{imageUrl}}13.png?t={{Timestamp}}" bind:tap="handleTap1"></image>

4
src/pages/4/index.ts

@ -15,12 +15,12 @@ Page({ @@ -15,12 +15,12 @@ Page({
});
},
handleTabbar1() {
wx.navigateTo({
wx.reLaunch({
url: "/pages/1/index",
});
},
handleTabbar3() {
wx.navigateTo({
wx.reLaunch({
url: "/pages/7/index",
});
},

5
src/pages/4/index.wxml

@ -1,12 +1,11 @@ @@ -1,12 +1,11 @@
<image class="page" mode="widthFix" src="/images/2.png" bind:tap="handleTap1"></image>
<image class="page" mode="widthFix" src="{{imageUrl}}2.png?t={{Timestamp}}" bind:tap="handleTap1"></image>
<view class="page-click" catchtap="handleTap2"></view>
<view class="tabbar">
<image class="tabbar-img" mode="widthFix" src="/images/tabbar1-2.png"></image>
<image class="tabbar-img" mode="widthFix" src="{{imageUrl}}tabbar1-2.png?t={{Timestamp}}"></image>
<view class="tabbar-wrap">
<view class="tabbar-click" bind:tap="handleTabbar1"></view>
<view class="tabbar-click" bind:tap="handleTabbar2"></view>
<view class="tabbar-click" bind:tap="handleTabbar3"></view>
</view>
</view>

2
src/pages/5/index.wxml

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
<navigation-bar></navigation-bar>
<image class="page" mode="widthFix" src="/images/4.png" bind:tap="handleTap1"></image>
<image class="page" mode="widthFix" src="{{imageUrl}}4.png?t={{Timestamp}}" bind:tap="handleTap1"></image>

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save