diff --git a/components/goods-list/goods-list.vue b/components/goods-list/goods-list.vue
index 950771f..8bbf401 100644
--- a/components/goods-list/goods-list.vue
+++ b/components/goods-list/goods-list.vue
@@ -17,7 +17,7 @@
- 已易{{item.sales}}
+ 月易量{{item.sales}}
diff --git a/components/industry-list/industry-list.vue b/components/industry-list/industry-list.vue
index ca729cc..1375cf6 100644
--- a/components/industry-list/industry-list.vue
+++ b/components/industry-list/industry-list.vue
@@ -3,9 +3,18 @@
+ {{item.level.name}}
- {{item.name}}
-
+ {{item.name}}
+ 信用值 {{item.integrity}}
+ 行业:{{item.industry.title}}
+
+
+
+
+ {{item.process}}%
+
+
+
+
+
+ 权证数{{item.goodsCount}}
+
+
@@ -64,6 +77,17 @@
border-radius: $radius/2;
padding: $padding ($padding*3) $padding ($padding * 2 + 128);
min-height: 128rpx;
+ .industry--vip {
+ position: absolute;
+ top: $padding;
+ left: $padding;
+ background-color: #191919;
+ color: #f3c8a8;
+ font-size: 24rpx;
+ line-height: 32rpx;
+ padding: 0 8rpx;
+ border-radius: 6rpx 6rpx 6rpx 0;
+ }
.industry--cover{
position: absolute;
left: $padding;
@@ -74,18 +98,96 @@
.industry--title{
font-weight: bold;
font-size: $title-size-lg;
+ width: 80%;
line-height: 40rpx;
}
+ .industry--credit {
+ font-size: 22rpx;
+ display: inline-block;
+ font-weight: normal;
+ color: #ec652f;
+ border: 2rpx solid #ec652f;
+ line-height: 36rpx;
+ border-radius: 6rpx;
+ padding: 0 6rpx;
+ margin: 10rpx 0;
+ }
+ .industry--trade {
+ font-size: 24rpx;
+ color: $text-gray;
+ line-height: 40rpx;
+ }
+ .industry--bar {
+ display: flex;
+ width: 70%;
+ margin-top: 4rpx;
+ .industry--color{
+ background: #ebebeb;
+ border-left: 2rpx solid transparent;
+ border-right: 2rpx solid transparent;
+ width: calc(100% - 50rpx);
+ border-radius: 60rpx;
+ margin: 6rpx 10rpx 0 0;
+ height: 18rpx;
+ .industry--strip {
+ background-color: #ff8562;
+ border: 1px solid #ff8562;
+ border-radius: 10px;
+ box-shadow: 1vw 3vh 10vh rgba(168, 7, 7, 0.8);
+ background-size: 3em 3em;
+ background-image: linear-gradient(-45deg, transparent 0em, transparent 0.8em, #ec3950 0.9em, #ec3950 2.1em, transparent 2.1em, transparent 2.9em, #ec3950 3.1em);
+ height: 14rpx;
+ border-radius: 60rpx;
+ position: relative;
+ &::after {
+ content: '';
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ z-index: 1;
+ height: 100%;
+ background-image: linear-gradient(to bottom, #db152e, rgba(168, 7, 7, 0.6) 15%, transparent 60%, #db152e);
+ border-radius: 20rpx;
+ }
+ }
+ }
+ .industry--per {
+ font-size: 20rpx;
+ color: rgba(0, 0, 0, 0.8);
+ transform: scale(.8);
+ }
+ }
+ .industry--tool {
+ position: absolute;
+ top: 60rpx;
+ right: $padding;
+ .industry--deal {
+ width: 120rpx;
+ height: 120rpx;
+ text-align: center;
+ background: linear-gradient(to bottom, #e1293f, #f85d31);
+ box-shadow: 0 0 14rpx rgba(260, 60, 80, .9);
+ color: #FFFFFF;
+ font-size: 26rpx;
+ border-radius: 50%;
+ padding-top: 25rpx;
+ box-sizing: border-box;
+ font-size: 24rpx;
+ .industry--number {
+ font-size: 28rpx;
+ font-weight: 600;
+ display: block;
+ margin-top: 4rpx;
+ }
+ }
+ }
.industry--credibility{
padding-top: 8rpx;
height: 48rpx;
box-sizing: border-box;
}
- .industry--business{
- line-height: 40rpx;
- font-size: $title-size-sm;
- color: $text-gray;
- }
.industry--arrow{
position: absolute;
right: $margin;
diff --git a/components/store-boss/store-boss.vue b/components/store-boss/store-boss.vue
index f8db1d1..720c40f 100644
--- a/components/store-boss/store-boss.vue
+++ b/components/store-boss/store-boss.vue
@@ -21,6 +21,21 @@
+
+
+ 会员中心
+
+
+
+ 会员升级/续费
+ 有效期:2022年10月1日
+
+
+
+ 去升级
+
+
+
{{wordData.middle.visitors || 0}}
@@ -30,22 +45,34 @@
{{wordData.middle.clinch || 0}}
成交客户
+
+
+ {{wordData.top.barter_total || 0}}
+ 总收益额
+
+
+ {{wordData.middle.sale || 0}}
+ 在售权证
+
{{wordData.top.barter_total || 0}}
- 总交易额
-
-
- {{wordData.middle.sale || 0}}
- 在售权证
-
-
- {{wordData.middle.hold || 0}}
退货单处理
-
- {{wordData.middle.transfer || 0}}
- 发货单处理
-
+
+ {{wordData.top.barter_total || 0}}
+ 发货单处理
+
@@ -94,10 +121,17 @@
收款管理
+
+
+
基础信息
+
营销推广码
@@ -111,15 +145,10 @@
员工管理
-
-
-
-