liujd 6 tahun lalu
induk
melakukan
f196a7e1b8
54 mengubah file dengan 310 tambahan dan 462 penghapusan
  1. 1 1
      mobile/index.html
  2. 92 66
      mobile/static/css/base.scss
  3. 110 178
      mobile/static/css/common.scss
  4. 1 1
      mobile/static/css/minxin.scss
  5. 61 33
      mobile/static/css/reset.scss
  6. 45 180
      mobile/static/iconfont/iconfont.css
  7. TEMPAT SAMPAH
      mobile/static/images/callback/bg.png
  8. TEMPAT SAMPAH
      mobile/static/images/callback/coupon.png
  9. TEMPAT SAMPAH
      mobile/static/images/callback/success.png
  10. TEMPAT SAMPAH
      mobile/static/images/common/trademark.png
  11. TEMPAT SAMPAH
      mobile/static/images/coupon/bg.png
  12. TEMPAT SAMPAH
      mobile/static/images/coupon/expired.png
  13. TEMPAT SAMPAH
      mobile/static/images/coupon/is-check.png
  14. TEMPAT SAMPAH
      mobile/static/images/coupon/new-bg.png
  15. TEMPAT SAMPAH
      mobile/static/images/coupon/new-coupon-bg.png
  16. TEMPAT SAMPAH
      mobile/static/images/coupon/no-check.png
  17. TEMPAT SAMPAH
      mobile/static/images/interest/VIP-interest.png
  18. TEMPAT SAMPAH
      mobile/static/images/interest/invite.png
  19. TEMPAT SAMPAH
      mobile/static/images/interest/invited.png
  20. TEMPAT SAMPAH
      mobile/static/images/interest/ordered.png
  21. TEMPAT SAMPAH
      mobile/static/images/interest/shou.png
  22. TEMPAT SAMPAH
      mobile/static/images/interest/vip.png
  23. TEMPAT SAMPAH
      mobile/static/images/order/bg.png
  24. TEMPAT SAMPAH
      mobile/static/images/order/wait-pay.png
  25. TEMPAT SAMPAH
      mobile/static/images/user/attr-default.png
  26. TEMPAT SAMPAH
      mobile/static/images/user/bg.png
  27. TEMPAT SAMPAH
      mobile/static/images/user/hot.png
  28. TEMPAT SAMPAH
      mobile/static/img/invite.c0148d47.png
  29. TEMPAT SAMPAH
      mobile/static/img/new-bg.9e00ae9d.png
  30. 0 0
      mobile/static/js/index.79ee6fbf.js
  31. 0 0
      mobile/static/js/index.cd94ee28.js
  32. 0 0
      mobile/static/js/pages-callback-index.19747ac6.js
  33. 0 0
      mobile/static/js/pages-category-index.0f32508e.js
  34. 0 0
      mobile/static/js/pages-category-index.9ba7748b.js
  35. 0 0
      mobile/static/js/pages-category-index~pages-order-buy~pages-order-detail~pages-order-list.48e7ef08.js
  36. 0 0
      mobile/static/js/pages-coupon-list.dee9da99.js
  37. 0 1
      mobile/static/js/pages-goods-detail.e76218d3.js
  38. 0 0
      mobile/static/js/pages-goods-detail.f4e7503d.js
  39. 0 0
      mobile/static/js/pages-goods-detail~pages-user-index.594afdc8.js
  40. 0 1
      mobile/static/js/pages-home-index.1735f5fa.js
  41. 0 0
      mobile/static/js/pages-home-index.301868fd.js
  42. 0 0
      mobile/static/js/pages-interest-invite.deac70ec.js
  43. 0 0
      mobile/static/js/pages-interest-level.b825a5d0.js
  44. 0 0
      mobile/static/js/pages-order-buy.231ecbe6.js
  45. 0 0
      mobile/static/js/pages-order-detail.14e85682.js
  46. 0 0
      mobile/static/js/pages-order-list.5e4a4f1b.js
  47. 0 0
      mobile/static/js/pages-pay-index.53efd72c.js
  48. 0 0
      mobile/static/js/pages-pay-index.943a9fa6.js
  49. 0 0
      mobile/static/js/pages-shop-index.0071c666.js
  50. 0 0
      mobile/static/js/pages-shop-index.0153734f.js
  51. 0 0
      mobile/static/js/pages-user-index.7b55a966.js
  52. 0 1
      mobile/static/js/pages-user-index.98e71438.js
  53. 0 0
      mobile/static/js/pages-user-password.102d4f19.js
  54. 0 0
      mobile/static/js/pages-user-register.205d97f6.js

