|
|
@ -1,4 +1,4 @@ |
|
|
<template> |
|
|
<template> |
|
|
<view class="my-page"> |
|
|
<view class="my-page"> |
|
|
<scroll-view class="my-scroll" scroll-y refresher-enabled :refresher-triggered="refreshing" |
|
|
<scroll-view class="my-scroll" scroll-y refresher-enabled :refresher-triggered="refreshing" |
|
|
@refresherrefresh="onRefresh"> |
|
|
@refresherrefresh="onRefresh"> |
|
|
@ -33,13 +33,13 @@ |
|
|
<view class="ticket-label">我的星球券</view> |
|
|
<view class="ticket-label">我的星球券</view> |
|
|
<view class="ticket-value">{{blindBoxCount}}张</view> |
|
|
<view class="ticket-value">{{blindBoxCount}}张</view> |
|
|
</view> |
|
|
</view> |
|
|
<image class="ticket-icon" src="/static/icon/planet-ticket.png" mode="aspectFit"></image> |
|
|
<image class="ticket-icon" src="/package3/static/planet-ticket.png" mode="aspectFit"></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="saving-hero fade-up" hover-class="tap-soft" hover-stay-time="80" |
|
|
<view class="saving-hero fade-up" hover-class="tap-soft" hover-stay-time="80" |
|
|
style="animation-delay: 50ms;" @tap="navigatorTo('qianbao')"> |
|
|
style="animation-delay: 50ms;" @tap="navigatorTo('qianbao')"> |
|
|
<image class="saving-bg" src="/static/icon/saving-hero.png" mode="aspectFill"></image> |
|
|
<image class="saving-bg" src="/package3/static/saving-hero.png" mode="aspectFill"></image> |
|
|
<view class="saved-badge">已经帮你省下</view> |
|
|
<view class="saved-badge">已经帮你省下</view> |
|
|
<view class="saved-main"> |
|
|
<view class="saved-main"> |
|
|
<view class="saved-money money-roll">¥{{savedMoney}}</view> |
|
|
<view class="saved-money money-roll">¥{{savedMoney}}</view> |
|
|
@ -52,7 +52,7 @@ |
|
|
<view class="section-head"> |
|
|
<view class="section-head"> |
|
|
<view> |
|
|
<view> |
|
|
<view class="section-title section-title--icon"> |
|
|
<view class="section-title section-title--icon"> |
|
|
<image class="title-icon" src="/static/icon/earn-title.png" mode="aspectFit"></image> |
|
|
<image class="title-icon" src="/package3/static/earn-title.png" mode="aspectFit"></image> |
|
|
<text>今天还能赚</text> |
|
|
<text>今天还能赚</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="section-desc">每日都有新机会,省钱又赚钱</view> |
|
|
<view class="section-desc">每日都有新机会,省钱又赚钱</view> |
|
|
@ -231,28 +231,28 @@ |
|
|
type: 'group', |
|
|
type: 'group', |
|
|
title: '拼团省钱', |
|
|
title: '拼团省钱', |
|
|
sub: '还差 2 人成团', |
|
|
sub: '还差 2 人成团', |
|
|
icon: '/static/icon/group-buy.png', |
|
|
icon: '/package3/static/group-buy.png', |
|
|
cta: '去拼团', |
|
|
cta: '去拼团', |
|
|
action: 'dingdan' |
|
|
action: 'dingdan' |
|
|
}, { |
|
|
}, { |
|
|
type: 'cash', |
|
|
type: 'cash', |
|
|
title: '白嫖现金', |
|
|
title: '白嫖现金', |
|
|
sub: '22:00 开奖', |
|
|
sub: '22:00 开奖', |
|
|
icon: '/static/icon/free-cash.png', |
|
|
icon: '/package3/static/free-cash.png', |
|
|
cta: '去参与', |
|
|
cta: '去参与', |
|
|
action: 'planet' |
|
|
action: 'planet' |
|
|
}, { |
|
|
}, { |
|
|
type: 'school', |
|
|
type: 'school', |
|
|
title: '学院奖金', |
|
|
title: '学院奖金', |
|
|
sub: '当前排名 12', |
|
|
sub: '当前排名 12', |
|
|
icon: '/static/icon/college-bonus.png', |
|
|
icon: '/package3/static/college-bonus.png', |
|
|
cta: '去助推', |
|
|
cta: '去助推', |
|
|
action: 'planet' |
|
|
action: 'planet' |
|
|
}, { |
|
|
}, { |
|
|
type: 'wallet', |
|
|
type: 'wallet', |
|
|
title: '可提现', |
|
|
title: '可提现', |
|
|
sub: '余额 ¥' + this.rewardMoney, |
|
|
sub: '余额 ¥' + this.rewardMoney, |
|
|
icon: '/static/icon/withdraw.png', |
|
|
icon: '/package3/static/withdraw.png', |
|
|
cta: '去提现', |
|
|
cta: '去提现', |
|
|
action: 'qianbao' |
|
|
action: 'qianbao' |
|
|
}] |
|
|
}] |
|
|
@ -262,20 +262,20 @@ |
|
|
type: 'user', |
|
|
type: 'user', |
|
|
title: '普通用户', |
|
|
title: '普通用户', |
|
|
desc: '点外卖 · 拼团 · 领券', |
|
|
desc: '点外卖 · 拼团 · 领券', |
|
|
icon: '/static/icon/user.png', |
|
|
icon: '/package3/static/user.png', |
|
|
action: 'dingdan' |
|
|
action: 'dingdan' |
|
|
}, { |
|
|
}, { |
|
|
type: 'delivery', |
|
|
type: 'delivery', |
|
|
title: '校园配送员', |
|
|
title: '校园配送员', |
|
|
desc: '自由接单 · 灵活赚钱', |
|
|
desc: '自由接单 · 灵活赚钱', |
|
|
icon: '/static/icon/campus-courier.png', |
|
|
icon: '/package3/static/campus-courier.png', |
|
|
tag: this.hasWorker ? '接单中' : '可注册', |
|
|
tag: this.hasWorker ? '接单中' : '可注册', |
|
|
action: this.hasWorker ? 'jianzhizhuye' : 'jianzhizhuce' |
|
|
action: this.hasWorker ? 'jianzhizhuye' : 'jianzhizhuce' |
|
|
}, { |
|
|
}, { |
|
|
type: 'shop', |
|
|
type: 'shop', |
|
|
title: '商家中心', |
|
|
title: '商家中心', |
|
|
desc: '管理店铺 · 经营数据', |
|
|
desc: '管理店铺 · 经营数据', |
|
|
icon: '/static/icon/merchant-center.png', |
|
|
icon: '/package3/static/merchant-center.png', |
|
|
action: this.hasShop ? 'merchantCenter' : 'merchant' |
|
|
action: this.hasShop ? 'merchantCenter' : 'merchant' |
|
|
}] |
|
|
}] |
|
|
}, |
|
|
}, |
|
|
@ -284,31 +284,31 @@ |
|
|
type: 'order', |
|
|
type: 'order', |
|
|
title: '我的订单', |
|
|
title: '我的订单', |
|
|
tip: '待付款 ' + this.orderCounts.pay, |
|
|
tip: '待付款 ' + this.orderCounts.pay, |
|
|
icon: '/static/icon/orders.png', |
|
|
icon: '/package3/static/orders.png', |
|
|
action: 'dingdan' |
|
|
action: 'dingdan' |
|
|
}, { |
|
|
}, { |
|
|
type: 'wallet', |
|
|
type: 'wallet', |
|
|
title: '我的钱包', |
|
|
title: '我的钱包', |
|
|
tip: '余额 ¥' + this.balance, |
|
|
tip: '余额 ¥' + this.balance, |
|
|
icon: '/static/icon/wallet.png', |
|
|
icon: '/package3/static/wallet.png', |
|
|
action: 'qianbao' |
|
|
action: 'qianbao' |
|
|
}, { |
|
|
}, { |
|
|
type: 'coupon', |
|
|
type: 'coupon', |
|
|
title: '优惠券', |
|
|
title: '优惠券', |
|
|
tip: '8 张可用', |
|
|
tip: '8 张可用', |
|
|
icon: '/static/icon/coupon.png', |
|
|
icon: '/package3/static/coupon.png', |
|
|
action: 'youhui' |
|
|
action: 'youhui' |
|
|
}, { |
|
|
}, { |
|
|
type: 'address', |
|
|
type: 'address', |
|
|
title: '收货地址', |
|
|
title: '收货地址', |
|
|
tip: '3 个地址', |
|
|
tip: '3 个地址', |
|
|
icon: '/static/icon/address.png', |
|
|
icon: '/package3/static/address.png', |
|
|
action: 'address' |
|
|
action: 'address' |
|
|
}, { |
|
|
}, { |
|
|
type: 'collect', |
|
|
type: 'collect', |
|
|
title: '我的收藏', |
|
|
title: '我的收藏', |
|
|
tip: '12 个收藏', |
|
|
tip: '12 个收藏', |
|
|
icon: '/static/icon/favorite.png', |
|
|
icon: '/package3/static/favorite.png', |
|
|
action: 'collect' |
|
|
action: 'collect' |
|
|
}] |
|
|
}] |
|
|
}, |
|
|
}, |
|
|
@ -317,25 +317,25 @@ |
|
|
type: 'ie', |
|
|
type: 'ie', |
|
|
title: 'IE', |
|
|
title: 'IE', |
|
|
desc: '找搭子一起吃饭学习', |
|
|
desc: '找搭子一起吃饭学习', |
|
|
icon: '/static/icon/IE.png', |
|
|
icon: '/package3/static/IE.png', |
|
|
action: 'ie' |
|
|
action: 'ie' |
|
|
}, { |
|
|
}, { |
|
|
type: 'fish', |
|
|
type: 'fish', |
|
|
title: '鱼塘', |
|
|
title: '鱼塘', |
|
|
desc: '二手交易更省钱', |
|
|
desc: '二手交易更省钱', |
|
|
icon: '/static/icon/fish-market.png', |
|
|
icon: '/package3/static/fish-market.png', |
|
|
action: 'fishRelease' |
|
|
action: 'fishRelease' |
|
|
}, { |
|
|
}, { |
|
|
type: 'secret', |
|
|
type: 'secret', |
|
|
title: '校园秘闻', |
|
|
title: '校园秘闻', |
|
|
desc: '看看学校新鲜事', |
|
|
desc: '看看学校新鲜事', |
|
|
icon: '/static/icon/campus-secret.png', |
|
|
icon: '/package3/static/campus-secret.png', |
|
|
action: 'planet' |
|
|
action: 'planet' |
|
|
}, { |
|
|
}, { |
|
|
type: 'agent', |
|
|
type: 'agent', |
|
|
title: '成为代理', |
|
|
title: '成为代理', |
|
|
desc: '邀请好友赚佣金', |
|
|
desc: '邀请好友赚佣金', |
|
|
icon: '/static/icon/agent.png', |
|
|
icon: '/package3/static/agent.png', |
|
|
action: 'agent' |
|
|
action: 'agent' |
|
|
}] |
|
|
}] |
|
|
} |
|
|
} |
|
|
|