积分代申请

This commit is contained in:
liuye
2023-04-18 10:06:49 +08:00
parent f1e667087f
commit b68977fec1
4 changed files with 343 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ export default {
'background': '#2D7DFF'
},
typeList: ['最新上架', '积分', '我可兑换的'],
currentType: 1,
currentType: 0,
pointTypeList: [{name: '全部'}, {name: '50分以下'}, {name: '100分以下'}, {name: '200分以下'}, {name: '5000分以下'}],
currentPoint: 0,
leftList: [1,1,1,1,1,11,1,1],

View File

@@ -2,7 +2,7 @@
<div class="myOrderList">
<AiTopFixed>
<u-tabs :list="tabList" :is-scroll="false" :current="currentTabs" height="90" font-size="28" bg-color="#fff" inactive-color="#8891A1"
active-color="#1D2229 " :bar-style="barStyle" @change="changeTab" ></u-tabs>
active-color="#1D2229 " :bar-style="barStyle" @change="changeTab" ></u-tabs>
</AiTopFixed>
<div class="list-content">
<div class="item">
@@ -248,7 +248,5 @@ export default {
}
}
}
}
</style>