diff --git a/gasStation-uni/pagesHome/PointsMing/PointsMing.vue b/gasStation-uni/pagesHome/PointsMing/PointsMing.vue
index 5536ab2b6..4c0841cc5 100644
--- a/gasStation-uni/pagesHome/PointsMing/PointsMing.vue
+++ b/gasStation-uni/pagesHome/PointsMing/PointsMing.vue
@@ -7,21 +7,25 @@
-
+
+
+ 积分增加
+ 2023-07-30 12:00:00
+
+ + 7
+
+
+
+ 积分支出
+ 2023-07-30 12:00:00
+
+ + 7
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -31,10 +35,11 @@
data() {
return {
title: '',
-
-
- subTitle: '2020-05-15',
- thumb: 'http://pic2.sc.chinaz.com/Files/pic/pic9/202002/hpic2119_s.jpg',
+ mingList: [
+ "3", "4", "5", "6",
+ ],
+ subTitle: '2020-05-15',
+ thumb: 'http://pic2.sc.chinaz.com/Files/pic/pic9/202002/hpic2119_s.jpg',
}
},
@@ -81,4 +86,41 @@
position: fixed;
top: 0px;
}
+
+ .m-box {
+ width: 95%;
+ margin: 10px auto;
+ border-radius: 8px;
+ background: #ffffff;
+ box-sizing: border-box;
+ padding: 10px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+
+ }
+
+ .title {
+ font-size: 18px;
+ color: #0D2E8D;
+ font-weight: bold;
+ margin-bottom: 5px;
+ }
+
+ .times {
+ font-size: 14px;
+ color: #999999;
+ }
+
+ .sr-nmb {
+ font-size: 20px;
+ font-weight: 500;
+ color: #3CBC6F;
+ }
+
+ .sc-nmb {
+ font-size: 20px;
+ font-weight: 500;
+ color: #F52D22;
+ }
\ No newline at end of file
diff --git a/gasStation-uni/pagesHome/myPointsOrder/myPointsOrder.vue b/gasStation-uni/pagesHome/myPointsOrder/myPointsOrder.vue
index 21ebfde54..523d92e75 100644
--- a/gasStation-uni/pagesHome/myPointsOrder/myPointsOrder.vue
+++ b/gasStation-uni/pagesHome/myPointsOrder/myPointsOrder.vue
@@ -14,6 +14,36 @@
+
+
+
+
+
+
+ 这是我用积分买的老婆啊啊啊啊啊啊啊啊
+ 165 - 90 嗨丝儿
+
+ ¥648.00
+ X8
+
+
+
+
+
+ 确认收货
+
+
+
+
+ 点击退款
+
+
+
+
+ 去付款
+
+
+
@@ -36,14 +66,16 @@
{
title: '已完成'
},
- {
- title: '已退款'
- },
+
{
title: '待支付'
},
+ {
+ title: '已退款'
+ },
+
],
- arrList: [],
+ arrList: ["1"],
actinput: 0,
}
},
@@ -54,6 +86,7 @@
getindex(index) {
this.actinput = index
},
+
goback() {
uni.navigateBack()
}
@@ -121,4 +154,82 @@
border-radius: 8px;
margin: 2px auto;
}
+
+ .goods-box {
+ width: 95%;
+ border-radius: 8px;
+ margin: 10px auto;
+ background: #ffffff;
+ box-sizing: border-box;
+ padding: 10px;
+ }
+
+ .goods-top {
+ display: flex;
+ justify-content: space-between;
+ }
+
+ .goods-img {
+ width: 175rpx;
+ height: 175rpx;
+ border-radius: 8px;
+ overflow: hidden;
+
+ image {
+ width: 100%;
+ height: 100%;
+ }
+ }
+
+ .nr-tip {
+ width: 70%;
+
+ }
+
+ .title-s {
+ font-size: 18px;
+ font-weight: bold;
+ color: #333;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ }
+
+ .hui-s {
+ font-size: 14px;
+ color: #999999;
+ margin: 5px auto;
+ }
+
+ .right-size {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ font-weight: bold;
+ color: #333;
+ }
+
+ .jg {
+ font-weight: bold;
+ color: #FF1800 !important;
+ }
+
+ .goods-bottom {
+ box-sizing: border-box;
+ padding: 5px 0px;
+ border-top: 1px solid #F4F4F4;
+ display: flex;
+ align-items: center;
+ justify-content: flex-end;
+ margin-top: 15px;
+ }
+
+ .sh-anniu {
+ box-sizing: border-box;
+ padding: 5px 10px;
+ border-radius: 50px;
+ border: 1px solid #2979ff;
+ color: #2979ff;
+ }
\ No newline at end of file