丰都积分

This commit is contained in:
liuye
2023-07-12 09:37:18 +08:00
parent e74fa78bcb
commit 2e69a79bce
2 changed files with 13 additions and 1 deletions

View File

@@ -90,6 +90,18 @@ export default {
path: "./myIntegral",
type: 'token'
},
{
icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiating.png",
label: "我的家庭",
path: "./myIntegral",
type: 'token'
},
{
icon: "https://cdn.cunwuyun.cn/wxmp/mine/saoyisao.png",
label: "扫一扫",
path: "./myIntegral",
type: 'token'
},
],
// [
// {

View File

@@ -83,7 +83,7 @@ export default {
appName: '积分兑换',
data() {
return {
tabList: [{name: '全部'}, {name: '积分兑换'}, {name: '京东低价商品'}],
tabList: [{name: '全部'}, {name: '积分兑换'}, {name: '低价商品'}],
currentTabs: 0,
barStyle: {
'width': '20px',