shish 4 лет назад
Родитель
Сommit
34537e3cb9
46 измененных файлов с 3713 добавлено и 15 удалено
  1. 0 0
      hdApp/dist/build/app-plus/__uniappchooselocation.js
  2. 0 0
      hdApp/dist/build/app-plus/__uniappes6.js
  3. 0 0
      hdApp/dist/build/app-plus/__uniappopenlocation.js
  4. 0 0
      hdApp/dist/build/app-plus/__uniapppicker.js
  5. 6 0
      hdApp/dist/build/app-plus/__uniappquill.js
  6. 0 0
      hdApp/dist/build/app-plus/__uniappquillimageresize.js
  7. 0 0
      hdApp/dist/build/app-plus/__uniappscan.js
  8. BIN
      hdApp/dist/build/app-plus/__uniappsuccess.png
  9. 25 0
      hdApp/dist/build/app-plus/__uniappview.html
  10. 3 0
      hdApp/dist/build/app-plus/app-config-service.js
  11. 1 0
      hdApp/dist/build/app-plus/app-config.js
  12. 0 0
      hdApp/dist/build/app-plus/app-service.js
  13. 0 0
      hdApp/dist/build/app-plus/app-view.js
  14. 88 0
      hdApp/dist/build/app-plus/hybrid/html/local.html
  15. 0 0
      hdApp/dist/build/app-plus/manifest.json
  16. 174 0
      hdApp/dist/build/app-plus/static/css/base.scss
  17. 574 0
      hdApp/dist/build/app-plus/static/css/common.scss
  18. 222 0
      hdApp/dist/build/app-plus/static/css/minxin.scss
  19. 148 0
      hdApp/dist/build/app-plus/static/css/reset.scss
  20. 1452 0
      hdApp/dist/build/app-plus/static/css/uni2.css
  21. 435 0
      hdApp/dist/build/app-plus/static/iconfont/iconfont-production.css
  22. 435 0
      hdApp/dist/build/app-plus/static/iconfont/iconfont.css
  23. 29 0
      hdApp/dist/build/app-plus/static/iconfont/readme.md
  24. BIN
      hdApp/dist/build/app-plus/static/images/callback/bg.png
  25. BIN
      hdApp/dist/build/app-plus/static/images/common/arrow.png
  26. BIN
      hdApp/dist/build/app-plus/static/images/common/business-sale.png
  27. BIN
      hdApp/dist/build/app-plus/static/images/common/business-stock.png
  28. BIN
      hdApp/dist/build/app-plus/static/images/common/category-no.png
  29. BIN
      hdApp/dist/build/app-plus/static/images/common/localposition.png
  30. BIN
      hdApp/dist/build/app-plus/static/images/common/member-is.png
  31. BIN
      hdApp/dist/build/app-plus/static/images/common/member-no.png
  32. BIN
      hdApp/dist/build/app-plus/static/images/common/order-is.png
  33. BIN
      hdApp/dist/build/app-plus/static/images/common/order-no.png
  34. BIN
      hdApp/dist/build/app-plus/static/images/common/shop-apply.png
  35. BIN
      hdApp/dist/build/app-plus/static/images/common/shop-me.png
  36. BIN
      hdApp/dist/build/app-plus/static/images/common/shop-tab.png
  37. BIN
      hdApp/dist/build/app-plus/static/images/common/shop-tab_no.png
  38. BIN
      hdApp/dist/build/app-plus/static/images/common/user-no.png
  39. BIN
      hdApp/dist/build/app-plus/static/images/default-img.png
  40. 0 0
      hdApp/dist/build/app-plus/view.css
  41. 0 0
      hdApp/dist/build/app-plus/view.umd.min.js
  42. 1 0
      hdApp/dist/debug/.roid.ins
  43. BIN
      hdApp/dist/debug/android_debug.apk
  44. 18 13
      hdApp/src/admin/home/me.vue
  45. 26 1
      hdApp/src/manifest.json
  46. 76 1
      hdApp/src/utils/util.js

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hdApp/dist/build/app-plus/__uniappchooselocation.js


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hdApp/dist/build/app-plus/__uniappes6.js


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hdApp/dist/build/app-plus/__uniappopenlocation.js


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hdApp/dist/build/app-plus/__uniapppicker.js


Разница между файлами не показана из-за своего большого размера
+ 6 - 0
hdApp/dist/build/app-plus/__uniappquill.js


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hdApp/dist/build/app-plus/__uniappquillimageresize.js


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hdApp/dist/build/app-plus/__uniappscan.js


BIN
hdApp/dist/build/app-plus/__uniappsuccess.png


+ 25 - 0
hdApp/dist/build/app-plus/__uniappview.html

@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html lang="zh-CN">
+
+  <head>
+    <meta charset="UTF-8" />
+    <script>
+      var __UniViewStartTime__ = Date.now();
+      var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
+        CSS.supports('top: constant(a)'))
+      document.write(
+        '<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
+        (coverSupport ? ', viewport-fit=cover' : '') + '" />')
+    </script>
+    <title>View</title>
+    <link rel="stylesheet" href="view.css" />
+  </head>
+
+  <body>
+    <div id="app"></div>
+    <script src="__uniappes6.js"></script>
+    <script src="view.umd.min.js"></script>
+    <script src="app-view.js"></script>
+  </body>
+
+</html>

Разница между файлами не показана из-за своего большого размера
+ 3 - 0
hdApp/dist/build/app-plus/app-config-service.js


+ 1 - 0
hdApp/dist/build/app-plus/app-config.js

