diff --git a/pages.json b/pages.json
index d87cd70..788cc06 100644
--- a/pages.json
+++ b/pages.json
@@ -756,6 +756,17 @@
"title": "秒杀活动",
"group": "营销活动"
}
+ },
+ {
+ "path": "point/exchange_list",
+ "style": {
+ "navigationBarTitleText": "兑换记录"
+ },
+ "meta": {
+ "sync": true,
+ "title": "兑换记录",
+ "group": "营销活动"
+ }
}
]
}
diff --git a/pages/app/sign.vue b/pages/app/sign.vue
index 6268882..6200c44 100644
--- a/pages/app/sign.vue
+++ b/pages/app/sign.vue
@@ -1,6 +1,6 @@
-
+
@@ -11,31 +11,65 @@
我的积分
- 26871
+ {{userInfo.point}}
- 已连续签到2天
-
+ 已连续签到{{ state.signInfo.totalDay }}天
+
签到
+
+ 已签到
+
-
-
- 第1天
+
+
+
+
+ 第{{item.day}}天
+
+
+
+
+
+
+
+
+
+ {{item.point}}积分
+
-
-
-
-
- 10积分
+
+
+
+ 第{{item.day}}天
+
+
+
+
+
+
+
+
+ {{item.point}}积分
+
+
+
@@ -43,15 +77,14 @@
签到说明
1、已累计签到{{ state.signInfo.totalDay }}天
- 2、据说连续签到第 {{ state.maxDay }} 天可获得超额积分,一定要坚持签到哦~~~
+ 2、据说连续签到第 {{ state.maxDay }} 天可获得超额积分,一定要坚持签到哦
-
+
签到日历
@@ -73,6 +106,7 @@
(state.signInfo.continuousDay >= item.day ? 'rewardTxt' : '')
">
第{{ item.day }}天
+ {{state.signInfo.continuousDay >= item.day}}
-
签到说明
1、已累计签到{{ state.signInfo.totalDay }}天
@@ -105,7 +137,7 @@
2、据说连续签到第 {{ state.maxDay }} 天可获得超额积分,一定要坚持签到哦~~~
-
+ -->
@@ -116,7 +148,7 @@
{{ state.signResult.point }} 积分
{{ state.signResult.experience }} 经验
-
+
已连续打卡 {{ state.signResult.day }} 天
@@ -132,13 +164,16 @@
+ .card-box-header {
+ padding: 0 45rpx;
+ height: 72rpx;
+ // box-shadow: 0px 2px 6px #f2debe;
+
+ .header-title {
+ font-size: 24rpx;
+ font-weight: 500;
+ color: #a17545;
+ line-height: 30rpx;
+ }
+
+ .cicon-play-arrow {
+ color: #a17545;
+ font-size: 24rpx;
+ line-height: 30rpx;
+ }
+ }
+
+ .card-content {
+ height: 190rpx;
+ // background: #fdfae9;
+
+ .item-title {
+ font-size: 24rpx;
+ font-weight: 500;
+ color: rgba(139, 105, 87, 1);
+ line-height: 30rpx;
+ margin-bottom: 24rpx;
+ }
+
+ .item-detail {
+ font-size: 36rpx;
+ font-family: OPPOSANS;
+ font-weight: bold;
+ color: #692e04;
+ line-height: 30rpx;
+ }
+ }
+ }
+ }
+
\ No newline at end of file
diff --git a/pages/commission/components/commission-info.vue b/pages/commission/components/commission-info.vue
index 25285aa..60d33e9 100644
--- a/pages/commission/components/commission-info.vue
+++ b/pages/commission/components/commission-info.vue
@@ -1,112 +1,226 @@
-
-
-
-
-
-
-
-
- {{ userInfo.nickname }}
-
-
-
-
+
+
+
+
+
+
+
+
+ {{ userInfo.nickname }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ fen2yuan(state.summary.withdrawPrice || 0)
+ }}
+
+
+ 累计收益(元)
+
+
+
+
+
+
+
+
+
+ {{
+ state.arr.firstBrokerageUserCount + state.arr.secondBrokerageUserCount ||
+ 0
+ }}
+
+
+ 我的团队
+
+
+
+
+ .tag-title {
+ font-size: 24rpx;
+ padding: 0 10rpx;
+ font-weight: 500;
+ line-height: 36rpx;
+ color: #fff;
+ }
+ }
+ }
+ }
+
\ No newline at end of file
diff --git a/pages/commission/components/commission-menu.vue b/pages/commission/components/commission-menu.vue
index 1f2777f..f160acd 100644
--- a/pages/commission/components/commission-menu.vue
+++ b/pages/commission/components/commission-menu.vue
@@ -1,147 +1,226 @@
-
+
+
+ .cicon-forward {
+ font-size: 30rpx;
+ font-weight: 400;
+ color: #ffffff;
+ line-height: 30rpx;
+ }
+ }
+
+ .menu-list {
+ padding: 50rpx 0 10rpx 0;
+ background: #fdfae9;
+ border-radius: 0 0 12rpx 12rpx;
+ }
+
+ .item-box {
+ width: 25%;
+ margin-bottom: 40rpx;
+ }
+
+ .menu-icon {
+ width: 45rpx;
+ height: 45rpx;
+ background: #ffffff;
+ border-radius: 50%;
+ }
+ .menu-icon-you{
+ width: 48rpx;
+ height: 48rpx;
+ }
+
+ .menu-title {
+ font-size: 26rpx;
+ font-weight: 500;
+ color: #ffffff;
+ }
+
\ No newline at end of file
diff --git a/pages/commission/index.vue b/pages/commission/index.vue
index b633c25..af3b62b 100644
--- a/pages/commission/index.vue
+++ b/pages/commission/index.vue
@@ -1,20 +1,21 @@
-
+
-
+
@@ -24,7 +25,7 @@
-
+
\ No newline at end of file
diff --git a/sheep/components/s-block-item/s-block-item.vue b/sheep/components/s-block-item/s-block-item.vue
index cad168e..c83e9b9 100644
--- a/sheep/components/s-block-item/s-block-item.vue
+++ b/sheep/components/s-block-item/s-block-item.vue
@@ -1,6 +1,5 @@
-
@@ -136,7 +135,7 @@
.new-huiy {
width: 100%;
- height: 89px;
+ height: 93px;
z-index: 9999999999999;
.new-button {
@@ -145,7 +144,7 @@
text-align: center;
position: absolute;
border-radius: 20px;
- right: 29px;
+ right: 14px;
top: 37px;
font-size: 14px;
color: rgba(148, 109, 45, 1);
@@ -158,7 +157,7 @@
z-index: 22;
left: 50%;
transform: translateX(-50%);
- width: 94%;
+ width: 100%;
}
}
diff --git a/sheep/components/s-coupon-list/s-coupon-list.vue b/sheep/components/s-coupon-list/s-coupon-list.vue
index a950321..4faa4fb 100644
--- a/sheep/components/s-coupon-list/s-coupon-list.vue
+++ b/sheep/components/s-coupon-list/s-coupon-list.vue
@@ -1,198 +1,224 @@
-
-
-
- {{ data.discountType === 1 ? '满减券' : '折扣券' }}
-
-
-
-
- {{ data.name }}
-
-
-
- ¥
-
- {{
- data.discountType === 1
- ? fen2yuan(data.discountPrice)
- : data.discountPercent / 10.0
- }}
-
- 折
-
-
-
-
-
- 有效期:领取后第{{ data.fixedStartTerm }}天开始至第{{ data.fixedEndTerm }}天内有效
-
-
- 有效期: {{ sheep.$helper.timeFormat(data.validStartTime, 'yyyy-mm-dd') }} 至
- {{ sheep.$helper.timeFormat(data.validEndTime, 'yyyy-mm-dd') }}
-
-
- 满 {{ fen2yuan(data.usePrice) }} 可用
-
-
-
-
+
+
+
+ {{ data.discountType === 1 ? '满减券' : '折扣券' }}
+
+
+
+
+
+
+ ¥
+
+ {{
+ data.discountType === 1
+ ? fen2yuan(data.discountPrice)
+ : data.discountPercent / 10.0
+ }}
+
+ 折
+
+
+
+ 满 {{ fen2yuan(data.usePrice) }} 可用
+
+
+
+
+
+
+ {{ data.name }}
+
+
+
+ 有效期:领取{{ data.fixedEndTerm }}天内有效
+
+
+ 有效期: {{ sheep.$helper.timeFormat(data.validStartTime, 'yyyy-mm-dd') }} 至
+ {{ sheep.$helper.timeFormat(data.validEndTime, 'yyyy-mm-dd') }}
+
+
+
+
+
+
-
-
-
- {{ data.description }}
-
-
-
-
-
-
-
-
-
+
+
+
+ .price-text {
+ color: #ff0000;
+ }
+
\ No newline at end of file
diff --git a/sheep/components/s-goods-column/s-goods-column.vue b/sheep/components/s-goods-column/s-goods-column.vue
index 4730e68..63c10a4 100644
--- a/sheep/components/s-goods-column/s-goods-column.vue
+++ b/sheep/components/s-goods-column/s-goods-column.vue
@@ -79,9 +79,9 @@
抢
- {{ priceUnit }}
- {{ fen2yuan(data.promotionPrice) }}
-
+ {{ priceUnit }}
+ {{ fen2yuan(data.promotionPrice) }}
+
{{ isArray(data.price) ? fen2yuan(data.price[0]) : fen2yuan(data.price) }}
@@ -682,7 +682,7 @@
}
.sm-goods-content {
- padding: 20rpx 16rpx;
+ padding: 20rpx 0;
box-sizing: border-box;
}
@@ -892,18 +892,25 @@
color: white;
border-radius: 0px 0px 5px 5px;
}
- .fff{
- padding: 3px;
- font-size: 13px;
+
+ .fff {
+ padding: 1px 3px;
+ font-size: 8px;
background: #e93422;
- text-align: center;
color: white;
- border-radius: 5px;
- width: 20px;
- margin-right:5px;
+ border-radius: 2px;
+ margin-right: 2px;
}
- .new-ii{
- display:flex;
+
+ .new-ii {
+ display: flex;
align-items: baseline;
}
+ .new-unit{
+ font-size: 10px;
+ }
+ .new-unit-number{
+ font-size: 13px;
+ font-weight: 700;
+ }
\ No newline at end of file
diff --git a/sheep/components/s-groupon-block/s-groupon-block.vue b/sheep/components/s-groupon-block/s-groupon-block.vue
index 851f354..d83f2e6 100644
--- a/sheep/components/s-groupon-block/s-groupon-block.vue
+++ b/sheep/components/s-groupon-block/s-groupon-block.vue
@@ -20,7 +20,7 @@
-
+
查看更多
diff --git a/sheep/components/s-menu-grid/s-menu-grid.vue b/sheep/components/s-menu-grid/s-menu-grid.vue
index ec845e2..104321d 100644
--- a/sheep/components/s-menu-grid/s-menu-grid.vue
+++ b/sheep/components/s-menu-grid/s-menu-grid.vue
@@ -1,7 +1,7 @@
-
+
-
+
{{ item.title }}
@@ -36,6 +36,9 @@
+ .notice-wrap {
+ .icon-img {
+ width: 75px !important;
+ height: 19px;
+ position: relative;
+ padding-right: 9px;
+
+ &:after {
+ position: absolute;
+ content: '';
+ right: 0;
+ height: 80%;
+ width: 1px;
+ background: #7a767640;
+ top: 52%;
+ ;
+ transform: translateY(-50%);
+ }
+ }
+ }
+
\ No newline at end of file
diff --git a/sheep/components/s-order-card/s-order-card.vue b/sheep/components/s-order-card/s-order-card.vue
index 45404c8..b90821c 100644
--- a/sheep/components/s-order-card/s-order-card.vue
+++ b/sheep/components/s-order-card/s-order-card.vue
@@ -92,8 +92,8 @@
];
const numData = computed(() => sheep.$store('user').numData);
-
- console.log(numData,'numData')
+
+ console.log(numData, 'numData')