123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686 |
- <template>
- <view>
- <view v-if="pagesNum > 1">
- <u-navbar :placeholder="true" bgColor="#fff" :autoBack="true" :border="true" title="我的仓库"></u-navbar>
- </view>
- <view v-else>
- <u-navbar leftIconSize="0" :placeholder="true" bgColor="#fff" title="我的仓库">
- <view class="nav-left flex" slot="left" @click="toIndex">
- <u-icon name="arrow-left" size="20" color="#333"></u-icon>
- </view>
- </u-navbar>
- </view>
- <!-- 奖品选择 -->
- <view class="prize-state">
- <!-- 类型 -->
- <view class="prize-state-tabs">
- <u-tabs @change="changeTab" :scrollable="false" :list="stateArr" lineWidth="30" lineHeight="3"
- :current='currentIndex' lineColor="#F9822C " :activeStyle="{
- color: '#333 ',
- transform: 'scale(1.1)',
- width: '120px'
- }" :inactiveStyle="{
- color: '#999',
- transform: 'scale(1)',
- width: '120px'
- }" itemStyle="padding-left: 20px; padding-right: 15px; height: 44px; text-align: center;">
- </u-tabs>
- </view>
- <!-- 商品状态 -->
- <view class="prize-state-type flex" v-if="state == 0">
- <view class="prize-state-type-item" :class="{ 'prize-state-type-item__action': index == typeIndex }"
- v-for="(item, index) in typeList" :key="index" @click="typeState(index)">{{ item.name }}</view>
- </view>
- </view>
- <!-- 实物商品 -->
- <view class="prize-goods" v-if="state == 0">
- <view class="prize-goods-list">
- <view class="prize-goods-list-item" v-for="(item, index) in list" :key="index">
- <!-- <view class="prize-goods-list-item" v-for="(item, index) in list" :key="index" > -->
- <!-- 商品 -->
- <view class="prize-goods-list-item__content flex">
- <view class="flex" v-if="item.status == 1">
- <u-checkbox-group>
- <u-checkbox size="24" :value="item.checked" shape="circle" :checked="item.checked"
- activeColor="#F9822C" @change="changeChecked($event, item)"></u-checkbox>
- </u-checkbox-group>
- </view>
- <view class="info flex" @click="toPrizeGoods(item)">
- <image :src="item.picUrl" mode="aspectFill"></image>
- <view class="desc flex">
- <view class="ells title">{{ item.title }}</view>
- <view class="num flex">
- <view class="sku ells-one">规格:{{ item.properties || '-' }}</view>
- <view class="">共{{ item.goodsNum }}件</view>
- </view>
- </view>
- </view>
- </view>
- <!-- 来源 -->
- <view class="prize-goods-list-item__btn flex" v-if="item.status == 1">
- <view class="type">来自:{{ item.inType && item.inType.desc }}</view>
- <view class="btn" @click="toRecovery(item)" v-if="item.inType.value == '1' || item.inType.value == '2'">兑换盲豆</view>
- </view>
- <view class="prize-goods-list-item__btn flex" v-else>
- <view class="type"></view>
- <view class="btnTwo">已兑换</view>
- </view>
- </view>
- </view>
- <view class="flex empty" v-if="!list.length && !loading">
- <view class="center">
- <image class="center-img" src="../../static/activity/null.png" mode=""></image>
- <view class="center-font">还没有商品</view>
- </view>
- </view>
- </view>
- <!-- 优惠券 -->
- <view class="prize-coupon" v-else>
- <view class="prize-coupon-list">
- <view @click="toPrizeDetail(item)" class="prize-coupon-list-item" v-for="(item, index) in list" :key="index">
- <view class="content flex">
- <view class="content-left flex">
- <image src="../static/prize_coupon.png" mode=""></image>
- <view class="price flex">
- <text>{{ item.discount / 100 }}</text>
- <text>元</text>
- </view>
- </view>
- <view class="content-right flex">
- <view class="title ells-one">{{ item.title }}</view>
- <view class="desc">适用范围:{{ item.useAreaDesc || '-' }}</view>
- <view class="desc">使用期限:{{ $parseTime(item.validStart, '{y}.{m}.{d}') }} ~ {{ $parseTime(item.validEnd, '{y}.{m}.{d}') }}</view>
- </view>
- </view>
- <view class="btn flex">
- <view class="btn-title" v-if="JSON.parse(item.useArea).value != '4'">立即使用</view>
- <view class="btn-title" v-else>查看详情</view>
- </view>
- </view>
- </view>
- <view class="flex empty" v-if="!list.length && !loading">
- <view class="center">
- <image class="center-img" src="../../static/activity/null.png" mode=""></image>
- <view class="center-font">还没有优惠券</view>
- </view>
- </view>
- </view>
- <view class="prize-action" v-if="statusIndex == 1">
- <!-- 实物商品提货 -->
- <view class="flex prize-action-goods" v-if="state == 0">
- <view class="flex checkbox">
- <view class="all">全选</view>
- <u-checkbox-group>
- <u-checkbox v-model="checkedAll" shape="circle" size="24" :checked="checkedAll"
- activeColor="#F9822C" @change="changeCheckedAll($event)"></u-checkbox>
- </u-checkbox-group>
- </view>
- <view class="btn" @click="toSettlement">立即提货</view>
- </view>
- <!-- 优惠券使用记录 -->
- <view class="flex prize-action-coupon" @click="toCoupon" v-else>
- <view class="title">优惠券使用记录</view>
- <u-icon name="arrow-right" size="15" color="#999"></u-icon>
- </view>
- </view>
- </view>
- </template>
- <script>
- import env from '../../config/env.js'
- import $http from '@/utils/request.js'
- export default {
- data() {
- return {
- loading: false,
- stateArr: [{
- name: ' 实物商品',
- }, {
- name: ' 优惠券',
- }],
- typeList: [{
- name: '待提货'
- }, {
- name: '已兑换'
- }],
- typeIndex: 0,
- state: 0,
- checkedAll: false,
- pageNum: 1,
- total: 0,
- list: [],
- currentIndex: 0,
- pagesNum: "",
-
- statusIndex: 1,
- };
- },
- onShow() {
- this.pagesNum = getCurrentPages().length
- this.pageList()
- this.couponNum()
- },
- onLoad(opthios) {
- if (opthios != undefined) {
- if (opthios.coupon == 1) {
- this.currentIndex = 1
- this.state = 1
- } else {
- this.currentIndex = 0
- this.state = 0
- }
- }
- },
- methods: {
- getList() {
- let _this = this
- let url = _this.state == 0 ? '/api/v1/mp/user/mine/prize/list' : '/api/v1/mp/user/mine/coupon/list'
- let data = _this.state == 0 ? { } : {
- status: 1
- }
- uni.showLoading({
- title: '加载中'
- });
- this.loading = true
- this.checkedAll = false
- $http.post(`${ url }?pageNum=${_this.pageNum}&pageSize=20`, data).then(res => {
- uni.hideLoading();
- this.loading = false
- if (res.code == 0) {
- res.rows.forEach(item => {
- item.status = JSON.parse(item.status).value
- let picUrlArr = item.picUrl.split(',')
- item.picUrl = env.filePublic + picUrlArr[0] + '?imageView2/2/w/170'
- if (_this.state == 0) {
- item.checked = false
- item.inType = JSON.parse(item.inType)
- }
- })
- _this.total = res.total
- _this.list = _this.list.concat(res.rows)
- }
- }).catch(() => {
- uni.hideLoading();
- this.loading = false
- })
- },
- getListTwo(){
- let _this = this
- let url = '/api/v1/mp/user/prize/recovery/list'
- this.loading = true
- this.checkedAll = false
- $http.post(`${ url }?pageNum=${_this.pageNum}&pageSize=20`, {}).then(res => {
- uni.hideLoading();
- this.loading = false
- if (res.code == 0) {
- console.log(res);
- res.rows.forEach(item => {
- item.status = 3
- item.goodsNum = item.num
- let picUrlArr = item.picUrl.split(',')
- item.picUrl = env.filePublic + picUrlArr[0] + '?imageView2/2/w/170'
- })
- _this.list = _this.list.concat(res.rows)
- }
- }).catch(() => {
- uni.hideLoading();
- this.loading = false
- })
- },
-
- typeState(index){
- this.list = []
- this.typeIndex = index//样式改变
- // this.statusIndex = index
- if(index == 0 ){
- this.statusIndex = 1 //待提货
- this.getList()
- }
- if(index == 1 ){
- this.statusIndex = 3 //已兑换
- this.getListTwo()
- }
- },
- toIndex() {
- uni.switchTab({
- url: '/pages/user/index'
- })
- },
-
- toRecovery(item) {
- uni.navigateTo({
- url: `/packageGoods/recovery/index?goodsId=${ item.goodsId}&num=${ item.goodsNum }&storageId=${ item.storageId }&properties=${item.properties }&skuId=${ item.skuId }`
- })
- },
- pageList() {
- this.typeIndex = 0
- this.pageNum = 1
- this.list = []
- this.getList()
- },
- // 切换奖品
- changeTab(e) {
- if (e.index == 0) {
- this.state = 0
- } else if (e.index == 1) {
- this.state = 1
- }
- this.pageList()
- this.checkedAll = false
- },
- changeChecked(e, item) {
- this.$set(item, 'checked', e)
- let flag = this.list.every(item => item.checked == true)
- this.checkedAll = flag
- this.$forceUpdate()
- },
- changeCheckedAll(e) {
- this.checkedAll = e
- this.list.forEach(item => {
- item.checked = e
- })
- this.$forceUpdate()
- },
- // 查看优惠券使用记录
- toCoupon() {
- uni.navigateTo({
- url: '/packagePrize/coupon/use'
- })
- },
- // 立即提货
- toSettlement() {
- let arr = []
- this.list.forEach(item => {
- if (item.checked) {
- arr.push(item)
- }
- })
- if (!arr.length) {
- uni.$u.toast('请选择商品');
- return
- }
- uni.showLoading({
- title: '提货中'
- });
- let ids = JSON.stringify(arr.map(item => item.storageId))
- uni.hideLoading();
- uni.navigateTo({
- url: `/packageGoods/order/settlement?ids=${ ids }`
- })
- },
- couponNum() {
- $http.post(`/api/v1/mp/user/mine/prize/list?pageNum=1&pageSize=10`, {
- }).then(res => {
- $http.post(`/api/v1/mp/user/mine/coupon/list?pageNum=1&pageSize=10`, {
- status: 1
- }).then(data => {
- if (res.code == 0) {
- this.stateArr = [{
- name: ' 实物商品 (' + res.total + ') '
- },
- {
- name: ' 优惠券 (' + data.total + ') '
- },
- ]
- } else {
- this.stateArr = [{
- name: ' 实物商品 (0)'
- },
- {
- name: ' 优惠券 (0)'
- },
- ]
- }
- })
- });
- },
- toPrizeGoods(item) {
- uni.navigateTo({
- url: `/packagePrize/goods/detail?id=${ item.goodsId }`
- })
- },
- toPrizeDetail(item) {
- let data = JSON.parse(item.useArea)
- let type = JSON.parse(item.type)
- // 1判断type,如果为门店直接跳转不需要判断useArec
- if (type.value == 2) {
- // data.value 2为指定优惠券 0为通用优惠券
- uni.navigateTo({
- url: `/packagePrize/coupon/detail?id=${ item.id }`
- })
- } else {
- // 3为线上票使用
- if (data.value == 3) {
- uni.navigateTo({
- url: `/packageGoods/ticket/index`
- })
- }
- //0为通用优惠券
- if (data.value == 0) {
- uni.navigateTo({
- url: `/packageGoods/ticket/index`
- })
- }
- // 4为线下票使用
- if (data.value == 4) {
- uni.navigateTo({
- url: `/packagePrize/coupon/detail?id=${ item.id }`
- })
- }
- }
- }
- },
- onReachBottom() {
- // 判断是否有数据
- if (this.total > this.pageNum * 20) {
- setTimeout(() => {
- ++this.pageNum
- this.getList()
- }, 500)
- } else {
- uni.$u.toast('已经到底了')
- }
- },
- }
- </script>
- <style lang="scss" scoped>
- .empty {
- height: 60vh;
- }
- .prize-state {
- position: fixed;
- background-color: #FFFFFF;
- width: 100%;
- z-index: 10;
- box-shadow: 0 2rpx 2rpx #ececec;
- // 类型
- &-tabs {
- display: flex;
- box-shadow: 0 5rpx 5rpx #ececec;
- }
- // 商品状态
- &-type {
- justify-content: flex-start;
- padding: 24rpx 34rpx;
- &-item {
- margin-right: 34rpx;
- padding: 12rpx 36rpx;
- border-radius: 24rpx;
- color: #FFAB4D;
- }
- &-item__action {
- background: #FFAB4D;
- color: #fff;
- }
- }
- }
- // 实物商品
- .prize-goods {
- margin-top: 180rpx;
- padding: 34rpx 34rpx 200rpx;
- &-list {
- &-item {
- padding: 34rpx 22rpx 34rpx;
- background-color: #fff;
- border-radius: 18rpx;
- margin-bottom: 30rpx;
-
- &__content {
- justify-content: space-between;
- padding-bottom: 34rpx;
-
- .info {
- padding-left: 16rpx;
- flex: 1;
- justify-content: flex-start;
-
- image {
- width: 176rpx;
- height: 176rpx;
- border-radius: 12rpx;
- }
-
- .desc {
- height: 176rpx;
- padding-left: 22rpx;
- flex: 1;
- font-size: 30rpx;
- flex-direction: column;
- align-items: flex-start;
- justify-content: space-between;
-
- .title {
- line-height: 40rpx;
- font-weight: bold;
- }
-
- .num {
- width: 100%;
- color: #666666;
- font-size: 26rpx;
- justify-content: space-between;
-
- .sku {
- flex: 1;
- }
- }
- }
- }
- }
-
- &__btn {
- justify-content: space-between;
-
- .type {
- font-size: 26rpx;
- color: #999999;
- line-height: 26rpx;
- padding-left: 70rpx;
- }
-
- .btn {
- width: 168rpx;
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- color: #F9822C;
- border: 1px solid #F9822C;
- border-radius: 30rpx;
- }
- .btnTwo {
- width: 168rpx;
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- border-radius: 30rpx;
- background-color: #f1f1f1;
- color: #666;
- border: 2rpx solid #999;
- }
- }
- }
- &-item:last-child {
- margin-bottom: 0;
- }
- }
- }
- // 优惠券
- .prize-coupon {
- margin-top: 85rpx;
- padding: 20rpx 20rpx 150rpx;
- &-list {
- &-item {
- padding-top: 30rpx;
- margin-bottom: 30rpx;
- background-color: #fff;
-
- .content {
- width: 100%;
- height: 184rpx;
- justify-content: flex-start;
- margin-bottom: 40rpx;
-
- &-left {
- width: 210rpx;
- height: 100%;
- margin-right: 20rpx;
-
- image {
- width: 100%;
- height: 100%;
- }
-
- .price {
- position: absolute;
- color: #fff;
-
- text:first-child {
- font-size: 70rpx;
- padding-right: 20rpx;
- }
-
- text:last-child {
- font-size: 40rpx;
- }
- }
- }
-
- &-right {
- flex: 1;
- align-items: flex-start;
- flex-direction: column;
- justify-content: space-between;
- height: 100%;
- padding: 24rpx 0;
-
- .title {
- font-size: 32rpx;
- line-height: 32rpx;
- height: 32rpx;
- overflow: hidden;
- font-weight: bold;
- }
-
- .desc {
- font-size: 24rpx;
- line-height: 24rpx;
- color: #999999;
- }
- }
- }
-
- .btn {
- padding: 20rpx 0 22rpx;
- margin: 0 30rpx 0;
- border-top: 1px solid #F2F2F2;
-
- &-title {
- font-size: 30rpx;
- line-height: 30rpx;
- height: 30rpx;
- font-weight: bold;
- color: #F9822C;
- }
- }
- }
- &-item:last-child {
- margin-bottom: 0;
- }
- }
- }
- .prize-action {
- position: fixed;
- bottom: var(--window-bottom);
- left: 0;
- right: 0;
- z-index: 10;
- box-shadow: 0 -4rpx 10rpx 0 rgba(151, 151, 151, 0.24);
- background: #fff;
- width: 100%;
- // 设置ios刘海屏底部横线安全区域
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- &-goods {
- justify-content: space-between;
- padding: 20rpx 40rpx;
- .all {
- margin-right: 10rpx;
- }
- .btn {
- width: 225rpx;
- height: 82rpx;
- font-size: 28rpx;
- line-height: 82rpx;
- border-radius: 40rpx;
- background-color: #F9822C;
- color: #fff;
- text-align: center;
- }
- }
- &-coupon {
- padding: 30rpx 40rpx;
- .title {
- margin-right: 10rpx;
- color: #999;
- line-height: 40rpx;
- }
- }
- }
- .empty {
- height: 60vh;
-
- .center {
- text-align: center;
-
- &-img {
- width: 228rpx;
- height: 320rpx;
- }
-
- &-font {
- font-size: 30rpx;
- font-weight: 400;
- color: #999999;
- margin-bottom: 350rpx;
- }
- }
- }
- </style>
|