@@ -0,0 +1 @@
+(function(e){function r(r){for(var n,l,i=r[0],p=r[1],a=r[2],c=0,s=[];c<i.length;c++)l=i[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in p)Object.prototype.hasOwnProperty.call(p,n)&&(e[n]=p[n]);f&&f(r);while(s.length)s.shift()();return u.push.apply(u,a||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var p=t[i];0!==o[p]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={"app-config":0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"===typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e["default"]}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="/";var i=this["webpackJsonp"]=this["webpackJsonp"]||[],p=i.push.bind(i);i.push=r,i=i.slice();for(var a=0;a<i.length;a++)r(i[a]);var f=p;t()})([]);

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hdApp/dist/build/app-plus/app-service.js


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hdApp/dist/build/app-plus/app-view.js


+ 88 - 0
hdApp/dist/build/app-plus/hybrid/html/local.html

@@ -0,0 +1,88 @@
+<!DOCTYPE html>
+<html>
+	<head>
+		<meta charset="utf-8" />
+		<meta name="viewport" content="width=device-width, initial-scale=1">
+		<title>本地网页</title>
+		<style type="text/css">
+			.btn {
+				display: block;
+				margin: 20upx auto;
+				padding: 5upx;
+				background-color: #007aff;
+				border: 0;
+				color: #ffffff;
+				height: 40upx;
+				width: 200upx;
+			}
+
+			.btn-red {
+				background-color: #dd524d;
+			}
+
+			.btn-yellow {
+				background-color: #f0ad4e;
+			}
+
+			.desc {
+				padding: 10upx;
+				color: #999999;
+			}
+		</style>
+	</head>
+	<body>
+		<p class="desc">web-view 组件加载本地 html 示例,仅在 App 环境下生效。点击下列按钮,跳转至其它页面。</p>
+		<div class="btn-list">
+			<button class="btn" type="button" data-action="navigateTo">navigateTo</button>
+			<button class="btn" type="button" data-action="redirectTo">redirectTo</button>
+			<button class="btn" type="button" data-action="navigateBack">navigateBack</button>
+			<button class="btn" type="button" data-action="reLaunch">reLaunch</button>
+			<button class="btn" type="button" data-action="switchTab">switchTab</button>
+		</div>
+		<p class="desc">网页向应用发送消息。注意:小程序端应用会在此页面后退时接收到消息。</p>
+		<div class="btn-list">
+			<button class="btn btn-red" type="button" id="postMessage">postMessage</button>
+		</div>
+		<!-- uni 的 SDK -->
+		<script type="text/javascript" src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js"></script>
+		<script type="text/javascript">
+			document.addEventListener('UniAppJSBridgeReady', function() {
+				document.querySelector('.btn-list').addEventListener('click', function(evt) {
+					var target = evt.target;
+					if (target.tagName === 'BUTTON') {
+						var action = target.getAttribute('data-action');
+						switch (action) {
+							case 'switchTab':
+								uni.switchTab({
+									url: '/pages/tabBar/API/API'
+								});
+								break;
+							case 'reLaunch':
+								uni.reLaunch({
+									url: '/pages/tabBar/API/API'
+								});
+								break;
+							case 'navigateBack':
+								uni.navigateBack({
+									delta: 1
+								});
+								break;
+							default:
+								uni[action]({
+									url: '/pages/component/button/button'
+								});
+								break;
+						}
+					}
+				});
+				document.querySelector("#postMessage").addEventListener('click', function() {
+					uni.postMessage({
+						data: {
+							action: 'message'
+						}
+					});
+				})
+			});
+		</script>
+	</body>
+</html>

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hdApp/dist/build/app-plus/manifest.json


+ 174 - 0
hdApp/dist/build/app-plus/static/css/base.scss

@@ -0,0 +1,174 @@
+/**
+*全局公共样式
+*/
+.app-content {
+    // line-height: 1;
+    background-color: $backColor;
+    min-height: 100vh;
+    position: relative;
+}
+/* #ifdef H5 */
+.app-content.app-main {
+    min-height: calc(100vh - 100upx);
+}
+/* #endif */
+.gray_txt {
+    color: #999 !important;
+}
+
+.ph {
+    font-size: 30upx;
+    color: gray;
+}
+
+.w100 {
+    width: 100% !important;
+}
+
+.ml0{
+    margin-left: 0 !important;
+}
+
+.text_main_color {
+    color: #ff9000;
+}
+
+.underline {
+    text-decoration: underline;
+}
+
+.separate_line {
+    color: #999;
+    margin: 0 16upx;
+}
+
+.text_sub_com {
+    color: #999;
+    font-size: 24upx;
+}
+
+.flex {
+    display: flex;
+}
+
+.flex-center-center {
+    @extend .flex;
+    align-items: center;
+    justify-content: center;
+}
+
+.flex-center {
+    display: flex;
+    align-items: center;
+}
+
+.flex-start {
+    @extend .flex;
+    align-items: flex-start;
+}
+
+.flex-end {
+    @extend .flex;
+    align-items: flex-end;
+}
+
+.flex-center-between {
+    @extend .flex;
+    align-items: center;
+    justify-content: space-between;
+}
+
+.flex-center-around {
+    @extend .flex;
+    align-items: center;
+    justify-content: space-around;
+}
+
+.flex-center-evenly {
+    @extend .flex;
+    align-items: center;
+    justify-content: space-evenly;
+}
+
+.flex-center-start {
+    @extend .flex;
+    align-items: center;
+    justify-content: flex-start;
+}
+
+.flex-center-end {
+    @extend .flex;
+    align-items: center;
+    justify-content: flex-end;
+}
+
+// ===================    定义的全局字体普通样式 ========================
+
+.app-padding {
+	padding: 0 30upx;
+}
+
+.app-color-0 {
+    color: $fontColorMain;
+}
+
+.app-color-1 {
+    color: $mainColor;
+}
+
+.app-color-2 {
+    color: $fontColor2;
+}
+
+.app-color-3 {
+    color: $fontColor3;
+}
+
+.app-color-4 {
+    color: $mainColor1;
+}
+
+// 金额
+.app-price {
+	color: #FF2842;
+}
+
+.app-bold {
+	font-weight: bold;
+}
+
+.app-size-24 {
+	font-size: 24upx;
+}
+
+.app-size-26 {
+	font-size: 26upx;
+}
+
+.app-size-28 {
+	font-size: 28upx;
+}
+
+.app-size-30 {
+	font-size: 30upx;
+}
+
+.app-size-32 {
+	font-size: 32upx;
+}
+
+.app-size-34 {
+	font-size: 34upx;
+}
+
+.app-size-36 {
+	font-size: 36upx;
+}
+
+.app-size-38 {
+	font-size: 38upx;
+}
+
+.app-size-40 {
+	font-size: 40upx;
+}

+ 574 - 0
hdApp/dist/build/app-plus/static/css/common.scss

@@ -0,0 +1,574 @@
+/**
+*全局样式,以 App- 前缀命名
+*/
+* {
+    margin: 0;
+    padding: 0;
+}
+
+page,
+view,
+scroll-view,
+swiper,
+movable-area,
+cover-view,
+text,
+icon,
+rich-text,
+progress,
+button,
+checkbox-group,
+checkbox,
+form,
+input,
+label,
+picker,
+picker-view,
+radio-group,
+slider,
+switch,
+textarea,
+navigator,
+audio,
+image,
+video,
+live-player,
+live-pusher,
+open-data,
+web-view {
+  //   font-family: 'Microsoft Yahei';
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+}
+
+page,
+body {
+    font-family: "microsoft yahei";
+    font-size: 24upx;
+    // height: 100%;
+    // line-height: 1;
+}
+
+.clearfix {
+}
+.clearfix:after {
+  display: block;
+  content: '';
+  clear: both;
+}
+
+.overscroll {
+  overflow-y: auto;
+  -webkit-overflow-scrolling: touch;
+}
+
+.text-line {
+    word-break: keep-all;
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
+  }
+  
+.app-wh100 {
+    width: 100%;
+    height: 100%;
+}
+// .App_bg {
+// 	height: 100%;
+// }
+.App {
+    // line-height: 1;
+    min-height: 100vh;
+}
+.App_gray {
+    // line-height: 1;
+    min-height: 100vh;
+    background-color: $backColor;
+}
+.App_row {
+    display: flex;
+    justify-content: center;
+}
+.App_col {
+    display: flex;
+    align-items: center;
+    flex-direction: column;
+}
+
+.App_border-box * {
+    box-sizing: border-box;
+}
+
+// 按钮公共样式
+.button-com {
+    display: inline-block;
+    color: $mainColor;
+    font-size: 28upx;
+    padding: 20upx 30upx;
+    background-color: #fff;
+    border-radius: 100upx;
+    border: 1px solid $mainColor;
+    text-align: center;
+    line-height: 1;
+    margin: 0;
+    &:active {
+        color: rgb(245, 63, 85);
+        border-color: rgb(245, 63, 85);
+    }
+}
+.button-com::after{
+    border: none;    
+}
+.button-com.big {
+    padding-top: 30upx;
+    padding-bottom: 30upx;
+}
+.button-com.red {
+    color: #fff;
+    background-color: $mainColor;
+    &:active {
+        background-color: rgb(245, 63, 85);
+    }
+}
+.button-com.green {
+    color: #fff;
+    background-color: #07be0b;
+    border-color: #07be0b;
+    &:active {
+        background-color: rgb(45, 194, 47);
+    }
+}
+.button-com.blue {
+    color: #fff;
+    background-color: #3385FF;
+    border-color: #3385FF;
+    &:active {
+        background-color: #639cf1;
+    }
+}
+.button-com.default {
+    color: $fontColor2;
+    border-color: #dddddd;
+    &:active {
+        background-color: #f5f5f5;
+    }
+}
+.button-com.disable {
+    color: #fff;
+    background-color: #ccc;
+    border-color: #ccc;
+}
+// ============ 后台 =============
+.admin-button-com {
+    display: inline-block;
+    color: $mainColor;
+    font-size: 26upx;
+    padding: 10upx 20upx;
+    background-color: #fff;
+    border-radius: 8upx;
+    border: 1px solid $mainColor;
+    text-align: center;
+    line-height: 1;
+    margin: 0;
+    &:active {
+        color: #3876d4;
+        border-color: #3876d4;
+    }
+}
+.admin-button-com::after{
+    border:none;
+}
+.admin-button-com.middle {
+    padding-top: 20upx;
+    padding-bottom: 20upx;
+    font-size: 28upx;
+}
+.admin-button-com.big {
+    padding-top: 30upx;
+    padding-bottom: 30upx;
+    font-size: 32upx;
+}
+.admin-button-com.blue {
+    color: #fff;
+    background-color: $mainColor;
+    &:active {
+        background-color: #3876d4;
+    }
+}
+
+.admin-button-com.default {
+    color: $fontColor2;
+    border-color: #dddddd;
+    &:active {
+        background-color: #f5f5f5;
+    }
+}
+
+.admin-button-com.disable {
+    color: #fff;
+    background-color: #ccc;
+    border-color: #ccc;
+}
+// ======================= 输入框公共样式 - start ====================
+.input-line-wrap {
+    // 是否必填
+    .required::before {
+        content: "*";
+        color: #f04545;
+        font-size: 28upx;
+        margin-right: 8upx;
+    }
+    // 公共
+    .line-cell {
+        &.between {
+            justify-content: space-between;
+        }
+        // &.switch {
+        //     padding-top: 14upx;
+        //     padding-bottom: 14upx;
+        // }
+        .tui-title {
+            width: 210upx;
+            color: $fontColor2;
+            flex-shrink: 0;
+        }
+        .tui-input {
+            width: calc(100% - 210upx);
+            font-size: 28upx;
+        }
+        .tui-textarea {
+            width: 100%;
+            font-size: 28upx;
+        }
+        .tui-operate {
+            width: calc(100% - 210upx);
+            font-size: 28upx;
+        }
+        .tui-placeholder {
+            color: #ccc;
+        }
+        .tui-prompt {
+            flex-shrink: 0;
+            color: $fontColor2;
+            margin-left: 20upx;
+        }
+    }
+    .phcolor {
+        color: #ccc;
+    }
+    .prompt-text {
+        color: $fontColor3;
+        margin-top: 20upx;
+        margin-left: 30upx;
+    }
+    .btn-wrap {
+        width: calc(100% - 60upx);
+        margin: 60upx auto;
+        .button-com {
+            width: 100%;
+            margin: 0 auto;
+        }
+        .admin-button-com {
+            width: 100%;
+            margin: 0 auto;
+        }
+    }
+}
+// ======================= 输入框公共样式 - end ====================
+
+// ======================= 弹窗输入框公共样式 - start ====================
+.app-modal-input-wrap {
+    width: 100%;
+    .inp-list-line {
+        width: 100%;
+        @include disFlex(center, space-between);
+        font-size: 32upx;
+        margin-bottom: 20upx;
+        color: $fontColor2;
+        text-align: left;
+        &:last-child {
+            margin-bottom: 0;
+        }
+        .line-label {
+            margin-right: 20upx;
+            flex-shrink: 0;
+        }
+        .line-input {
+            width: 100%;
+            @include disFlex(center, center);
+            &.flex-strat {
+                justify-content: flex-start;
+            }
+            .inp-input,
+            .inp-select {
+                width: 100%;
+                height: 90upx;
+                border: 2upx solid $borderColor;
+                padding-left: 20upx;
+                border-radius: 4upx;
+                color: #333;
+            }
+            .inp-select {
+                position: relative;
+                line-height: 90upx;
+                &:active {
+                    background-color: $backColor;
+                }
+                &::before {
+                    content: " ";
+                    height: 20upx;
+                    width: 20upx;
+                    border-width: 2upx 2upx 0 0;
+                    border-color: #bbbbbb;
+                    border-style: solid;
+                    transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
+                    position: absolute;
+                    top: 50%;
+                    margin-top: -12upx;
+                    right: 16upx;
+                }
+            }
+            .inp-prompt {
+                flex-shrink: 0;
+                margin-left: 20upx;
+            }
+            .tui-placeholder {
+                color: #ccc;
+            }
+        }
+    }
+}
+// ======================= 弹窗输入框公共样式 - end ====================
+
+// ======================= admin 操作弹窗 公共 =========================
+
+.operate-icon-wrap {
+    position: relative;
+    width: 36upx;
+    height: 36upx;
+    .operate-icon {
+        position: absolute;
+        bottom: -18upx;
+        left: -18upx;
+        padding: 20upx;
+        .iconcaozuojihuo {
+            color: $mainColor !important;
+        }
+    }
+}
+
+.app-margin-left-20 {
+    margin-left: 20upx;
+}
+
+// 带统计字数文本域
+.textarea_wrap {
+    position: relative;
+    textarea {
+        display: block;
+        background-color: #fff;
+        padding: 30upx 31px;
+        border: 0 none;
+        width: 100%;
+        height: 270upx;
+    }
+    .count {
+        position: absolute;
+        line-height: 1;
+        right: 30upx;
+        bottom: 30upx;
+        font-size: 24upx;
+        color: rgba(153, 153, 153, 1);
+    }
+}
+
+/* 超出隐藏 */
+.ellipsis_line_com {
+    overflow: hidden;
+    white-space: nowrap;
+    text-overflow: ellipsis;
+}
+
+/* 超出两行隐藏 */
+.ellipsis_two_line_com {
+    text-overflow: -o-ellipsis-lastline;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    display: -webkit-box;
+    -webkit-line-clamp: 2;
+    line-clamp: 2;
+    -webkit-box-orient: vertical;
+    line-height: 1.3;
+}
+
+/* 黑色蒙版 */
+.black_mask {
+    position: fixed;
+    top: 0;
+    bottom: 0;
+    left: 0;
+    right: 0;
+    width: 100vw;
+    height: 100vh;
+    background-color: rgba(0, 0, 0, 0.7);
+    z-index: 999;
+    &.center {
+        display: flex;
+        justify-content: center;
+        align-items: center;
+    }
+}
+
+.app-footer {
+    width: 100%;
+    max-width: 750upx; /*no*/
+    min-width: 320upx; /*no*/
+    height: 100upx;
+    position: fixed;
+    text-align: center;
+    bottom: 0;
+    background: white;
+    box-shadow: -4upx -4upx 6upx #eee;
+    z-index: 100;
+    display: flex;
+    justify-content: center;
+    align-items: center;
+    & .add {
+        width: 38upx;
+        height: 38upx;
+        margin-right: 20upx;
+    }
+    &.open_btn {
+        justify-content: flex-end;
+        .admin-button-com {
+            margin-right: 30upx;
+        }
+    }  
+}
+
+.noMore {
+    color: #969799;
+    font-size: 24upx;
+    line-height: 50upx;
+    text-align: center;
+    padding: 30upx 0;
+}
+li {
+    list-style: none;
+}
+
+// .app-seach-box {
+// 	position: relative;
+// 	z-index: 999;
+// 	& .app-filter_wrap {
+// 		padding-left: 30upx;
+// 		display: flex;
+// 		justify-content: center;
+// 		align-items: center;
+// 		position: relative;
+// 		color: #666666;
+// 		border-right: 1px;
+// 		& > view {
+// 			padding: 0 5upx;
+// 		}
+// 		&::after {
+// 			content: '';
+// 			height: 60upx;
+// 			position: absolute;
+// 			background-color: #dddddd;
+// 			width: 1Px;
+// 			left: 0;
+// 			top: 50%;
+// 			transform: translate(0 ,-50%);
+// 		}
+// 	}
+// }
+
+.includecontent p img {
+    width: 100%;
+    height: auto;
+}
+.uni-overflow-hidden {
+    overflow: hidden;
+    height: 100vh;
+}
+
+.inputTip_box {
+    position: relative;
+    width: 100%;
+    .inputTip {
+        position: absolute;
+        top: 50%;
+        transform: translateY(-50%);
+        right: 0;
+        color: #f44;
+        font-size: 28upx;
+    }
+}
+
+.text-overflow {
+    overflow: hidden;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+}
+
+.animate-open {
+    transform: rotate(180);
+}
+
+.animate-close {
+    transform: rotate(0);
+}
+//隐藏滚动条
+::-webkit-scrollbar {
+    width: 0;
+    height: 0;
+    color: transparent;
+}
+// 圆角背景
+.app-round_bg {
+    width: 100%;
+    position: absolute;
+    background-color: #3385FF;
+    height: 299upx;
+    border-radius: 0upx 0upx 83upx 83upx;
+}
+
+
+
+.table-view {
+	.table-header {
+		display: flex;
+		padding: 20upx 30upx;
+
+		box-shadow: 0upx 1px 0upx 0upx #eeeeee;
+		color: #999999;
+		.table-th {
+            margin:0 10upx;
+			white-space: nowrap;
+		}
+	}
+	.table-tr {
+		display: flex;
+		align-items: center;
+		padding: 20upx 30upx;
+		border-bottom: 1px solid #eeeeee;
+		color: #999999;
+		.table-td {
+            margin:0 10upx;
+			.warn {
+				color: #ffaf1d;
+			}
+			.fail {
+				color: #f51608;
+			}
+			.success {
+				color: #09bb07;
+			}
+			.info {
+				color: #333;
+			}
+		}
+	}
+}

+ 222 - 0
hdApp/dist/build/app-plus/static/css/minxin.scss

@@ -0,0 +1,222 @@
+@mixin shadow($xSize,$ySize,$size,$color){//阴影
+    -moz-box-shadow: $xSize $ySize $size $color  !important; /* 老的 Firefox */
+         box-shadow: $xSize $ySize $size $color  !important;
+}
+
+@mixin triangle($size,$top-color,$right-color,$bottom-color,$left-color){//三角形
+    width: 0;
+    height: 0;
+    display: block;
+    border-top: $size solid $top-color;
+    border-right: $size solid $right-color;
+    border-bottom: $size solid $bottom-color;
+    border-left: $size solid $left-color;
+}
+
+@mixin translateX($size){//x轴位移
+    transform:translateX($size);
+    -webkit-transform:translateX($size);
+    -moz-transform:translateX($size);
+    -o-transform:translateX($size);
+    -ms-transform:translateX($size);
+}
+
+@mixin translateY($size){//x轴位移
+    transform:translateY($size);
+    -webkit-transform:translateY($size);
+    -moz-transform:translateY($size);
+    -o-transform:translateY($size);
+    -ms-transform:translateY($size);
+}
+
+@mixin translate3d($x,$y,$z){//x,y,z轴位移
+    transform:translate3d($x,$y,$z);
+    -webkit-transform:translate3d($x,$y,$z);
+    -moz-transform:translate3d($x,$y,$z);
+    -o-transform:translate3d($x,$y,$z);
+    -ms-transform:translate3d($x,$y,$z);
+}
+
+@mixin disFlex(){
+    display: -webkit-flex !important;
+    display: -moz-flex !important;
+    display: -ms-flex !important;
+    display:flex !important;
+}
+
+@mixin disBox(){
+    display:box !important;
+    display:-webkit-box !important;
+}
+
+@mixin disFlex($items: center,$justify: center){//位置
+    display:flex;
+    display:-webkit-flex;
+    align-items: $items;
+    justify-content: $justify;
+}
+
+@mixin box-pack($align,$pack){
+    display: box;
+    display: -moz-box;
+    display: -webkit-box;
+    
+    box-pack:$pack;
+    -webkit-box-pack:$pack;
+
+    box-align:$align;
+    -webkit-box-align:$align;
+    -moz-box-align:$align;  
+}
+
+@mixin boxDirection(){
+    -moz-box-pack:end;
+	-webkit-box-pack:end;
+	-o-box-pack:end;
+	box-pack:end;
+}
+@mixin flex1-1(){
+    box-flex: 1;
+    -moz-box-flex:1;
+    -webkit-box-flex: 1;
+    flex: 1 !important;
+    -webkit-flex:1 !important;
+}
+
+@mixin transition($type,$time){
+    -webkit-transition: $type $time;	/* Safari 和 Chrome */
+       -moz-transition: $type $time;	/* Firefox 4 */
+         -o-transition: $type $time;
+            transition: $type $time;
+}
+
+@mixin ransformRotate($deg){//旋转
+    transform:rotate($deg);
+    -ms-transform:rotate($deg); 	/* IE 9 */
+    -moz-transform:rotate($deg); 	/* Firefox */
+    -webkit-transform:rotate($deg); /* Safari 和 Chrome */
+    -o-transform:rotate($deg); 	/* Opera */
+}
+
+@mixin radius($deg){
+    border-radius: $deg;
+}
+
+@mixin ellipses(){
+    overflow:hidden; 
+    text-overflow:ellipsis;
+    -webkit-box-orient:vertical;
+}
+
+@mixin urlAbsolute(){
+    position:absolute;
+    top:0;
+    right:0;
+    bottom:0;
+    left:0;
+}
+
+@mixin box-flex(){
+    box-flex: 1;
+    -webkit-box-flex: 1; 
+    -moz-box-flex: 1; 
+    -ms-box-flex: 1; 
+    display: block !important; 
+    width: 100%;
+}
+
+@mixin box(){
+    display: -webkit-box; 
+    display: -moz-box; 
+    display: -ms-box; 
+    display: box;
+}
+
+@mixin ell(){
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
+}
+
+@mixin boxSizing($val){
+    box-sizing: $val;
+    -webkit-box-sizing: $val;
+    -moz-box-sizing: $val;
+    -ms-box-sizing: $val;
+}
+
+
+
+// 背景图片地址和大小
+@mixin bis($url) { 
+	background-image: url($url);
+	background-repeat: no-repeat;
+	background-size: 100% 100%;
+}
+
+@mixin borderRadius($radius) {
+    -webkit-border-radius: $radius;
+    -moz-border-radius: $radius;
+    -ms-border-radius: $radius;
+    -o-border-radius: $radius;
+    border-radius: $radius;
+}
+//定位全屏
+@mixin allcover{
+	position:absolute;
+	top:0;
+	right:0;
+}
+
+//定位上下左右居中
+@mixin center {  
+	position: absolute;
+	top: 50%;
+    left: 50%;
+    transform: translate(-50%, -50%);
+}
+
+//定位上下居中
+@mixin ct {  
+	position: absolute;
+	top: 50%;
+    transform: translateY(-50%);
+}
+
+//定位左右居中
+@mixin cl {
+	position: absolute;
+	left: 50%;
+    transform: translateX(-50%);
+}
+
+//宽高
+@mixin wh($width, $height){
+	width: $width;
+	height: $height;
+}
+
+//字体大小、行高、字体
+@mixin font($size, $line-height, $family: 'Microsoft YaHei') {  
+	font: #{$size}/#{$line-height} $family;
+}
+
+//字体大小,颜色
+@mixin sc($size, $color){
+	font-size: $size;
+	color: $color;
+}
+
+//flex 布局和 子元素 对其方式
+@mixin fj($type: space-between){
+	display: flex;
+	justify-content: $type;
+}
+
+@mixin disFlexCen(){
+    display:flex;
+    display: -webkit-flex;
+    display: -moz-flex;
+    display: -ms-flex;
+    align-items: center;
+}

+ 148 - 0
hdApp/dist/build/app-plus/static/css/reset.scss

@@ -0,0 +1,148 @@
+/*  #ifdef  H5  */
+.uni-page-head {
+    background-color: transparent !important;
+}
+/*  #endif  */
+
+/*  #ifdef  H5  */
+/*  #endif  */
+uni-page-body,
+body,
+html {
+    height: auto;
+    min-height: 100%;
+}
+
+body {
+    -webkit-overflow-scrolling: touch;
+}
+
+// 修改uni-nav-bar样式
+.uni-navbar-header {
+    line-height: 96upx !important;
+    height: 96upx !important;
+}
+
+// 修改uni-toast样式
+uni-toast {
+    z-index: 99999 !important;
+}
+
+.uni-status-bar {
+    height: auto !important;
+}
+
+.uni-navbar-container {
+    display: flex !important;
+    align-items: center !important;
+    justify-content: center !important;
+}
+
+.uni-navbar-shadow {
+    box-shadow: 0 0 6upx 2upx #ccc;
+}
+
+uni-picker .uni-picker-item {
+    font-size: 30upx;
+}
+
+.iconfont {
+    display: inline-block;
+    vertical-align: middle;
+}
+
+// 修改image的图片样式
+// image {
+// 	width: 100%;
+// 	height: auto;
+// 	display: block;
+// }
+
+// 修改radio大小
+.uni-radio-wrapper {
+    .uni-radio-input {
+        width: 42upx;
+        height: 42upx;
+    }
+    .uni-radio-input-checked {
+        background-color: $mainColor !important;
+        border-color: $mainColor !important;
+    }
+}
+
+// 修改checkbox 样式
+.ljd-checkbox,.ljd-checkbox .uni-checkbox-input {
+    width: 42upx;
+    height: 42upx;
+    border-radius: 50% !important;
+    margin-right: 12upx;
+}
+
+.ljd-checkbox .uni-checkbox-input.uni-checkbox-input-checked {
+	color: #fff !important;
+	background-color: $mainColor !important;
+    // border: none !important;
+    border-color: $mainColor !important;
+}
+
+.ljd-checkbox .uni-checkbox-input.uni-checkbox-input-checked:before {
+    font-size: 36upx;
+}
+
+img {
+    width: 100%;
+    height: auto;
+    display: block;
+}
+
+image {
+    width: 100%;
+    height: auto;
+    display: block;
+}
+
+.datetime-picker {
+    .picker-body {
+        font-size: 32upx !important;
+    }
+    .btn-picker {
+        font-size: 32upx !important;
+        &.submit {
+            color: #3a1b06 !important;
+            padding: 0 20upx !important;
+            border-radius: 24upx !important;
+        }
+        &.cancel {
+            color: #878787 !important;
+        }
+    }
+}
+
+// 轮播tag样式修改
+.swiper-wrap {
+    .tui-tag-class {
+		position: absolute;
+		color: #fff;
+		bottom: 30upx;
+		right: 0;
+	}
+}
+
+// 支付页样式修改
+// .pay-wrap {
+//     .delivery-wrap {
+//         .remark-wrap {
+//             margin-bottom: 0 !important;
+//         }
+//     }
+// }
+
+uni-button::after {
+    border: none;
+}
+.flex{display: flex;align-items: center};
+.flex-center{display: flex;align-items: center;justify-content: center};
+.flex-space{display: flex;align-items: center;justify-content: space-between};
+.flex-end{display: flex;align-items: center;justify-content: flex-end};
+.ov-1x{overflow:hidden;	white-space:nowrap;	text-overflow:ellipsis;}
+.ov-2x{text-overflow: -o-ellipsis-lastline;	overflow: hidden;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical;}

+ 1452 - 0
hdApp/dist/build/app-plus/static/css/uni2.css

@@ -0,0 +1,1452 @@
+@font-face {
+	font-family: uniicons;
+	font-weight: normal;
+	font-style: normal;
+	src: url('https://img-cdn-qiniu.dcloud.net.cn/fonts/uni.ttf') format('truetype');
+}
+
+/*通用 */
+/*view{*/
+/* 	font-size: 24upx;*/
+/* }*/
+/* view  uni-button{*/
+/*	font-size: 28upx;*/
+/* }*/
+.uni-list-cell__content-title{
+	font-size: 28upx !important;
+}
+
+progress, checkbox-group{
+	width: 100%;
+}
+form {
+	width: 100%;
+}
+.uni-flex {
+	display: flex;
+	flex-direction: row;
+}
+.uni-flex-item {
+	flex: 1;
+}
+.uni-row {
+	flex-direction: row;
+}
+.uni-column {
+	flex-direction: column;
+}
+.uni-link{
+	color:#576B95;
+	font-size:26upx;
+}
+.uni-center{
+	text-align:center;
+}
+.uni-inline-item{
+	display: flex;
+	flex-direction: row;
+	align-items:center;
+}
+.uni-inline-item text{
+	margin-right: 20upx;
+}
+.uni-inline-item text:last-child{
+	margin-right: 0upx;
+	margin-left: 20upx;
+}
+
+/* page */
+.uni-page-head{
+	padding:35upx;
+	text-align: center;
+}
+.uni-page-head-title {
+	display: inline-block;
+	padding: 0 40upx;
+	font-size: 30upx;
+	height: 88upx;
+	line-height: 88upx;
+	color: #BEBEBE;
+	box-sizing: border-box;
+	border-bottom: 2upx solid #D8D8D8;
+}
+.uni-page-body {
+	width: 100%;
+	flex-grow: 1;
+	overflow-x: hidden;
+}
+.uni-padding-wrap{
+	width:690upx;
+	padding:0 30upx;
+}
+.uni-word {
+	text-align: center;
+	padding:200upx 100upx;
+}
+.uni-title {
+	font-size:30upx;
+	font-weight:500;
+	padding:20upx 0;
+	line-height:1.5;
+}
+.uni-text{
+	font-size:28upx;
+}
+.uni-title text{
+	font-size:24upx;
+	color:#888;
+}
+
+.uni-text-gray{
+	color: #ccc;
+}
+.uni-text-small {
+	font-size:24upx;
+}
+.uni-common-mb{
+	margin-bottom:30upx;
+}
+.uni-common-pb{
+	padding-bottom:30upx;
+}
+.uni-common-pl{
+	padding-left:30upx;
+}
+.uni-common-mt{
+	margin-top:30upx;
+}
+/* 背景色 */
+.uni-bg-red{
+	background:#F76260; color:#FFF;
+}
+.uni-bg-green{
+	background:#09BB07; color:#FFF;
+}
+.uni-bg-blue{
+	background:#007AFF; color:#FFF;
+}
+/* 标题 */
+.uni-h1 {font-size: 80upx; font-weight:700;}
+.uni-h2 {font-size: 60upx; font-weight:700;}
+.uni-h3 {font-size: 48upx; font-weight:700;}
+.uni-h4 {font-size: 36upx; font-weight:700;}
+.uni-h5 {font-size: 28upx; color: #8f8f94;}
+.uni-h6 {font-size: 24upx; color: #8f8f94;}
+.uni-bold{font-weight:bold;}
+
+/* 文本溢出隐藏 */
+.uni-ellipsis {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
+
+/* 竖向百分百按钮 */
+.uni-btn-v{
+	padding:10upx 0;
+}
+.uni-btn-v button{margin:20upx 0;}
+
+/* 表单 */
+.uni-form-item{
+	display:flex;
+	width:100%;
+	padding:10upx 0;
+}
+.uni-form-item .title{
+	padding:10upx 25upx;
+}
+.uni-label {
+	width: 210upx;
+	word-wrap: break-word;
+	word-break: break-all;
+	text-indent:20upx;
+}
+/*.uni-input {*/
+/*	height: 50upx;*/
+/*	padding: 15upx 25upx;*/
+/*	line-height:50upx;*/
+/*	font-size:28upx;*/
+/*	background:#FFF;*/
+/*	flex: 1;*/
+/*}*/
+radio-group, checkbox-group{
+	width:100%;
+}
+radio-group label, checkbox-group label{
+	padding-right:20upx;
+}
+.uni-form-item .with-fun{
+	display:flex;
+	flex-wrap:nowrap;
+	background:#FFFFFF;
+}
+.uni-form-item .with-fun .uni-icon{
+	width:40upx;
+	height:80upx;
+	line-height:80upx;
+	flex-shrink:0;
+}
+
+/* loadmore */
+.uni-loadmore{
+	height:80upx;
+	line-height:80upx;
+	text-align:center;
+	padding-bottom:30upx;
+}
+/*数字角标*/
+.uni-badge,
+.uni-badge-default {
+	font-family: 'Helvetica Neue', Helvetica, sans-serif;
+	font-size: 12upx;
+	line-height: 1;
+	display: inline-block;
+	padding: 3upx 6upx;
+	color: #333;
+	border-radius: 100upx;
+	background-color: rgba(0, 0, 0, .15);
+}
+.uni-badge.uni-badge-inverted {
+	padding: 0 5upx 0 0;
+	color: #929292;
+	background-color: transparent
+}
+.uni-badge-primary {
+	color: #fff;
+	background-color: #007aff
+}
+.uni-badge-blue.uni-badge-inverted,
+.uni-badge-primary.uni-badge-inverted {
+	color: #007aff;
+	background-color: transparent
+}
+.uni-badge-green,
+.uni-badge-success {
+	color: #fff;
+	background-color: #4cd964;
+}
+.uni-badge-green.uni-badge-inverted,
+.uni-badge-success.uni-badge-inverted {
+	color: #4cd964;
+	background-color: transparent
+}
+.uni-badge-warning,
+.uni-badge-yellow {
+	color: #fff;
+	background-color: #f0ad4e
+}
+.uni-badge-warning.uni-badge-inverted,
+.uni-badge-yellow.uni-badge-inverted {
+	color: #f0ad4e;
+	background-color: transparent
+}
+.uni-badge-danger,
+.uni-badge-red {
+	color: #fff;
+	background-color: #dd524d
+}
+.uni-badge-danger.uni-badge-inverted,
+.uni-badge-red.uni-badge-inverted {
+	color: #dd524d;
+	background-color: transparent
+}
+.uni-badge-purple,
+.uni-badge-royal {
+	color: #fff;
+	background-color: #8a6de9
+}
+.uni-badge-purple.uni-badge-inverted,
+.uni-badge-royal.uni-badge-inverted {
+	color: #8a6de9;
+	background-color: transparent
+}
+
+/*折叠面板 */
+.uni-collapse-content {
+	height: 0;
+	width: 100%;
+	overflow: hidden;
+}
+.uni-collapse-content.uni-active {
+	height: auto;
+}
+
+/*卡片视图 */
+.uni-card {
+	background: #fff;
+	border-radius: 8upx;
+	margin:20upx 0;
+	position: relative;
+	box-shadow: 0 2upx 4upx rgba(0, 0, 0, .3);
+}
+.uni-card-content {
+	font-size: 30upx;
+}
+.uni-card-content.image-view{
+    width: 100%;
+    margin: 0;
+}
+.uni-card-content-inner {
+	position: relative;
+	padding: 30upx;
+}
+.uni-card-footer,
+.uni-card-header {
+	position: relative;
+	display: flex;
+	min-height: 50upx;
+	padding: 20upx 30upx;
+	justify-content: space-between;
+	align-items: center;
+}
+.uni-card-header {
+	font-size: 36upx;
+}
+.uni-card-footer {
+	color: #6d6d72;
+}
+.uni-card-footer:before,
+.uni-card-header:after {
+	position: absolute;
+	top: 0;
+	right: 0;
+	left: 0;
+	height: 2upx;
+	content: '';
+	-webkit-transform: scaleY(.5);
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+.uni-card-header:after {
+	top: auto;
+	bottom: 0;
+}
+.uni-card-media {
+	justify-content: flex-start;
+}
+.uni-card-media-logo {
+	height: 84upx;
+	width: 84upx;
+	margin-right: 20upx;
+}
+.uni-card-media-body {
+	height: 84upx;
+	display: flex;
+	flex-direction: column;
+	justify-content: space-between;
+	align-items: flex-start;
+}
+.uni-card-media-text-top {
+	line-height: 36upx;
+	font-size: 34upx;
+}
+.uni-card-media-text-bottom {
+	line-height: 30upx;
+	font-size: 28upx;
+	color: #8f8f94;
+}
+.uni-card-link {
+	color: #007AFF;
+}
+
+/* 列表 */
+.uni-list {
+	background-color: #FFFFFF;
+	position: relative;
+	width: 100%;
+	display: flex;
+	flex-direction: column;
+}
+.uni-list:after {
+	position: absolute;
+	z-index: 10;
+	right: 0;
+	bottom: 0;
+	left: 0;
+	height: 1px;
+	content: '';
+	-webkit-transform: scaleY(.5);
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+.uni-list::before {
+	position: absolute;
+	z-index: 10;
+	right: 0;
+	top: 0;
+	left: 0;
+	height: 1px;
+	content: '';
+	-webkit-transform: scaleY(.5);
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+.uni-list-cell {
+	position: relative;
+	display: flex;
+	flex-direction: row;
+	justify-content: space-between;
+	align-items: center;
+}
+.uni-list-cell-hover {
+	background-color: #eee;
+}
+.uni-list-cell-pd {
+	padding: 22upx 30upx;
+}
+.uni-list-cell-left {
+	font-size:28upx;
+	padding: 0 30upx;
+}
+.uni-list-cell-db,
+.uni-list-cell-right {
+	flex: 1;
+}
+.uni-list-cell::after {
+	position: absolute;
+  z-index: 3;
+	right: 0;
+	bottom: 0;
+	left: 30upx;
+	height: 1px;
+	content: '';
+	-webkit-transform: scaleY(.5);
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+.uni-list .uni-list-cell:last-child::after {
+	height: 0upx;
+}
+.uni-list-cell-last.uni-list-cell::after {
+	height: 0upx;
+}
+.uni-list-cell-divider {
+	position: relative;
+	display: flex;
+	color: #999;
+	background-color: #f7f7f7;
+	padding:15upx 20upx;
+}
+.uni-list-cell-divider::before {
+	position: absolute;
+	right: 0;
+	top: 0;
+	left: 0;
+	height: 1px;
+	content: '';
+	-webkit-transform: scaleY(.5);
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+.uni-list-cell-divider::after {
+	position: absolute;
+	right: 0;
+	bottom: 0;
+	left: 0upx;
+	height: 1px;
+	content: '';
+	-webkit-transform: scaleY(.5);
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+.uni-list-cell-navigate {
+	font-size:30upx;
+	padding: 22upx 30upx;
+	line-height: 48upx;
+	position: relative;
+	display: flex;
+	box-sizing: border-box;
+	width: 100%;
+	flex: 1;
+	justify-content: space-between;
+	align-items: center;
+}
+.uni-list-cell-navigate {
+	padding-right: 36upx;
+}
+.uni-navigate-badge {
+	padding-right: 50upx;
+}
+.uni-list-cell-navigate.uni-navigate-right:after {
+	font-family: uniicons;
+	content: '\e583';
+	position: absolute;
+	right: 24upx;
+	top: 50%;
+	color: #bbb;
+	-webkit-transform: translateY(-50%);
+	transform: translateY(-50%);
+}
+.uni-list-cell-navigate.uni-navigate-bottom:after {
+	font-family: uniicons;
+	content: '\e581';
+	position: absolute;
+	right: 24upx;
+	top: 50%;
+	color: #bbb;
+	-webkit-transform: translateY(-50%);
+	transform: translateY(-50%);
+}
+.uni-list-cell-navigate.uni-navigate-bottom.uni-active::after {
+	font-family: uniicons;
+	content: '\e580';
+	position: absolute;
+	right: 24upx;
+	top: 50%;
+	color: #bbb;
+	-webkit-transform: translateY(-50%);
+	transform: translateY(-50%);
+}
+.uni-collapse.uni-list-cell {
+	flex-direction: column;
+}
+.uni-list-cell-navigate.uni-active {
+	background: #eee;
+}
+.uni-list.uni-collapse {
+	box-sizing: border-box;
+	height: 0;
+	overflow: hidden;
+}
+.uni-collapse .uni-list-cell {
+	padding-left: 20upx;
+}
+.uni-collapse .uni-list-cell::after {
+	left: 52upx;
+}
+.uni-list.uni-active {
+	height: auto;
+}
+
+/* 三行列表 */
+.uni-triplex-row {
+	display: flex;
+	flex: 1;
+	width: 100%;
+	box-sizing: border-box;
+	flex-direction: row;
+	padding: 22upx 30upx;
+}
+.uni-triplex-right,
+.uni-triplex-left {
+	display: flex;
+	flex-direction: column;
+}
+.uni-triplex-left {
+	width: 84%;
+}
+.uni-triplex-left .uni-title{
+	padding:8upx 0;
+}
+.uni-triplex-left .uni-text, .uni-triplex-left .uni-text-small{color:#999999;}
+.uni-triplex-right {
+	width: 16%;
+	text-align: right;
+}
+
+/* 图文列表 */
+.uni-media-list {
+	padding: 22upx 30upx;
+	box-sizing: border-box;
+	display: flex;
+	width: 100%;
+	flex-direction: row;
+}
+.uni-navigate-right.uni-media-list {
+	padding-right: 74upx;
+}
+.uni-pull-right {
+	flex-direction: row-reverse;
+}
+.uni-pull-right>.uni-media-list-logo {
+	margin-right: 0upx;
+	margin-left: 20upx;
+}
+.uni-media-list-logo {
+	height: 84upx;
+	width: 84upx;
+	margin-right: 20upx;
+}
+.uni-media-list-logo image {
+	height: 100%;
+	width: 100%;
+}
+.uni-media-list-body {
+	height: 84upx;
+	display: flex;
+	flex: 1;
+	flex-direction: column;
+	justify-content: space-between;
+	align-items: flex-start;
+	overflow: hidden;
+}
+.uni-media-list-text-top {
+	width: 100%;
+	line-height: 36upx;
+	font-size: 30upx;
+}
+.uni-media-list-text-bottom {
+	width: 100%;
+	line-height: 30upx;
+	font-size: 26upx;
+	color: #8f8f94;
+}
+
+/* 九宫格 */
+.uni-grid-9 {
+	background: #f2f2f2;
+	width: 750upx;
+	display: flex;
+	flex-direction: row;
+	flex-wrap: wrap;
+	border-top: 2upx solid #eee;
+}
+.uni-grid-9-item {
+	width: 250upx;
+	height: 200upx;
+	display: flex;
+	flex-direction: column;
+	align-items: center;
+	justify-content: center;
+	border-bottom: 2upx solid;
+	border-right: 2upx solid;
+	border-color: #eee;
+	box-sizing: border-box;
+}
+.no-border-right {
+	border-right: none;
+}
+.uni-grid-9-image {
+	width: 100upx;
+	height: 100upx;
+}
+.uni-grid-9-text {
+	width: 250upx;
+	line-height: 4upx;
+	height: 40upx;
+	text-align: center;
+	font-size: 30upx;
+}
+.uni-grid-9-item-hover {
+	background: rgba(0, 0, 0, 0.1);
+}
+
+/* 上传 */
+.uni-uploader {
+	flex: 1;
+	flex-direction: column;
+}
+.uni-uploader-head {
+	display: flex;
+	flex-direction: row;
+	justify-content: space-between;
+}
+.uni-uploader-info {
+	color: #B2B2B2;
+}
+.uni-uploader-body {
+	margin-top: 16upx;
+}
+.uni-uploader__files {
+	display: flex;
+	flex-direction: row;
+	flex-wrap: wrap;
+}
+.uni-uploader__file {
+	margin: 10upx;
+	width: 210upx;
+	height: 210upx;
+}
+.uni-uploader__img {
+	display: block;
+	width: 210upx;
+	height: 210upx;
+}
+.uni-uploader__input-box {
+	position: relative;
+	margin:10upx;
+	width: 208upx;
+	height: 208upx;
+	border: 2upx solid #D9D9D9;
+}
+.uni-uploader__input-box:before,
+.uni-uploader__input-box:after {
+	content: " ";
+	position: absolute;
+	top: 50%;
+	left: 50%;
+	-webkit-transform: translate(-50%, -50%);
+	transform: translate(-50%, -50%);
+	background-color: #D9D9D9;
+}
+.uni-uploader__input-box:before {
+	width: 4upx;
+	height: 79upx;
+}
+.uni-uploader__input-box:after {
+	width: 79upx;
+	height: 4upx;
+}
+.uni-uploader__input-box:active {
+	border-color: #999999;
+}
+.uni-uploader__input-box:active:before,
+.uni-uploader__input-box:active:after {
+	background-color: #999999;
+}
+.uni-uploader__input {
+	position: absolute;
+	z-index: 1;
+	top: 0;
+	left: 0;
+	width: 100%;
+	height: 100%;
+	opacity: 0;
+}
+
+/*问题反馈*/
+.feedback-title {
+	display: flex;
+	flex-direction: row;
+	justify-content: space-between;
+	align-items: center;
+	padding: 20upx;
+	color: #8f8f94;
+	font-size: 28upx;
+}
+.feedback-star-view.feedback-title {
+	justify-content: flex-start;
+	margin: 0;
+}
+.feedback-quick {
+	position: relative;
+	padding-right: 40upx;
+}
+.feedback-quick:after {
+	font-family: uniicons;
+	font-size: 40upx;
+	content: '\e581';
+	position: absolute;
+	right: 0;
+	top: 50%;
+	color: #bbb;
+	-webkit-transform: translateY(-50%);
+	transform: translateY(-50%);
+}
+.feedback-body {
+	background: #fff;
+}
+.feedback-textare {
+	height: 200upx;
+	font-size: 34upx;
+	line-height: 50upx;
+	width: 100%;
+	box-sizing: border-box;
+	padding: 20upx 30upx 0;
+}
+.feedback-input {
+	font-size: 34upx;
+	height: 50upx;
+	min-height: 50upx;
+	padding: 15upx 20upx;
+	line-height: 50upx;
+}
+.feedback-uploader {
+	padding: 22upx 20upx;
+}
+.feedback-star {
+	font-family: uniicons;
+	font-size: 40upx;
+	margin-left: 6upx;
+}
+.feedback-star-view {
+	margin-left: 20upx;
+}
+.feedback-star:after {
+	content: '\e408';
+}
+.feedback-star.active {
+	color: #FFB400;
+}
+.feedback-star.active:after {
+	content: '\e438';
+}
+.feedback-submit {
+	background: #007AFF;
+	color: #FFFFFF;
+	margin: 20upx;
+}
+
+/* input group */
+.uni-input_group {
+	position: relative;
+	padding: 0;
+	border: 0;
+	background-color: #fff;
+}
+
+.uni-input_group:before {
+	position: absolute;
+	top: 0;
+	right: 0;
+	left: 0;
+	height: 2upx;
+	content: '';
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+
+.uni-input_group:after {
+	position: absolute;
+	right: 0;
+	bottom: 0;
+	left: 0;
+	height: 2upx;
+	content: '';
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+
+.uni-input-row {
+	position: relative;
+	display: flex;
+	flex-direction: row;
+	font-size:28upx;
+	padding: 22upx 30upx;
+	justify-content: space-between;
+}
+
+.uni-input_group .uni-input-row:after {
+	position: absolute;
+	right: 0;
+	bottom: 0;
+	left: 30upx;
+	height: 2upx;
+	content: '';
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+
+.uni-input-row label {
+	line-height: 70upx;
+}
+
+/* textarea */
+.uni-textarea{
+	width:100%;
+	background:#FFF;
+}
+.uni-textarea textarea{
+	width:96%;
+	padding:18upx 2%;
+	line-height:1.6;
+	font-size:28upx;
+	height:150upx;
+}
+
+/* tab bar */
+.uni-tab-bar {
+	display: flex;
+	flex: 1;
+	flex-direction: column;
+	overflow: hidden;
+	height: 100%;
+}
+
+.uni-tab-bar .list {
+	width: 750upx;
+	height: 100%;
+}
+
+.uni-swiper-tab {
+	width: 100%;
+	white-space: nowrap;
+	line-height: 100upx;
+	height: 100upx;
+	border-bottom: 1px solid #c8c7cc;
+}
+
+.swiper-tab-list {
+	font-size: 30upx;
+	width: 150upx;
+	display: inline-block;
+	text-align: center;
+	color: #555;
+}
+
+.uni-tab-bar .active {
+	color: #007AFF;
+}
+
+.uni-tab-bar .swiper-box {
+	flex: 1;
+	width: 100%;
+	height: calc(100% - 100upx);
+}
+
+.uni-tab-bar-loading{
+	padding:20upx 0;
+}
+
+/* comment */
+.uni-comment{padding:5upx 0; display: flex; flex-grow:1; flex-direction: column;}
+.uni-comment-list{flex-wrap:nowrap; padding:10upx 0; margin:10upx 0; width:100%; display: flex;}
+.uni-comment-face{width:70upx; height:70upx; border-radius:100%; margin-right:20upx; flex-shrink:0; overflow:hidden;}
+.uni-comment-face image{width:100%; border-radius:100%;}
+.uni-comment-body{width:100%;}
+.uni-comment-top{line-height:1.5em; justify-content:space-between;}
+.uni-comment-top text{color:#0A98D5; font-size:24upx;}
+.uni-comment-date{line-height:38upx; flex-direction:row; justify-content:space-between; display:flex !important; flex-grow:1;}
+.uni-comment-date view{color:#666666; font-size:24upx; line-height:38upx;}
+.uni-comment-content{line-height:1.6em; font-size:28upx; padding:8upx 0;}
+.uni-comment-replay-btn{background:#FFF; font-size:24upx; line-height:28upx; padding:5upx 20upx; border-radius:30upx; color:#333 !important; margin:0 10upx;}
+
+/* swiper msg */
+.uni-swiper-msg{width:100%; padding:12upx 0; flex-wrap:nowrap; display:flex;}
+.uni-swiper-msg-icon{width:50upx; margin-right:20upx;}
+.uni-swiper-msg-icon image{width:100%; flex-shrink:0;}
+.uni-swiper-msg swiper{width:100%; height:50upx;}
+.uni-swiper-msg swiper-item{line-height:50upx;}
+
+/* product */
+.uni-product-list {
+    display: flex;
+    width: 100%;
+    flex-wrap: wrap;
+    flex-direction: row;
+}
+
+.uni-product {
+    padding: 20upx;
+    display: flex;
+    flex-direction: column;
+}
+
+.image-view {
+    height: 330upx;
+    width: 330upx;
+	margin:12upx 0;
+}
+
+.uni-product-image {
+    height: 330upx;
+    width: 330upx;
+}
+
+.uni-product-title {
+    width: 300upx;
+    word-break: break-all;
+    display: -webkit-box;
+    overflow: hidden;
+	line-height:1.5;
+    text-overflow: ellipsis;
+    -webkit-box-orient: vertical;
+    -webkit-line-clamp: 2;
+}
+
+.uni-product-price {
+	margin-top:10upx;
+    font-size: 28upx;
+	line-height:1.5;
+    position: relative;
+}
+
+.uni-product-price-original {
+    color: #e80080;
+}
+
+.uni-product-price-favour {
+    color: #888888;
+    text-decoration: line-through;
+    margin-left: 10upx;
+}
+
+.uni-product-tip {
+    position: absolute;
+    right: 10upx;
+    background-color: #ff3333;
+    color: #ffffff;
+    padding: 0 10upx;
+    border-radius: 5upx;
+}
+
+/* timeline */
+.uni-timeline {
+		margin: 35upx 0;
+		display: flex;
+		flex-direction: column;
+		position: relative;
+	}
+
+
+	.uni-timeline-item {
+		display: flex;
+		flex-direction: row;
+		position: relative;
+		padding-bottom: 20upx;
+		box-sizing: border-box;
+		overflow: hidden;
+
+	}
+
+	.uni-timeline-item .uni-timeline-item-keynode {
+		width: 160upx;
+		flex-shrink: 0;
+		box-sizing: border-box;
+		padding-right: 20upx;
+		text-align: right;
+		line-height: 65upx;
+	}
+
+	.uni-timeline-item .uni-timeline-item-divider {
+		flex-shrink: 0;
+		position: relative;
+		width: 30upx;
+		height: 30upx;
+		top: 15upx;
+		border-radius: 50%;
+		background-color: #bbb;
+	}
+
+
+
+	.uni-timeline-item-divider::before,
+	.uni-timeline-item-divider::after {
+		position: absolute;
+		left: 15upx;
+		width: 1upx;
+		height: 100vh;
+		content: '';
+		background: inherit;
+	}
+
+	.uni-timeline-item-divider::before {
+		bottom: 100%;
+	}
+
+	.uni-timeline-item-divider::after {
+		top: 100%;
+	}
+
+
+	.uni-timeline-last-item .uni-timeline-item-divider:after {
+		display: none;
+	}
+
+	.uni-timeline-first-item .uni-timeline-item-divider:before {
+		display: none;
+	}
+
+	.uni-timeline-item .uni-timeline-item-content {
+		padding-left: 20upx;
+	}
+
+	.uni-timeline-last-item .bottom-border::after{
+		display: none;
+	}
+
+	.uni-timeline-item-content .datetime{
+		color: #CCCCCC;
+	}
+
+	/* 自定义节点颜色 */
+	.uni-timeline-last-item .uni-timeline-item-divider{
+		background-color: #1AAD19;
+	}
+
+
+/* uni-icon */
+
+.uni-icon {
+	font-family: uniicons;
+	font-size: 24upx;
+	font-weight: normal;
+	font-style: normal;
+	line-height: 1;
+	display: inline-block;
+	text-decoration: none;
+	-webkit-font-smoothing: antialiased;
+}
+
+.uni-icon.uni-active {
+	color: #007aff;
+}
+
+.uni-icon-contact:before {
+	content: '\e100';
+}
+
+.uni-icon-person:before {
+	content: '\e101';
+}
+
+.uni-icon-personadd:before {
+	content: '\e102';
+}
+
+.uni-icon-contact-filled:before {
+	content: '\e130';
+}
+
+.uni-icon-person-filled:before {
+	content: '\e131';
+}
+
+.uni-icon-personadd-filled:before {
+	content: '\e132';
+}
+
+.uni-icon-phone:before {
+	content: '\e200';
+}
+
+.uni-icon-email:before {
+	content: '\e201';
+}
+
+.uni-icon-chatbubble:before {
+	content: '\e202';
+}
+
+.uni-icon-chatboxes:before {
+	content: '\e203';
+}
+
+.uni-icon-phone-filled:before {
+	content: '\e230';
+}
+
+.uni-icon-email-filled:before {
+	content: '\e231';
+}
+
+.uni-icon-chatbubble-filled:before {
+	content: '\e232';
+}
+
+.uni-icon-chatboxes-filled:before {
+	content: '\e233';
+}
+
+.uni-icon-weibo:before {
+	content: '\e260';
+}
+
+.uni-icon-weixin:before {
+	content: '\e261';
+}
+
+.uni-icon-pengyouquan:before {
+	content: '\e262';
+}
+
+.uni-icon-chat:before {
+	content: '\e263';
+}
+
+.uni-icon-qq:before {
+	content: '\e264';
+}
+
+.uni-icon-videocam:before {
+	content: '\e300';
+}
+
+.uni-icon-camera:before {
+	content: '\e301';
+}
+
+.uni-icon-mic:before {
+	content: '\e302';
+}
+
+.uni-icon-location:before {
+	content: '\e303';
+}
+
+.uni-icon-mic-filled:before,
+.uni-icon-speech:before {
+	content: '\e332';
+}
+
+.uni-icon-location-filled:before {
+	content: '\e333';
+}
+
+.uni-icon-micoff:before {
+	content: '\e360';
+}
+
+.uni-icon-image:before {
+	content: '\e363';
+}
+
+.uni-icon-map:before {
+	content: '\e364';
+}
+
+.uni-icon-compose:before {
+	content: '\e400';
+}
+
+.uni-icon-trash:before {
+	content: '\e401';
+}
+
+.uni-icon-upload:before {
+	content: '\e402';
+}
+
+.uni-icon-download:before {
+	content: '\e403';
+}
+
+.uni-icon-close:before {
+	content: '\e404';
+}
+
+.uni-icon-redo:before {
+	content: '\e405';
+}
+
+.uni-icon-undo:before {
+	content: '\e406';
+}
+
+.uni-icon-refresh:before {
+	content: '\e407';
+}
+
+.uni-icon-star:before {
+	content: '\e408';
+}
+
+.uni-icon-plus:before {
+	content: '\e409';
+}
+
+.uni-icon-minus:before {
+	content: '\e410';
+}
+
+.uni-icon-circle:before,
+.uni-icon-checkbox:before {
+	content: '\e411';
+}
+
+.uni-icon-close-filled:before,
+.uni-icon-clear:before {
+	content: '\e434';
+}
+
+.uni-icon-refresh-filled:before {
+	content: '\e437';
+}
+
+.uni-icon-star-filled:before {
+	content: '\e438';
+}
+
+.uni-icon-plus-filled:before {
+	content: '\e439';
+}
+
+.uni-icon-minus-filled:before {
+	content: '\e440';
+}
+
+.uni-icon-circle-filled:before {
+	content: '\e441';
+}
+.uni-icon-checkbox-filled:before {
+	content: '\e442';
+}
+
+.uni-icon-closeempty:before {
+	content: '\e460';
+}
+
+.uni-icon-refreshempty:before {
+	content: '\e461';
+}
+
+.uni-icon-reload:before {
+	content: '\e462';
+}
+
+.uni-icon-starhalf:before {
+	content: '\e463';
+}
+
+.uni-icon-spinner:before {
+	content: '\e464';
+}
+
+.uni-icon-spinner-cycle:before {
+	content: '\e465';
+}
+
+.uni-icon-search:before {
+	content: '\e466';
+}
+
+.uni-icon-plusempty:before {
+	content: '\e468';
+}
+
+.uni-icon-forward:before {
+	content: '\e470';
+}
+
+.uni-icon-back:before,
+.uni-icon-left-nav:before {
+	content: '\e471';
+}
+
+.uni-icon-checkmarkempty:before {
+	content: '\e472';
+}
+
+.uni-icon-home:before {
+	content: '\e500';
+}
+
+.uni-icon-navigate:before {
+	content: '\e501';
+}
+
+.uni-icon-gear:before {
+	content: '\e502';
+}
+
+.uni-icon-paperplane:before {
+	content: '\e503';
+}
+
+.uni-icon-info:before {
+	content: '\e504';
+}
+
+.uni-icon-help:before {
+	content: '\e505';
+}
+
+.uni-icon-locked:before {
+	content: '\e506';
+}
+
+.uni-icon-more:before {
+	content: '\e507';
+}
+
+.uni-icon-flag:before {
+	content: '\e508';
+}
+
+.uni-icon-home-filled:before {
+	content: '\e530';
+}
+
+.uni-icon-gear-filled:before {
+	content: '\e532';
+}
+
+.uni-icon-info-filled:before {
+	content: '\e534';
+}
+
+.uni-icon-help-filled:before {
+	content: '\e535';
+}
+
+.uni-icon-more-filled:before {
+	content: '\e537';
+}
+
+.uni-icon-settings:before {
+	content: '\e560';
+}
+
+.uni-icon-list:before {
+	content: '\e562';
+}
+
+.uni-icon-bars:before {
+	content: '\e563';
+}
+
+.uni-icon-loop:before {
+	content: '\e565';
+}
+
+.uni-icon-paperclip:before {
+	content: '\e567';
+}
+
+.uni-icon-eye:before {
+	content: '\e568';
+}
+
+.uni-icon-arrowup:before {
+	content: '\e580';
+}
+
+.uni-icon-arrowdown:before {
+	content: '\e581';
+}
+
+.uni-icon-arrowleft:before {
+	content: '\e582';
+}
+
+.uni-icon-arrowright:before {
+	content: '\e583';
+}
+
+.uni-icon-arrowthinup:before {
+	content: '\e584';
+}
+
+.uni-icon-arrowthindown:before {
+	content: '\e585';
+}
+
+.uni-icon-arrowthinleft:before {
+	content: '\e586';
+}
+
+.uni-icon-arrowthinright:before {
+	content: '\e587';
+}
+
+.uni-icon-pulldown:before {
+	content: '\e588';
+}
+
+.uni-icon-scan:before {
+    content: "\e612";
+}
+
+/* 分界线 */
+.uni-divider{
+    height: 110upx;
+    display: flex;
+    align-items:center;
+    justify-content: center;
+    position: relative;
+}
+.uni-divider__content{
+    font-size: 28upx;
+    color: #999;
+    padding: 0 20upx;
+    position: relative;
+    z-index: 101;
+    background: #F4F5F6;
+}
+.uni-divider__line{
+    background-color: #CCCCCC;
+    height: 1px;
+    width: 100%;
+    position: absolute;
+    z-index: 100;
+    top: 50%;
+    left: 0;
+    transform: translateY(50%);
+}

+ 435 - 0
hdApp/dist/build/app-plus/static/iconfont/iconfont-production.css

@@ -0,0 +1,435 @@
+@font-face {
+  font-family: 'iconfont';  /* project id 1525256 */
+  src: url('https://img.huahb.cn/iconfont/font_1525256_6bxwphhntqh.eot');
+  src: url('https://img.huahb.cn/iconfont/font_1525256_6bxwphhntqh.eot?#iefix') format('embedded-opentype'),
+  url('https://img.huahb.cn/iconfont/font_1525256_6bxwphhntqh.woff2') format('woff2'),
+  url('https://img.huahb.cn/iconfont/font_1525256_6bxwphhntqh.woff') format('woff'),
+  url('https://img.huahb.cn/iconfont/font_1525256_6bxwphhntqh.ttf') format('truetype'),
+  url('https://img.huahb.cn/iconfont/font_1525256_6bxwphhntqh.svg#iconfont') format('svg');
+}
+
+.iconfont {
+  font-family: "iconfont" !important;
+  font-size: 16upx;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+.iconcachu::before {
+  content: "\e7e6";
+}
+
+.iconjihuo:before {
+  content: "\e601";
+}
+
+.iconmingxi1:before {
+  content: "\e7e5";
+}
+.iconjian:before {
+  content: "\e7e3";
+}
+
+.iconzeng:before {
+  content: "\e7e4";
+}
+
+.iconqiehuan1:before {
+  content: "\e7e2";
+}
+
+.iconqishouyinying:before {
+  content: "\e7e1";
+}
+
+.iconxiayi:before {
+  content: "\e7de";
+}
+
+.iconshangyi:before {
+  content: "\e7e0";
+}
+
+.iconyiruku:before {
+  content: "\e7df";
+}
+
+.iconyikaidian:before {
+  content: "\e7d7";
+}
+
+.icondianhua1:before {
+  content: "\e7d9";
+}
+
+.iconshoukuanma1:before {
+  content: "\e7d8";
+}
+
+.icondaichuku:before {
+  content: "\e7da";
+}
+
+.iconyichuku:before {
+  content: "\e7db";
+}
+
+.iconyiquxiao:before {
+  content: "\e7dc";
+}
+
+.icondairuku:before {
+  content: "\e7dd";
+}
+
+.iconshoukuanma:before {
+  content: "\e600";
+}
+
+.icongouwuche:before {
+  content: "\e7d5";
+}
+
+.iconjianqu:before {
+  content: "\e7d3";
+}
+
+.icontianjia:before {
+  content: "\e7d4";
+}
+
+.iconsearch1:before {
+  content: "\e7d6";
+}
+
+.icondingdanweixuanzhong1:before {
+  content: "\e7c9";
+}
+
+.icondianpuweixuanzhong:before {
+  content: "\e7ca";
+}
+
+.iconwodeweixuanzhong:before {
+  content: "\e7cb";
+}
+
+.iconyingyongweixuanzhong:before {
+  content: "\e7cc";
+}
+
+.icondianpuxuanzhong:before {
+  content: "\e7cd";
+}
+
+.icondingdanxuanzhong1:before {
+  content: "\e7ce";
+}
+
+.iconwodexuanzhong:before {
+  content: "\e7cf";
+}
+
+.iconkehuweixuanzhong1:before {
+  content: "\e7d0";
+}
+
+.iconyingyongxuanzhong:before {
+  content: "\e7d1";
+}
+
+.iconkehuxuanzhong1:before {
+  content: "\e7d2";
+}
+
+.iconxiaochengxu2:before {
+  content: "\e78d";
+}
+
+.iconmeituan:before {
+  content: "\e78e";
+}
+
+.iconzhangshangcaifuyemianshoujiban344:before {
+  content: "\e632";
+}
+
+.iconwaimai:before {
+  content: "\e692";
+}
+
+.iconxiaochengxu1:before {
+  content: "\e619";
+}
+
+.iconjiantouxia:before {
+  content: "\e61a";
+}
+
+.iconshenheweitongguo:before {
+  content: "\e774";
+}
+
+.iconsanjiao_xia:before {
+  content: "\e631";
+}
+
+.iconsanjiaoshang:before {
+  content: "\e643";
+}
+
+.icondagou:before {
+  content: "\e607";
+}
+
+.iconshezhi:before {
+  content: "\e645";
+}
+
+.iconcaidan:before {
+  content: "\e65d";
+}
+
+.iconxiaoxi2:before {
+  content: "\e76f";
+}
+
+.iconmorentu:before {
+  content: "\e76e";
+}
+
+.icongou:before {
+  content: "\e76d";
+}
+
+.iconbianjijiage1:before {
+  content: "\e76c";
+}
+
+.iconchenggong:before {
+  content: "\e76b";
+}
+
+.iconfahuo:before {
+  content: "\e75d";
+}
+
+.iconshouye:before {
+  content: "\e75e";
+}
+
+.icontianjiatuku:before {
+  content: "\e767";
+}
+
+.iconxinrenlingquanshezhi:before {
+  content: "\e768";
+}
+
+.iconhuiyuandengjishezhi:before {
+  content: "\e769";
+}
+
+.iconweixin:before {
+  content: "\e76a";
+}
+
+.iconcaidanlan:before {
+  content: "\e75c";
+}
+
+.icontupiantianjia:before {
+  content: "\e75f";
+}
+
+.icondelete:before {
+  content: "\e760";
+}
+
+.iconxiaoxi1:before {
+  content: "\e761";
+}
+
+.iconxiala:before {
+  content: "\e762";
+}
+
+.icontianjiakehu:before {
+  content: "\e766";
+}
+
+.iconweixingongzhonghao:before {
+  content: "\e763";
+}
+
+.iconshoujihao1:before {
+  content: "\e764";
+}
+
+.iconweixinlaiyuan:before {
+  content: "\e765";
+}
+
+.iconkehuxuanzhong:before {
+  content: "\e755";
+}
+
+.iconkehuweixuanzhong:before {
+  content: "\e756";
+}
+
+.icongongzuotaiweixuanzhong:before {
+  content: "\e757";
+}
+
+.icongongzuotaixuanzhong:before {
+  content: "\e758";
+}
+
+.icondingdanweixuanzhong:before {
+  content: "\e759";
+}
+
+.icondingdanxuanzhong:before {
+  content: "\e75a";
+}
+
+.iconcaozuo:before {
+  content: "\e751";
+}
+
+.iconcaozuojihuo:before {
+  content: "\e752";
+}
+
+.iconfenxiang1:before {
+  content: "\e74c";
+}
+
+.iconbianji:before {
+  content: "\e74d";
+}
+
+.iconjinyong:before {
+  content: "\e74e";
+}
+
+.iconqiyong:before {
+  content: "\e74f";
+}
+
+.iconshanchu1:before {
+  content: "\e750";
+}
+
+.iconzhiding:before {
+  content: "\e753";
+}
+
+.iconxiajia:before {
+  content: "\e754";
+}
+
+.iconguanbi:before {
+  content: "\e74b";
+}
+
+.iconshanchu:before {
+  content: "\e74a";
+}
+
+.iconkefu:before {
+  content: "\e749";
+}
+
+.icontupian:before {
+  content: "\e746";
+}
+
+.iconxiaochengxu:before {
+  content: "\e747";
+}
+
+.iconzhifubao:before {
+  content: "\e748";
+}
+
+.iconchangjianwentixiangguanwenti2:before {
+  content: "\e679";
+}
+
+.iconxuanzhong:before {
+  content: "\e744";
+}
+
+.iconweixuanzhong:before {
+  content: "\e745";
+}
+
+.iconfenxiang:before {
+  content: "\e743";
+}
+
+.iconxiaoxi:before {
+  content: "\e741";
+}
+
+.icondianpu:before {
+  content: "\e742";
+}
+
+.icondianhua:before {
+  content: "\e73f";
+}
+
+.iconditu:before {
+  content: "\e740";
+}
+
+.iconsearch:before {
+  content: "\e73d";
+}
+
+.iconclose:before {
+  content: "\e73e";
+}
+
+.icondaizhifu:before {
+  content: "\e733";
+}
+
+.iconshoujihao:before {
+  content: "\e734";
+}
+
+.iconxiangyou:before {
+  content: "\e735";
+}
+
+.iconhaopingxingxing:before {
+  content: "\e736";
+}
+
+.iconmine:before {
+  content: "\e737";
+}
+
+.iconstore:before {
+  content: "\e738";
+}
+
+.iconhome:before {
+  content: "\e739";
+}
+
+.iconclassification:before {
+  content: "\e73a";
+}
+
+.iconyiguoqi:before {
+  content: "\e73b";
+}
+
+.iconyishiyong:before {
+  content: "\e73c";
+}

+ 435 - 0
hdApp/dist/build/app-plus/static/iconfont/iconfont.css

@@ -0,0 +1,435 @@
+@font-face {
+  font-family: 'iconfont';  /* project id 1525256 */
+  src: url('https://img.huaml.com/iconfont/font_1525256_6bxwphhntqh.eot');
+  src: url('https://img.huaml.com/iconfont/font_1525256_6bxwphhntqh.eot?#iefix') format('embedded-opentype'),
+  url('https://img.huaml.com/iconfont/font_1525256_6bxwphhntqh.woff2') format('woff2'),
+  url('https://img.huaml.com/iconfont/font_1525256_6bxwphhntqh.woff') format('woff'),
+  url('https://img.huaml.com/iconfont/font_1525256_6bxwphhntqh.ttf') format('truetype'),
+  url('https://img.huaml.com/iconfont/font_1525256_6bxwphhntqh.svg#iconfont') format('svg');
+}
+
+.iconfont {
+  font-family: "iconfont" !important;
+  font-size: 16upx;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+.iconcachu::before {
+  content: "\e7e6";
+}
+
+.iconjihuo:before {
+  content: "\e601";
+}
+
+.iconmingxi1:before {
+  content: "\e7e5";
+}
+.iconjian:before {
+  content: "\e7e3";
+}
+
+.iconzeng:before {
+  content: "\e7e4";
+}
+
+.iconqiehuan1:before {
+  content: "\e7e2";
+}
+
+.iconqishouyinying:before {
+  content: "\e7e1";
+}
+
+.iconxiayi:before {
+  content: "\e7de";
+}
+
+.iconshangyi:before {
+  content: "\e7e0";
+}
+
+.iconyiruku:before {
+  content: "\e7df";
+}
+
+.iconyikaidian:before {
+  content: "\e7d7";
+}
+
+.icondianhua1:before {
+  content: "\e7d9";
+}
+
+.iconshoukuanma1:before {
+  content: "\e7d8";
+}
+
+.icondaichuku:before {
+  content: "\e7da";
+}
+
+.iconyichuku:before {
+  content: "\e7db";
+}
+
+.iconyiquxiao:before {
+  content: "\e7dc";
+}
+
+.icondairuku:before {
+  content: "\e7dd";
+}
+
+.iconshoukuanma:before {
+  content: "\e600";
+}
+
+.icongouwuche:before {
+  content: "\e7d5";
+}
+
+.iconjianqu:before {
+  content: "\e7d3";
+}
+
+.icontianjia:before {
+  content: "\e7d4";
+}
+
+.iconsearch1:before {
+  content: "\e7d6";
+}
+
+.icondingdanweixuanzhong1:before {
+  content: "\e7c9";
+}
+
+.icondianpuweixuanzhong:before {
+  content: "\e7ca";
+}
+
+.iconwodeweixuanzhong:before {
+  content: "\e7cb";
+}
+
+.iconyingyongweixuanzhong:before {
+  content: "\e7cc";
+}
+
+.icondianpuxuanzhong:before {
+  content: "\e7cd";
+}
+
+.icondingdanxuanzhong1:before {
+  content: "\e7ce";
+}
+
+.iconwodexuanzhong:before {
+  content: "\e7cf";
+}
+
+.iconkehuweixuanzhong1:before {
+  content: "\e7d0";
+}
+
+.iconyingyongxuanzhong:before {
+  content: "\e7d1";
+}
+
+.iconkehuxuanzhong1:before {
+  content: "\e7d2";
+}
+
+.iconxiaochengxu2:before {
+  content: "\e78d";
+}
+
+.iconmeituan:before {
+  content: "\e78e";
+}
+
+.iconzhangshangcaifuyemianshoujiban344:before {
+  content: "\e632";
+}
+
+.iconwaimai:before {
+  content: "\e692";
+}
+
+.iconxiaochengxu1:before {
+  content: "\e619";
+}
+
+.iconjiantouxia:before {
+  content: "\e61a";
+}
+
+.iconshenheweitongguo:before {
+  content: "\e774";
+}
+
+.iconsanjiao_xia:before {
+  content: "\e631";
+}
+
+.iconsanjiaoshang:before {
+  content: "\e643";
+}
+
+.icondagou:before {
+  content: "\e607";
+}
+
+.iconshezhi:before {
+  content: "\e645";
+}
+
+.iconcaidan:before {
+  content: "\e65d";
+}
+
+.iconxiaoxi2:before {
+  content: "\e76f";
+}
+
+.iconmorentu:before {
+  content: "\e76e";
+}
+
+.icongou:before {
+  content: "\e76d";
+}
+
+.iconbianjijiage1:before {
+  content: "\e76c";
+}
+
+.iconchenggong:before {
+  content: "\e76b";
+}
+
+.iconfahuo:before {
+  content: "\e75d";
+}
+
+.iconshouye:before {
+  content: "\e75e";
+}
+
+.icontianjiatuku:before {
+  content: "\e767";
+}
+
+.iconxinrenlingquanshezhi:before {
+  content: "\e768";
+}
+
+.iconhuiyuandengjishezhi:before {
+  content: "\e769";
+}
+
+.iconweixin:before {
+  content: "\e76a";
+}
+
+.iconcaidanlan:before {
+  content: "\e75c";
+}
+
+.icontupiantianjia:before {
+  content: "\e75f";
+}
+
+.icondelete:before {
+  content: "\e760";
+}
+
+.iconxiaoxi1:before {
+  content: "\e761";
+}
+
+.iconxiala:before {
+  content: "\e762";
+}
+
+.icontianjiakehu:before {
+  content: "\e766";
+}
+
+.iconweixingongzhonghao:before {
+  content: "\e763";
+}
+
+.iconshoujihao1:before {
+  content: "\e764";
+}
+
+.iconweixinlaiyuan:before {
+  content: "\e765";
+}
+
+.iconkehuxuanzhong:before {
+  content: "\e755";
+}
+
+.iconkehuweixuanzhong:before {
+  content: "\e756";
+}
+
+.icongongzuotaiweixuanzhong:before {
+  content: "\e757";
+}
+
+.icongongzuotaixuanzhong:before {
+  content: "\e758";
+}
+
+.icondingdanweixuanzhong:before {
+  content: "\e759";
+}
+
+.icondingdanxuanzhong:before {
+  content: "\e75a";
+}
+
+.iconcaozuo:before {
+  content: "\e751";
+}
+
+.iconcaozuojihuo:before {
+  content: "\e752";
+}
+
+.iconfenxiang1:before {
+  content: "\e74c";
+}
+
+.iconbianji:before {
+  content: "\e74d";
+}
+
+.iconjinyong:before {
+  content: "\e74e";
+}
+
+.iconqiyong:before {
+  content: "\e74f";
+}
+
+.iconshanchu1:before {
+  content: "\e750";
+}
+
+.iconzhiding:before {
+  content: "\e753";
+}
+
+.iconxiajia:before {
+  content: "\e754";
+}
+
+.iconguanbi:before {
+  content: "\e74b";
+}
+
+.iconshanchu:before {
+  content: "\e74a";
+}
+
+.iconkefu:before {
+  content: "\e749";
+}
+
+.icontupian:before {
+  content: "\e746";
+}
+
+.iconxiaochengxu:before {
+  content: "\e747";
+}
+
+.iconzhifubao:before {
+  content: "\e748";
+}
+
+.iconchangjianwentixiangguanwenti2:before {
+  content: "\e679";
+}
+
+.iconxuanzhong:before {
+  content: "\e744";
+}
+
+.iconweixuanzhong:before {
+  content: "\e745";
+}
+
+.iconfenxiang:before {
+  content: "\e743";
+}
+
+.iconxiaoxi:before {
+  content: "\e741";
+}
+
+.icondianpu:before {
+  content: "\e742";
+}
+
+.icondianhua:before {
+  content: "\e73f";
+}
+
+.iconditu:before {
+  content: "\e740";
+}
+
+.iconsearch:before {
+  content: "\e73d";
+}
+
+.iconclose:before {
+  content: "\e73e";
+}
+
+.icondaizhifu:before {
+  content: "\e733";
+}
+
+.iconshoujihao:before {
+  content: "\e734";
+}
+
+.iconxiangyou:before {
+  content: "\e735";
+}
+
+.iconhaopingxingxing:before {
+  content: "\e736";
+}
+
+.iconmine:before {
+  content: "\e737";
+}
+
+.iconstore:before {
+  content: "\e738";
+}
+
+.iconhome:before {
+  content: "\e739";
+}
+
+.iconclassification:before {
+  content: "\e73a";
+}
+
+.iconyiguoqi:before {
+  content: "\e73b";
+}
+
+.iconyishiyong:before {
+  content: "\e73c";
+}

+ 29 - 0
hdApp/dist/build/app-plus/static/iconfont/readme.md

@@ -0,0 +1,29 @@
+> 下载文件到本地然后我们只要iconfont.css文件,其他文件我们在官网生产在线链接
+
+==记得加https:因为小程序只支持https==
+
+```
+@font-face {
+	font-family: 'iconfont';  /* project id 1352166 */
+	src: url('https://at.alicdn.com/t/font_1352166_t16gekn9k1e.eot');
+	src: url('https://at.alicdn.com/t/font_1352166_t16gekn9k1e.eot?#iefix') format('embedded-opentype'),
+	url('https://at.alicdn.com/t/font_1352166_t16gekn9k1e.woff2') format('woff2'),
+	url('https://at.alicdn.com/t/font_1352166_t16gekn9k1e.woff') format('woff'),
+	url('https://at.alicdn.com/t/font_1352166_t16gekn9k1e.ttf') format('truetype'),
+	url('https://at.alicdn.com/t/font_1352166_t16gekn9k1e.svg#iconfont') format('svg');
+}
+```
+font-size改成默认30upx
+```
+.iconfont {
+  font-size: 30upx;
+}
+```
+
+使用方式
+
+```
+<view class="iconfont iconpaizhao"></view>
+
+<view class="iconfont" style="">&#xe716;</view>
+```

BIN
hdApp/dist/build/app-plus/static/images/callback/bg.png


BIN
hdApp/dist/build/app-plus/static/images/common/arrow.png


BIN
hdApp/dist/build/app-plus/static/images/common/business-sale.png


BIN
hdApp/dist/build/app-plus/static/images/common/business-stock.png


BIN
hdApp/dist/build/app-plus/static/images/common/category-no.png


BIN
hdApp/dist/build/app-plus/static/images/common/localposition.png


BIN
hdApp/dist/build/app-plus/static/images/common/member-is.png


BIN
hdApp/dist/build/app-plus/static/images/common/member-no.png


BIN
hdApp/dist/build/app-plus/static/images/common/order-is.png


BIN
hdApp/dist/build/app-plus/static/images/common/order-no.png


BIN
hdApp/dist/build/app-plus/static/images/common/shop-apply.png


BIN
hdApp/dist/build/app-plus/static/images/common/shop-me.png


BIN
hdApp/dist/build/app-plus/static/images/common/shop-tab.png


BIN
hdApp/dist/build/app-plus/static/images/common/shop-tab_no.png


BIN
hdApp/dist/build/app-plus/static/images/common/user-no.png


BIN
hdApp/dist/build/app-plus/static/images/default-img.png


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hdApp/dist/build/app-plus/view.css


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
hdApp/dist/build/app-plus/view.umd.min.js


+ 1 - 0
hdApp/dist/debug/.roid.ins

@@ -0,0 +1 @@
+installed

BIN
hdApp/dist/debug/android_debug.apk


+ 18 - 13
hdApp/src/admin/home/me.vue

@@ -138,21 +138,26 @@ export default {
     // #ifdef APP-PLUS
     loginOut(){
         let that = this
-        uni.clearStorage()
-        that.$store.commit("setLoginInfo", {})
-        plus.runtime.restart()        
+        that.$util.confirmModal({content:'确认退出?'},() => {
+              uni.clearStorage()
+              that.$store.commit("setLoginInfo", {})
+              plus.runtime.restart()
+        })
     },
     closeApp(){
-      let type = uni.getSystemInfoSync().platform
-      switch(type){
-        case 'android':
-          plus.runtime.quit()
-          break;
-        case 'ios':
-          plus.ios.import("UIApplication").sharedApplication().performSelector("exit")
-          break;
-        default:
-      }   
+        let that = this
+        that.$util.confirmModal({content:'确认关闭?'},() => {
+          let type = uni.getSystemInfoSync().platform
+          switch(type){
+            case 'android':
+              plus.runtime.quit()
+              break;
+            case 'ios':
+              plus.ios.import("UIApplication").sharedApplication().performSelector("exit")
+              break;
+            default:
+          }
+        })
     },
     // #endif
 		getCustomService(){

+ 26 - 1
hdApp/src/manifest.json

@@ -26,7 +26,9 @@
             "Push" : {},
             "Share" : {},
             "Speech" : {},
-            "VideoPlayer" : {}
+            "VideoPlayer" : {},
+            "Bluetooth" : {},
+            "Contacts" : {}
         },
         /* 应用发布信息 */
         "distribute" : {
@@ -78,6 +80,13 @@
             "sdkConfigs" : {
                 "speech" : {
                     "ifly" : {}
+                },
+                "ad" : {},
+                "oauth" : {
+                    "univerify" : {}
+                },
+                "push" : {
+                    "unipush" : {}
                 }
             },
             "orientation" : [ "portrait-primary" ],
@@ -113,6 +122,22 @@
                     }
                 }
             }
+        },
+        "nativePlugins" : {
+            "CL-Dialog" : {
+                "__plugin_info__" : {
+                    "name" : "确认提示框",
+                    "description" : "为了统一两个平台的提示(对话框)框的效果,以及对文字颜色内容的可自定义",
+                    "platforms" : "Android,iOS",
+                    "url" : "https://ext.dcloud.net.cn/plugin?id=1497",
+                    "android_package_name" : "zhh.huahuibao.hhb.app",
+                    "ios_bundle_id" : "",
+                    "isCloud" : true,
+                    "bought" : 1,
+                    "pid" : "1497",
+                    "parameters" : {}
+                }
+            }
         }
     },
     /* 快应用特有相关 */

+ 76 - 1
hdApp/src/utils/util.js

@@ -299,6 +299,79 @@ export const unique = (arr) => {
 	}
 	return arr;
 };
+
+//#ifdef APP-PLUS
+const CLDialog=uni.requireNativePlugin("CL-Dialog")
+//#endif
+export const confirmModal = (item,okCallback=null,cancelCallback=null) => {
+
+	let title = item.title || '提示'
+	let content = item.content || '确认操作?'
+	let okText = item.okText || '确认'
+	let cancelText = item.cancelText || '取消'
+	let cacelTextColor = '#999999'
+	let okTextColor = '#38ADFF'
+
+	//#ifdef APP-PLUS
+	let options={
+		title:title,//标题 (可选)
+		con:content,//内容(可选)但是标题和内容至少选择一个
+		okTitle:okText,//确认按钮文字(可选)
+		cancleTitle:cancelText,//取消按钮文字(可选)
+		okTextColor:"#38ADFF",//确认按钮颜色(可选)
+		cancleTextColor:"#999999",//取消按钮颜色(可选)
+		singer:false,//是否只显示确认按钮,默认false(可选)
+		textAlign:"center",//对齐方式 //left居左,center居中,right 居右 默认居中
+		conColor:"",
+		bgColor:"#FFFFFF",//自定义弹框颜色
+		titleColor:"#3d3d3d"//自定义title颜色
+	}
+	CLDialog.show(options,()=>{
+		if(okCallback!=null){
+			okCallback()
+		}
+	},()=>{
+		if(cancelCallback!=null){
+			cancelCallback()
+		}
+	})
+	//#endif
+	// #ifdef MP-WEIXIN
+	uni.showModal({
+		title: title,
+		content: content,
+		showCancel: true,
+		cancelText: cancelText,
+		cancelColor: cacelTextColor,
+		confirmText: okText,
+		confirmColor: okTextColor,
+		success: function (res) {
+			if (res.confirm) {
+				if(okCallback!=null){
+					okCallback()
+				}
+			} else if (res.cancel) {
+				if(cancelCallback!=null){
+					cancelCallback()
+				}
+			}
+		}
+	})
+	//#endif
+}
+//判断是否有扫码的条件
+export const isScanEnv = () =>{
+	let isScanEnv = false
+	//#ifdef APP-PLUS
+	if(plus.device.vendor == 'SUNMI'){
+		isScanEnv = true
+	}
+	if(plus.device.vendor == 'Newland'){
+		isScanEnv = true
+	}
+	//#endif
+	return isScanEnv
+}
 export default {
 	isEmpty,
 	copyObject,
@@ -315,5 +388,7 @@ export default {
 	numberFormat,
 	isString,
 	unique,
-	isMoney
+	isMoney,
+	confirmModal,
+	isScanEnv
 };

Некоторые файлы не были показаны из-за большого количества измененных файлов