浏览代码

新增历史记录入口

JXDS18FUJT 1 年之前
父节点
当前提交
4cc62ec7ba
共有 31 个文件被更改,包括 182 次插入416 次删除
  1. 175 415
      package-lock.json
  2. 2 1
      package.json
  3. 5 0
      src/pages/fortune/index.vue
  4. 二进制
      src/static/icon/blue_bzmp_long_rect@2x.png
  5. 二进制
      src/static/icon/blue_cha@2x.png
  6. 二进制
      src/static/icon/blue_long_rect@2x.png
  7. 二进制
      src/static/icon/blue_xysz_rect@2x.png
  8. 二进制
      src/static/icon/brown_bzmp_long_rect@2x.png
  9. 二进制
      src/static/icon/brown_cha@2x.png
  10. 二进制
      src/static/icon/brown_long_rect@2x.png
  11. 二进制
      src/static/icon/brown_xysz_rect@2x.png
  12. 二进制
      src/static/icon/green_bzmp_long_rect@2x.png
  13. 二进制
      src/static/icon/green_cha@2x.png
  14. 二进制
      src/static/icon/green_long_rect@2x.png
  15. 二进制
      src/static/icon/green_xysz_rect@2x.png
  16. 二进制
      src/static/icon/red_bzmp_long_rect@2x.png
  17. 二进制
      src/static/icon/red_cha@2x.png
  18. 二进制
      src/static/icon/red_long_rect@2x.png
  19. 二进制
      src/static/icon/red_xysz_rect@2x.png
  20. 二进制
      src/static/icon/yellow_bzmp_long_rect@2x.png
  21. 二进制
      src/static/icon/yellow_cha@2x.png
  22. 二进制
      src/static/icon/yellow_long_rect@2x.png
  23. 二进制
      src/static/icon/yellow_xysz_rect@2x.png
  24. 二进制
      src/static/imgs/car-active.png
  25. 二进制
      src/static/imgs/car.png
  26. 二进制
      src/static/imgs/fortune-active.png
  27. 二进制
      src/static/imgs/fortune.png
  28. 二进制
      src/static/imgs/user-active.png
  29. 二进制
      src/static/imgs/user.png
  30. 二进制
      src/static/imgs/video-active.png
  31. 二进制
      src/static/imgs/video.png

文件差异内容过多而无法显示
+ 175 - 415
package-lock.json


+ 2 - 1
package.json

@@ -102,7 +102,8 @@
     "mini-types": "*",
     "miniprogram-api-typings": "*",
     "postcss-comment": "^2.0.0",
-    "vue-template-compiler": "^2.6.11"
+    "vue-template-compiler": "^2.6.11",
+    "yx-tiny": "0.0.10"
   },
   "browserslist": [
     "Android >= 4",

+ 5 - 0
src/pages/fortune/index.vue

@@ -53,6 +53,11 @@
 										:src="downArrowImg"></image>
 								</view>
 							</picker>
+							<navigator style="height: 80rpx;" open-type="navigate" url="/otherPages/forecastHistory/index">
+								<button  	hover-class="none" style="background: #EEBB65;color: #fff;line-height: 80rpx;height: 80rpx;">
+									历史记录
+								</button>
+							</navigator>
 						</view>
 					</view>
 					<view class="content-inputs-row" style="flex-wrap: wrap;">

二进制
src/static/icon/blue_bzmp_long_rect@2x.png


二进制
src/static/icon/blue_cha@2x.png


二进制
src/static/icon/blue_long_rect@2x.png


二进制
src/static/icon/blue_xysz_rect@2x.png


二进制
src/static/icon/brown_bzmp_long_rect@2x.png


二进制
src/static/icon/brown_cha@2x.png


二进制
src/static/icon/brown_long_rect@2x.png


二进制
src/static/icon/brown_xysz_rect@2x.png


二进制
src/static/icon/green_bzmp_long_rect@2x.png


二进制
src/static/icon/green_cha@2x.png


二进制
src/static/icon/green_long_rect@2x.png


二进制
src/static/icon/green_xysz_rect@2x.png


二进制
src/static/icon/red_bzmp_long_rect@2x.png


二进制
src/static/icon/red_cha@2x.png


二进制
src/static/icon/red_long_rect@2x.png


二进制
src/static/icon/red_xysz_rect@2x.png


二进制
src/static/icon/yellow_bzmp_long_rect@2x.png


二进制
src/static/icon/yellow_cha@2x.png


二进制
src/static/icon/yellow_long_rect@2x.png


二进制
src/static/icon/yellow_xysz_rect@2x.png


二进制
src/static/imgs/car-active.png


二进制
src/static/imgs/car.png


二进制
src/static/imgs/fortune-active.png


二进制
src/static/imgs/fortune.png


二进制
src/static/imgs/user-active.png


二进制
src/static/imgs/user.png


二进制
src/static/imgs/video-active.png


二进制
src/static/imgs/video.png


部分文件因为文件数量过多而无法显示