+ 1 - 1
mobile/index.html

@@ -6,4 +6,4 @@
 				// window.location.href = '/h5/pcguide.html';
 			}</script><script>document.addEventListener('DOMContentLoaded', function() {
 				document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
-			})</script><link rel=stylesheet href=/static/index.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script>/*BAIDU_STAT*/</script><script src=/static/js/chunk-vendors.3186e5ea.js></script><script src=/static/js/index.79ee6fbf.js></script></body></html>
+			})</script><link rel=stylesheet href=/static/index.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script>/*BAIDU_STAT*/</script><script src=/static/js/chunk-vendors.3186e5ea.js></script><script src=/static/js/index.cd94ee28.js></script></body></html>

+ 92 - 66
mobile/static/css/base.scss

@@ -1,10 +1,13 @@
 /**
-*全局变量
+*全局公共样式
 */
 .app-content {
     // line-height: 1;
-    background-color: #f5f5f5;
+    background-color: $backColor;
     min-height: 100vh;
+    &.app-main {
+        min-height: calc(100vh - 100px);
+    }
 }
 .gray_txt {
     color: #999 !important;
@@ -42,96 +45,119 @@
 }
 
 .flex {
-    display: -webkit-box;
-    display: -webkit-flex;
-    display: -ms-flexbox;
     display: flex;
 }
 
