whx 6 maanden geleden
bovenliggende
commit
af0eaf6678
21 gewijzigde bestanden met toevoegingen van 53 en 31 verwijderingen
  1. 1 1
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/common/main.wxss
  2. 1 1
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/common/runtime.js
  3. 10 0
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/components/common/avatar.js
  4. 4 0
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/components/common/avatar.json
  5. 1 0
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/components/common/avatar.wxml
  6. 1 0
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/components/common/avatar.wxss
  7. 2 2
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/components/common/upload.json
  8. 1 1
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/chat/chat.js
  9. 1 1
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/house/house.js
  10. 3 1
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/house/house.json
  11. 1 1
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/house/house.wxml
  12. 1 1
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/house/house.wxss
  13. 1 1
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/person/person.js
  14. 2 1
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/person/person.json
  15. 1 1
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/person/person.wxml
  16. 1 1
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/person/person.wxss
  17. 14 11
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/static/scss/common.scss
  18. 2 2
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/uni_modules/uv-calendar/components/uv-calendar/header.json
  19. 2 2
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/uni_modules/uv-calendar/components/uv-calendar/month.json
  20. 2 2
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/uni_modules/uv-overlay/components/uv-overlay/uv-overlay.json
  21. 1 1
      virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/uni_modules/uv-popup/components/uv-popup/uv-popup.js

File diff suppressed because it is too large
+ 1 - 1
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/common/main.wxss


File diff suppressed because it is too large
+ 1 - 1
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/common/runtime.js


File diff suppressed because it is too large
+ 10 - 0
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/components/common/avatar.js


+ 4 - 0
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/components/common/avatar.json

@@ -0,0 +1,4 @@
+{
+  "component": true,
+  "usingComponents": {}
+}

+ 1 - 0
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/components/common/avatar.wxml

@@ -0,0 +1 @@
+<view class="hui-avatar"><block wx:if="{{user.portrait}}"><image class="avatar-image" src="{{user.portrait}}" mode="aspectFill"></image></block><block wx:else><view class="avatar-image"><view style="{{('font-size:'+size+'rpx;line-height:'+lineHeight+'rpx')}}">{{name}}</view></view></block></view>

+ 1 - 0
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/components/common/avatar.wxss

@@ -0,0 +1 @@
+.hui-avatar{width:100%;height:100%}.hui-avatar .avatar-image{width:100%;height:100%;display:block;background:#08979c;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}

+ 2 - 2
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/components/common/upload.json

@@ -1,6 +1,6 @@
 {
-  "component": true,
   "usingComponents": {
     "uv-upload": "/uni_modules/uv-upload/components/uv-upload/uv-upload"
-  }
+  },
+  "component": true
 }

File diff suppressed because it is too large
+ 1 - 1
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/chat/chat.js


File diff suppressed because it is too large
+ 1 - 1
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/house/house.js


+ 3 - 1
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/house/house.json

@@ -4,6 +4,8 @@
     "uni-icons": "/uni_modules/uni-icons/components/uni-icons/uni-icons",
     "uni-dateformat": "/uni_modules/uni-dateformat/components/uni-dateformat/uni-dateformat",
     "hb-comment": "/uni_modules/hb-comment/components/hb-comment/hb-comment",
-    "uni-popup": "/uni_modules/uni-popup/components/uni-popup/uni-popup"
+    "uv-safe-bottom": "/uni_modules/uv-safe-bottom/components/uv-safe-bottom/uv-safe-bottom",
+    "uni-popup": "/uni_modules/uni-popup/components/uni-popup/uni-popup",
+    "avatar": "/components/common/avatar"
   }
 }

File diff suppressed because it is too large
+ 1 - 1
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/house/house.wxml


File diff suppressed because it is too large
+ 1 - 1
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/house/house.wxss


File diff suppressed because it is too large
+ 1 - 1
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/person/person.js


+ 2 - 1
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/person/person.json

@@ -1,6 +1,7 @@
 {
   "navigationBarTitleText": "房东信息",
   "usingComponents": {
-    "custom-waterfalls-flow": "/uni_modules/custom-waterfalls-flow/components/custom-waterfalls-flow/custom-waterfalls-flow"
+    "custom-waterfalls-flow": "/uni_modules/custom-waterfalls-flow/components/custom-waterfalls-flow/custom-waterfalls-flow",
+    "avatar": "/components/common/avatar"
   }
 }

File diff suppressed because it is too large
+ 1 - 1
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/person/person.wxml


File diff suppressed because it is too large
+ 1 - 1
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/pages/person/person.wxss


+ 14 - 11
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/static/scss/common.scss

@@ -68,17 +68,20 @@
 	}
 }
 //底部按钮
-.hui-button-box {
-	height: 100rpx;
-	background-color: #ffffff;
-	box-shadow: 0px 2px 10px rgba(3, 3, 3, 0.1);
-	position: fixed;
-	bottom: 0;
-	left: 0;
-	right: 0;
-	display: flex;
-	align-items: center;
-
+.hui-button-box {
+	background-color: #ffffff;
+	box-shadow: 0px 2px 10px rgba(3, 3, 3, 0.1);
+	position: fixed;
+	bottom: 0;
+	left: 0;
+	right: 0;
+	
+	.hui-button-view{
+		height: 100rpx;
+		display: flex;
+		align-items: center;
+	}
+	
 	.hui-button {
 		height: 68rpx;
 		border-radius: 68rpx;

+ 2 - 2
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/uni_modules/uv-calendar/components/uv-calendar/header.json

@@ -1,4 +1,4 @@
 {
-  "usingComponents": {},
-  "component": true
+  "component": true,
+  "usingComponents": {}
 }

+ 2 - 2
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/uni_modules/uv-calendar/components/uv-calendar/month.json

@@ -1,4 +1,4 @@
 {
-  "usingComponents": {},
-  "component": true
+  "component": true,
+  "usingComponents": {}
 }

+ 2 - 2
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/uni_modules/uv-overlay/components/uv-overlay/uv-overlay.json

@@ -1,6 +1,6 @@
 {
+  "component": true,
   "usingComponents": {
     "uv-transition": "/uni_modules/uv-transition/components/uv-transition/uv-transition"
-  },
-  "component": true
+  }
 }

File diff suppressed because it is too large
+ 1 - 1
virgo.wzfrontend/yui_wx/unpackage/dist/build/mp-weixin/uni_modules/uv-popup/components/uv-popup/uv-popup.js