-.flex-v {
-    -webkit-box-orient: vertical;
-    -webkit-flex-direction: column;
-    -ms-flex-direction: column;
-    flex-direction: column;
+.flex-center-center {
+    @extend .flex;
+    align-items: center;
+    justify-content: center;
+}
+
+.flex-center {
+    display: flex;
+    align-items: center;
 }
 
-.flex-rr {
-    -webkit-box-orient: revert;
-    -webkit-flex-direction: row-reverse;
-    -ms-flex-direction: row-reverse;
-    flex-direction: row-reverse;
+.flex-start {
+    @extend .flex;
+    align-items: flex-start;
 }
 
-.flex-vr {
-    -webkit-box-orient: revert;
-    -webkit-flex-direction: column-reverse;
-    -ms-flex-direction: column-reverse;
-    flex-direction: column-reverse;
+.flex-end {
+    @extend .flex;
+    align-items: flex-end;
 }
 
-.flex-pack-justify {
-    -webkit-box-pack: justify;
-    -webkit-justify-content: space-between;
-    -ms-flex-pack: justify;
+.flex-center-between {
+    @extend .flex;
+    align-items: center;
     justify-content: space-between;
 }
 
-.flex-pack-justify-center {
-    -webkit-box-pack: center;
-    -webkit-justify-content: center;
-    -ms-flex-pack: center;
-    justify-content: center;
+.flex-center-around {
+    @extend .flex;
+    align-items: center;
+    justify-content: space-around;
 }
 
-.flex-pack-justify-start {
-    -webkit-box-pack: start;
-    -webkit-justify-content: start;
-    -ms-flex-pack: flex-start;
+.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-pack-justify-end {
-    -webkit-box-pack: end;
-    -webkit-justify-content: end;
-    -ms-flex-pack: flex-end;
+.flex-center-end {
+    @extend .flex;
+    align-items: center;
     justify-content: flex-end;
 }
 
-.flex-pack-around {
-    -webkit-justify-content: space-around;
-    justify-content: space-around;
+// ===================    定义的全局字体普通样式 ========================
+
+.app-padding {
+	padding: 0 30px;
 }
 
-.flex-align-center {
-    -webkit-box-align: center;
-    -webkit-align-items: center;
-    -ms-flex-align: center;
-    align-items: center;
+.app-color-1 {
+    color: $fontColorMain;
 }
 
-.flex-align-end {
-    -webkit-box-align: end;
-    -ms-flex-align: end;
-    -webkit-align-items: flex-end;
-    align-items: flex-end;
+.app-color-2 {
+    color: $fontColor2;
 }
 
-.flex-wrap {
-    -webkit-box-lines: multiple;
-    -webkit-flex-wrap: wrap;
-    -ms-flex-wrap: wrap;
-    flex-wrap: wrap;
+.app-color-3 {
+    color: $fontColor3;
 }
 
-.flex1 {
-    -webkit-box-flex: 1;
-    /* OLD - iOS 6-, Safari 3.1-6 */
-    -moz-box-flex: 1;
-    /* OLD - Firefox 19- */
-    -webkit-flex: 1;
-    /* Chrome */
-    -ms-flex: 1;
-    /* IE 10 */
-    flex: 1;
-    /* NEW, Spec - Opera 12.1, Firefox 20+ */
+// 金额
+.app-price {
+	color: $mainColor;
 }
+
+.app-bold {
+	font-weight: bold;
+}
+
+.app-size-24 {
+	font-size: 24px;
+}
+
+.app-size-26 {
+	font-size: 26px;
+}
+
+.app-size-28 {
+	font-size: 28px;
+}
+
+.app-size-30 {
+	font-size: 30px;
+}
+
+.app-size-32 {
+	font-size: 32px;
+}
+
+.app-size-34 {
+	font-size: 34px;
+}
+
+.app-size-36 {
+	font-size: 36px;
+}
+
+.app-size-38 {
+	font-size: 38px;
+}
+
+.app-size-40 {
+	font-size: 40px;
+}

+ 110 - 178
mobile/static/css/common.scss

@@ -1,15 +1,16 @@
 /**
 *全局样式,以 App- 前缀命名
 */
-*{
-	margin: 0;
-	padding: 0;
+* {
+    margin: 0;
+    padding: 0;
 }
 
-page, body {
-    font-family: 'microsoft yahei';
+page,
+body {
+    font-family: "microsoft yahei";
     font-size: 24px;
-    height: 100%;
+    // height: 100%;
     // line-height: 1;
 }
 .app-wh100 {
@@ -19,79 +20,87 @@ page, body {
 // .App_bg {
 // 	height: 100%;
 // }
-.App{
-	// line-height: 1;
-	min-height: 100vh;
+.App {
+    // line-height: 1;
+    min-height: 100vh;
 }
-.App_gray{
-	// line-height: 1;
-	min-height: 100vh;
-	background-color: #f5f5f5;
+.App_gray {
+    // line-height: 1;
+    min-height: 100vh;
+    background-color: $backColor;
 }
 .App_row {
-	display: flex;
-	justify-content: center;
+    display: flex;
+    justify-content: center;
 }
 .App_col {
-	display: flex;
-	align-items: center;
-	flex-direction: column;
+    display: flex;
+    align-items: center;
+    flex-direction: column;
 }
 
 .App_border-box * {
     box-sizing: border-box;
 }
 
-footer {
-    width: 100%;
-    // max-width: 750px;
-    min-width: 320px;
-    height: 100px;
-    position: fixed;
+// 按钮公共样式
+.button-com {
+    display: inline-block;
+    color: $mainColor;
+    font-size: 28px;
+    padding: 20px 30px;
+    background-color: #fff;
+    border-radius: 60px;
+    border: 1px solid $mainColor;
     text-align: center;
-    bottom: 0;
-    background: #fff;
-    box-shadow: -1px -1px 10px #cccccc; /*no*/
-	z-index: 100;
+    line-height: 1;
+    margin: 0;
 }
-
-// 按钮公共样式
-.main_btn_com {
-    display: flex;
-    color: $auxiliaryColor1;
-    font-size: 30px;
-    padding: 15px 40px;
-    background-color: $mainColor;
-    border-radius: 50px;
+.button-com.big {
+    padding-top: 30px;
+    padding-bottom: 30px;
 }
-
-.bottom_btn_com {
-    height: 100px;
-    line-height: 100px;
-    color: $auxiliaryColor1;
-    font-size: 30px;
+.button-com.red {
+    color: #fff;
     background-color: $mainColor;
-    text-align: center;
+    &: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.default {
+    color: $fontColor2;
+    border-color: #dddddd;
+    &:active {
+        background-color: #f5f5f5;
+    }
 }
 
 // 带统计字数文本域
 .textarea_wrap {
     position: relative;
     textarea {
-      display: block;
-      background-color: #fff;
-      padding: 30px 31px;
-      border: 0 none;
-      width: 100%;
-      height: 270px;
+        display: block;
+        background-color: #fff;
+        padding: 30px 31px;
+        border: 0 none;
+        width: 100%;
+        height: 270px;
     }
     .count {
         position: absolute;
         line-height: 1;
         right: 30px;
         bottom: 30px;
-        font-size:24px;
-        color:rgba(153,153,153,1);
+        font-size: 24px;
+        color: rgba(153, 153, 153, 1);
     }
 }
 
@@ -111,65 +120,27 @@ footer {
     -webkit-line-clamp: 2;
     line-clamp: 2;
     -webkit-box-orient: vertical;
-	line-height: 1.3;
-}
-
-/* 修改vant输入框样式 */
-.van-field__body {
-	padding-left: 20px;
-	height: 100%;
-}
-
-.van-field__control {
-	height: 100%;
-}
-.van-field__control::placeholder {
-	font-size: 34px;
-	font-weight: normal;
-	font-stretch: normal;
-	letter-spacing: 0.7px;
-	color: #cccccc;
+    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;
-	}
-}
-
-// 弹窗关闭按钮
-.closemask {
-    position: absolute;
-    width: 30px;
-    height: 30px;
-    right: 39px;
-    top: 39px;
+    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;
+    }
 }
 
- // 公共底部样式
-.pub_footer {
-			width: 100%;
-			height: 100px;
-			position: fixed;
-			text-align: center;
-			bottom: 0;
-			background: white;
-			box-shadow: -1px -1px 5px #cccccc;
-			z-index: 100;
-		}
-
 .app-footer {
     width: 100%;
     max-width: 750px; /*no*/
@@ -179,33 +150,31 @@ footer {
     text-align: center;
     bottom: 0;
     background: white;
-    box-shadow: -1px -1px 1px #cccccc; /*no*/
+    box-shadow: -4px -4px 6px #eee; /*no*/
     z-index: 100;
-    font-size: 32px;
-    color: #3a1b04;
-    line-height: 90px;
-    background: #ffd11a;
+    // font-size: 32px;
+    // line-height: 90px;
     display: flex;
     justify-content: center;
     align-items: center;
-    letter-spacing: 3px;
+    // letter-spacing: 3px;
     & .add {
         width: 38px;
         height: 38px;
         margin-right: 20px;
     }
-  }
-.noMore{
-	color: #969799;
-	font-size: 24upx;
-	line-height: 50px;
-	text-align: center;
-	padding: 30px 0;
-}
-li{
-	list-style: none;
 }
 
+.noMore {
+    color: #969799;
+    font-size: 24upx;
+    line-height: 50px;
+    text-align: center;
+    padding: 30px 0;
+}
+li {
+    list-style: none;
+}
 
 // .app-seach-box {
 // 	position: relative;
@@ -234,67 +203,30 @@ li{
 // 	}
 // }
 
-
-/* 分享按钮的公共样式 */
-
-.go_share {
-	width: 60upx;
-	height: 60upx;
-	position: fixed;
-	right: 5%;
-	top: 35upx;
-	opacity: 0.7;
-	float: right;
-	z-index: 99;
-}
-
-.go_share img {
-	width: 60upx;
-	height: 60upx;
-	float: right;
-}
-/*返回按钮的公共样式*/
-
-.returnback {
-	width: 60upx;
-	height: 60upx;
-	position: fixed;
-	left: 5%;
-	top: 35upx;
-	opacity: .7;
-	float: left;
-	z-index: 1;
-}
-
-.returnback img {
-	width: 60upx;
-	height: 60upx;
-	float: left;
-}
-.includecontent p img{
-	width: 100%;
-	height: auto;
+.includecontent p img {
+    width: 100%;
+    height: auto;
 }
-.uni-overflow-hidden{
-	overflow: hidden;
-	height: 100vh;
+.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;
-	}
+    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;
+.text-overflow {
+    overflow: hidden;
+    text-overflow: ellipsis;
+    white-space: nowrap;
 }

+ 1 - 1
mobile/static/css/minxin.scss

@@ -49,7 +49,7 @@
     display:-webkit-box !important;
 }
 
-@mixin direction($items: center,$justify: center){//位置
+@mixin disFlex($items: center,$justify: center){//位置
     display:flex;
     display:-webkit-flex;
     align-items: $items;

+ 61 - 33
mobile/static/css/reset.scss

@@ -1,65 +1,93 @@
 /*  #ifdef  H5  */
 .uni-page-head {
-	background-color: transparent !important;
+    background-color: transparent !important;
 }
 /*  #endif  */
 
 /*  #ifdef  H5  */
-// uni-page-body, body {
-// 	height: auto;
-// 	min-height: 100%;
-// }
 /*  #endif  */
+uni-page-body,
+body,
+html {
+    height: auto;
+    min-height: 100%;
+}
+
+body {
+    -webkit-overflow-scrolling: touch;
+}
 
 // 修改uni-nav-bar样式
 .uni-navbar-header {
-	line-height: 96px !important;
-	height: 96px !important;
+    line-height: 96px !important;
+    height: 96px !important;
 }
 
 .uni-status-bar {
-	height: auto !important;
+    height: auto !important;
 }
 
 .uni-navbar-container {
-	display: flex !important;
-	align-items: center !important;
-	justify-content: center !important;
+    display: flex !important;
+    align-items: center !important;
+    justify-content: center !important;
 }
 
 .uni-navbar-shadow {
-	box-shadow: 0 0 6px 2px #ccc;
+    box-shadow: 0 0 6px 2px #ccc;
 }
 
 uni-picker .uni-picker-item {
-	font-size: 30px;
+    font-size: 30px;
 }
 
 .iconfont {
-	display: inline-block;
-	vertical-align: middle;
+    display: inline-block;
+    vertical-align: middle;
 }
 
 // 修改image的图片样式
-image {
-	width: 100%;
-	// height: auto;
+// image {
+// 	width: 100%;
+// 	height: auto;
+// 	display: block;
+// }
+
+.ljd-checkbox,.ljd-checkbox .uni-checkbox-input {
+    width: 46px;
+    height: 46px;
+    border-radius: 50% !important;
+}
+
+.ljd-checkbox .uni-checkbox-input.uni-checkbox-input-checked {
+	color: #fff !important;
+	background-color: $mainColor !important;
+	border: none !important;
 }
 
-.datetime-picker{
-	.picker-body{
-		font-size: 32px !important;
-	}
-	 .btn-picker{
-		font-size: 32px !important;
-		 &.submit{
-			 color: #3a1b06 !important;
-			 padding: 0 20px !important;
-			 border-radius: 24px !important;
-		 }
-		 &.cancel{
-			 color: #878787!important
-		 }
-	}
+img {
+    width: 100%;
+    height: auto;
+    display: block;
+}
+
+.datetime-picker {
+    .picker-body {
+        font-size: 32px !important;
+    }
+    .btn-picker {
+        font-size: 32px !important;
+        &.submit {
+            color: #3a1b06 !important;
+            padding: 0 20px !important;
+            border-radius: 24px !important;
+        }
+        &.cancel {
+            color: #878787 !important;
+        }
+    }
+}
 
+uni-button::after {
+    border: none;
 }

+ 45 - 180
mobile/static/iconfont/iconfont.css

@@ -1,12 +1,12 @@
 @font-face {
-  font-family: 'iconfont';  /* project id 1169641 */
-  src: url('https://at.alicdn.com/t/font_1169641_448qu878ouj.eot');
-  src: url('https://at.alicdn.com/t/font_1169641_448qu878ouj.eot?#iefix') format('embedded-opentype'),
-  url('https://at.alicdn.com/t/font_1169641_448qu878ouj.woff2') format('woff2'),
-  url('https://at.alicdn.com/t/font_1169641_448qu878ouj.woff') format('woff'),
-  url('https://at.alicdn.com/t/font_1169641_448qu878ouj.ttf') format('truetype'),
-  url('https://at.alicdn.com/t/font_1169641_448qu878ouj.svg#iconfont') format('svg');
-}
+  font-family: 'iconfont';  /* project id 1525256 */
+  src: url('https://at.alicdn.com/t/font_1525256_qav13ygth5g.eot');
+  src: url('https://at.alicdn.com/t/font_1525256_qav13ygth5g.eot?#iefix') format('embedded-opentype'),
+  url('https://at.alicdn.com/t/font_1525256_qav13ygth5g.woff2') format('woff2'),
+  url('https://at.alicdn.com/t/font_1525256_qav13ygth5g.woff') format('woff'),
+  url('https://at.alicdn.com/t/font_1525256_qav13ygth5g.ttf') format('truetype'),
+  url('https://at.alicdn.com/t/font_1525256_qav13ygth5g.svg#iconfont') format('svg');
+}  
 
 .iconfont {
   font-family: "iconfont" !important;
@@ -16,214 +16,79 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
-.icon22:before {
-  content: "\e618";
-}
-
-.icongouwuche:before {
-  content: "\e73d";
-}
-
-.iconpaizhao:before {
-  content: "\e6f9";
-}
-
-.iconclear:before {
-  content: "\e6e1";
-}
-
-.icontianjia1:before {
-  content: "\e609";
-}
-
-.iconsousuo:before {
-  content: "\e643";
-}
-
-.iconweibiaoti-:before {
-  content: "\e6e8";
-}
-
-.iconjichutubiao-:before {
-  content: "\e633";
-}
-
-.iconclose:before {
-  content: "\e6f1";
-}
-
-.iconkefu:before {
-  content: "\e6f2";
-}
-
-.iconjiaobiao:before {
-  content: "\e6f5";
-}
-
-.iconshaixuan:before {
-  content: "\e6f6";
-}
-
-.icondaishenhe:before {
-  content: "\e705";
-}
-
-.iconyiqueren:before {
-  content: "\e706";
-}
-
-.iconjiantou:before {
-  content: "\e707";
-}
-
-.iconbeibohui:before {
-  content: "\e708";
-}
-
-.iconicon-test:before {
-  content: "\e709";
-}
-
-.iconxianshi:before {
-  content: "\e70a";
-}
-
-.iconhaoping:before {
-  content: "\e70b";
-}
-
-.icongou:before {
-  content: "\e70c";
-}
-
-.iconxiaoxi:before {
-  content: "\e70d";
-}
-
-.iconfenxiang:before {
-  content: "\e70e";
-}
-
-.iconxuanze:before {
-  content: "\e712";
-}
-
-.iconxiaoxituisong:before {
-  content: "\e713";
-}
-
-.iconmorentu:before {
-  content: "\e714";
-}
-
-.iconqian:before {
-  content: "\e715";
-}
-
-.icontianjia:before {
-  content: "\e716";
-}
-
-.iconadd:before {
-  content: "\e717";
-}
-
-.iconxiala:before {
-  content: "\e718";
-}
-
-.iconjisuanji:before {
-  content: "\e719";
-}
-
-.iconxiaji:before {
-  content: "\e71a";
-}
-
-.iconqiye:before {
-  content: "\e91d";
+.icondaizhifu:before {
+  content: "\e733";
 }
 
 .iconshoujihao:before {
-  content: "\e71c";
-}
-
-.iconmima:before {
-  content: "\e71d";
-}
-
-.iconzhanghaodenglu:before {
-  content: "\e71e";
+  content: "\e734";
 }
 
-.iconyanzhengma:before {
-  content: "\e71f";
+.iconxiangyou:before {
+  content: "\e735";
 }
 
-.icondelete:before {
-  content: "\e720";
+.iconhaopingxingxing:before {
+  content: "\e736";
 }
 
-.iconxia:before {
-  content: "\e721";
+.iconmine:before {
+  content: "\e737";
 }
 
-.iconshang:before {
-  content: "\e722";
+.iconstore:before {
+  content: "\e738";
 }
 
-.iconshijianzhou:before {
-  content: "\e723";
+.iconhome:before {
+  content: "\e739";
 }
 
-.iconmoban:before {
-  content: "\e724";
+.iconclassification:before {
+  content: "\e73a";
 }
 
-.iconshanchu:before {
-  content: "\e725";
+.iconyiguoqi:before {
+  content: "\e73b";
 }
 
-.iconqiehuan:before {
-  content: "\e726";
+.iconyishiyong:before {
+  content: "\e73c";
 }
 
-.icondianzan:before {
-  content: "\e727";
+.iconsearch:before {
+  content: "\e73d";
 }
 
-.icongengxin:before {
-  content: "\e728";
+.iconclose:before {
+  content: "\e73e";
 }
 
-.iconshezhi:before {
-  content: "\e729";
+.icondianhua:before {
+  content: "\e73f";
 }
 
-.icontishi:before {
-  content: "\e72a";
+.iconditu:before {
+  content: "\e740";
 }
 
-.iconcollection:before {
-  content: "\e72d";
+.iconxiaoxi:before {
+  content: "\e741";
 }
 
-.iconcustomerservice:before {
-  content: "\e72e";
+.icondianpu:before {
+  content: "\e742";
 }
 
-.iconcollecton_unactive:before {
-  content: "\e72f";
+.iconfenxiang:before {
+  content: "\e743";
 }
 
-.iconaddress:before {
-  content: "\e730";
+.iconxuanzhong:before {
+  content: "\e744";
 }
 
-.iconxiala-min:before {
-  content: "\e91e";
+.iconweixuanzhong:before {
+  content: "\e745";
 }
 
-.iconbaocun:before {
-  content: "\e731";
-}

TEMPAT SAMPAH
mobile/static/images/callback/bg.png


TEMPAT SAMPAH
mobile/static/images/callback/coupon.png


TEMPAT SAMPAH
mobile/static/images/callback/success.png


TEMPAT SAMPAH
mobile/static/images/common/trademark.png


TEMPAT SAMPAH
mobile/static/images/coupon/bg.png


TEMPAT SAMPAH
mobile/static/images/coupon/expired.png


TEMPAT SAMPAH
mobile/static/images/coupon/is-check.png


TEMPAT SAMPAH
mobile/static/images/coupon/new-bg.png


TEMPAT SAMPAH
mobile/static/images/coupon/new-coupon-bg.png


TEMPAT SAMPAH
mobile/static/images/coupon/no-check.png


TEMPAT SAMPAH
mobile/static/images/interest/VIP-interest.png


TEMPAT SAMPAH
mobile/static/images/interest/invite.png


TEMPAT SAMPAH
mobile/static/images/interest/invited.png


TEMPAT SAMPAH
mobile/static/images/interest/ordered.png


TEMPAT SAMPAH
mobile/static/images/interest/shou.png


TEMPAT SAMPAH
mobile/static/images/interest/vip.png


TEMPAT SAMPAH
mobile/static/images/order/bg.png


TEMPAT SAMPAH
mobile/static/images/order/wait-pay.png


TEMPAT SAMPAH
mobile/static/images/user/attr-default.png


TEMPAT SAMPAH
mobile/static/images/user/bg.png


TEMPAT SAMPAH
mobile/static/images/user/hot.png


TEMPAT SAMPAH
mobile/static/img/invite.c0148d47.png


TEMPAT SAMPAH
mobile/static/img/new-bg.9e00ae9d.png


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/index.79ee6fbf.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/index.cd94ee28.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-callback-index.19747ac6.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-category-index.0f32508e.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-category-index.9ba7748b.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-category-index~pages-order-buy~pages-order-detail~pages-order-list.48e7ef08.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-coupon-list.dee9da99.js


+ 0 - 1
mobile/static/js/pages-goods-detail.e76218d3.js

@@ -1 +0,0 @@
-(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-goods-detail"],{"16ef":function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var a={name:"goods-detail",data:function(){return{}},onLoad:function(t){}};n.default=a},"17af":function(t,n,e){"use strict";e.r(n);var a=e("16ef"),u=e.n(a);for(var r in a)"default"!==r&&function(t){e.d(n,t,(function(){return a[t]}))}(r);n["default"]=u.a},"3a8b":function(t,n,e){"use strict";var a=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"app-content"})},u=[];e.d(n,"a",(function(){return a})),e.d(n,"b",(function(){return u}))},bbcb:function(t,n,e){"use strict";e.r(n);var a=e("3a8b"),u=e("17af");for(var r in u)"default"!==r&&function(t){e.d(n,t,(function(){return u[t]}))}(r);var o=e("4e82"),f=Object(o["a"])(u["default"],a["a"],a["b"],!1,null,"571a4e7e",null);n["default"]=f.exports}}]);

File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-goods-detail.f4e7503d.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-goods-detail~pages-user-index.594afdc8.js


+ 0 - 1
mobile/static/js/pages-home-index.1735f5fa.js

@@ -1 +0,0 @@
-(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-home-index"],{"3ef7":function(n,t,e){"use strict";e.r(t);var u=e("8b67"),a=e.n(u);for(var i in u)"default"!==i&&function(n){e.d(t,n,(function(){return u[n]}))}(i);t["default"]=a.a},"46ee":function(n,t,e){"use strict";var u=function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{staticClass:"app-content"},[e("v-uni-button",{on:{click:function(t){t=n.$handleEvent(t),n.toPay(t)}}},[n._v("去支付页")])],1)},a=[];e.d(t,"a",(function(){return u})),e.d(t,"b",(function(){return a}))},"8b67":function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u={name:"home",components:{},data:function(){return{}},onLoad:function(n){uni.setNavigationBarTitle({title:"国兰花尚"})},methods:{toPay:function(){uni.navigateTo({url:"/pages/pay/index"})}}};t.default=u},f5b8:function(n,t,e){"use strict";e.r(t);var u=e("46ee"),a=e("3ef7");for(var i in a)"default"!==i&&function(n){e.d(t,n,(function(){return a[n]}))}(i);var o=e("4e82"),r=Object(o["a"])(a["default"],u["a"],u["b"],!1,null,"760e0e4c",null);t["default"]=r.exports}}]);

File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-home-index.301868fd.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-interest-invite.deac70ec.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-interest-level.b825a5d0.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-order-buy.231ecbe6.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-order-detail.14e85682.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-order-list.5e4a4f1b.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-pay-index.53efd72c.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-pay-index.943a9fa6.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-shop-index.0071c666.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-shop-index.0153734f.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-user-index.7b55a966.js


+ 0 - 1
mobile/static/js/pages-user-index.98e71438.js

@@ -1 +0,0 @@
-(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-user-index"],{"0d59":function(n,t,e){"use strict";e.r(t);var u=e("35c2"),r=e.n(u);for(var a in u)"default"!==a&&function(n){e.d(t,n,(function(){return u[n]}))}(a);t["default"]=r.a},"1de2":function(n,t,e){"use strict";e.r(t);var u=e("4081"),r=e("0d59");for(var a in r)"default"!==a&&function(n){e.d(t,n,(function(){return r[n]}))}(a);var c=e("4e82"),o=Object(c["a"])(r["default"],u["a"],u["b"],!1,null,"0f62c3b6",null);t["default"]=o.exports},"35c2":function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u={name:"category",components:{},data:function(){return{}},onLoad:function(n){}};t.default=u},4081:function(n,t,e){"use strict";var u=function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{staticClass:"app-content"})},r=[];e.d(t,"a",(function(){return u})),e.d(t,"b",(function(){return r}))}}]);

File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-user-password.102d4f19.js


File diff ditekan karena terlalu besar
+ 0 - 0
mobile/static/js/pages-user-register.205d97f6.js


Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini