123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660 |
- <template>
- <view :style="themeColor()">
- <view class="bg-page min-h-[100vh] overflow-hidden flex flex-col" v-if="!loading">
- <view v-if="!info" class="pb-[100rpx]">
- <view class="empty-page">
- <image class="img" :src="img('static/resource/images/system/login.png')" mode="aspectFit" />
- <view class="desc">暂未登录</view>
- <button shape="circle" plain="true" class="btn" @click="toLogin">去登录</button>
- </view>
- <ns-goods-recommend></ns-goods-recommend>
- </view>
- <view v-else-if="!cartList.length" class="pb-[100rpx]">
- <view class="empty-page">
- <image class="img" :src="img('addon/mall/cart-empty.png')" mode="aspectFit" />
- <view class="desc">赶紧去逛逛, 购买心仪的商品吧</view>
- <button shape="circle" plain="true" class="btn" @click="redirect({ url: '/addon/mall/pages/goods/list' })">去逛逛</button>
- </view>
- <ns-goods-recommend></ns-goods-recommend>
- </view>
- <block v-else>
- <view class="flex-1 h-0">
- <scroll-view class="scroll-height box-border" :scroll-y="true">
- <view class="py-[var(--top-m)] sidebar-margin">
- <view class="box-border" v-if="cartList.length">
- <view class="bg-[#fff] flex px-[var(--pad-sidebar-m)] justify-between items-center h-[80rpx] box-border font-400 text-[24rpx] mb-[24rpx] leading-[30rpx] rounded-[var(--rounded-big)]">
- <view class="flex items-center text-[24rpx] text-[#333]">
- <text>共<text class="text-[28rpx] mx-[2rpx] text-[var(--price-text-color)]">{{checkedNum }}</text>件商品</text>
- </view>
- <text @click="isEdit = !isEdit" class="text-[var(--text-color-light6)] text-[24rpx]">{{ isEdit ? '完成' : '管理' }}</text>
- </view>
- <view v-for="(item, index) in cartList" :key="index" class="bg-[#fff] mb-[20rpx] rounded-[var(--rounded-big)] pb-[10rpx]">
- <view class="flex px-[var(--pad-sidebar-m)] py-[var(--pad-top-m)] border-0 border-[#f0f0f0] border-solid border-b-[2rpx] items-baseline">
- <text v-if="item.disabled" class="iconfont text-color text-[34rpx] mr-[20rpx] w-[34rpx] h-[34rpx] rounded-[17rpx]" :class="{ 'iconxuanze1 ':item.checked,'bg-[#F5F5F5]':!item.checked}"></text>
- <text v-else class="iconfont text-color text-[34rpx] mr-[20rpx] w-[34rpx] h-[34rpx] rounded-[17rpx]" :class="{ 'iconxuanze1 ':item.checked,'bg-[#F5F5F5]':!item.checked}" @click="isClickSite(item)"></text>
- <text class="iconfont iconVector-25 text-[32rpx]"></text>
- <text class="ml-[12rpx] text-[28rpx] flex-1 truncate">{{item.site_name }}</text>
- </view>
- <u-swipe-action ref="swipeActiveRef">
- <block v-for="(subItem, subIndex) in item.goods_list" :key="subIndex">
- <view v-if="subItem.goodsSku" class="py-[20rpx] overflow-hidden w-full">
- <u-swipe-action-item :options="cartOptions" @click="swipeClick(index,subIndex,subItem)">
- <view class="flex px-[var(--pad-sidebar-m)]">
- <text class="self-center w-[34rpx] h-[34rpx] rounded-[17rpx] mr-[32rpx] bg-[#F5F5F5] overflow-hidden flex-shrink-0" v-if="subItem.disabled"></text>
- <text v-else class="self-center iconfont text-color text-[34rpx] mr-[32rpx] w-[34rpx] h-[34rpx] rounded-[17rpx] overflow-hidden flex-shrink-0" :class="{ 'iconxuanze1':subItem.checked,'bg-[#F5F5F5]':!subItem.checked}" @click="changeItem(item,subItem)">
- </text>
- <view class="relative w-[200rpx] h-[200rpx] rounded-[var(--goods-rounded-big)] overflow-hidden">
- <u--image class="rounded-[var(--goods-rounded-big)] overflow-hidden" width="200rpx" height="200rpx" @click="toDetail(subItem)" :src="img(subItem.goodsSku.sku_image_thumb_mid||'')" mode="aspectFill">
- <template #error>
- <image class="w-[200rpx] h-[200rpx] rounded-[var(--goods-rounded-big)] overflow-hidden" :src="img('static/resource/images/diy/shop_default.jpg')" mode="aspectFill"></image>
- </template>
- </u--image>
- <view v-if="subItem.disabled" class="absolute top-0 right-0 left-0 bottom-0 flex justify-center items-center bg-black bg-opacity-50 text-white rounded-[var(--goods-rounded-big)]">已下架</view>
- </view>
- <view class="flex flex-1 flex-col justify-between ml-[20rpx]">
- <view class="w-[100%] flex flex-col items-baseline">
- <view class="text-[#333] text-[28rpx] max-h-[80rpx] leading-[40rpx] multi-hidden font-400">
- {{ subItem.goods.goods_name }}
- </view>
- <view class="box-border max-w-[376rpx] mt-[10rpx] px-[14rpx] h-[36rpx] leading-[36rpx] truncate text-[var(--text-color-light6)] bg-[#F5F5F5] text-[22rpx] rounded-[20rpx]" v-if="subItem.goodsSku && subItem.goodsSku.sku_spec_format">
- {{ subItem.goodsSku.sku_spec_format }}
- </view>
- </view>
- <view v-if="subItem.goods && subItem.goods.goods_label_name && subItem.goods.goods_label_name.length"
- class="flex flex-wrap mb-[auto]">
- <template v-for="(tagItem, tagIndex) in subItem.goods.goods_label_name">
- <image class="img-tag" v-if="tagItem.style_type == 'icon' && tagItem.icon" :src="img(tagItem.icon)" mode="heightFix" @error="diyGoods.error(tagItem,'icon')" />
- <view class="base-tag" v-else-if="tagItem.style_type == 'diy' || !tagItem.icon" :style="diyGoods.baseTagStyle(tagItem)">{{ tagItem.label_name }}</view>
- </template>
- </view>
- <view class="flex justify-between items-end self-end mt-[10rpx] w-[100%]">
- <view class="text-[var(--price-text-color)] price-font truncate max-w-[200rpx]">
- <text class="text-[24rpx] font-500">¥</text>
- <text class="text-[40rpx] font-500">{{ parseFloat(goodsPrice(subItem)).toFixed(2).split('.')[0] }}</text>
- <text class="text-[24rpx] font-500">.{{ parseFloat(goodsPrice(subItem)).toFixed(2).split('.')[1] }}</text>
- <image class="h-[24rpx] ml-[6rpx]" v-if="priceType(subItem) == 'member_price'" :src="img('addon/mall/VIP.png')" mode="heightFix" />
- <image class="h-[24rpx] ml-[6rpx]" v-if="priceType(subItem) == 'discount_price'" :src="img('addon/mall/discount.png')" mode="heightFix" />
- </view>
- <u-number-box v-model="subItem.num" :min="numLimit(subItem).min" :max="numLimit(subItem).max" integer :step="1" input-width="68rpx" input-height="52rpx" button-size="52rpx" disabledInput @change="numChange($event, subItem)">
- <template #minus>
- <view class="relative w-[26rpx] h-[26rpx]" @click="reduceNumChange(subItem)">
- <text :class="{ 'text-[var(--text-color-light9)]': subItem.num === numLimit(subItem).min, 'text-[#303133]': subItem.num !== numLimit(subItem).min }" class="text-[24rpx] absolute flex items-center justify-center -left-[20rpx] -bottom-[20rpx] -right-[20rpx] -top-[20rpx] font-500 nc-iconfont nc-icon-jianV6xx"></text>
- </view>
- </template>
- <template #input>
- <input
- class="text-[#303133] text-[28rpx] mx-[14rpx] w-[80rpx] h-[44rpx] bg-[var(--temp-bg)] leading-[44rpx] text-center rounded-[6rpx]"
- type="number" @input="goodsSkuInputFn(subItem)"
- @blur="goodsSkuBlurFn($event, subItem)"
- @click.stop v-model="subItem.num" />
- </template>
- <template #plus>
- <view class="relative w-[26rpx] h-[26rpx]" @click="addNumChange(subItem)">
- <text :class="{ 'text-[var(--text-color-light9)]': subItem.num === numLimit(subItem).max, ' text-[#303133]': subItem.num !== numLimit(subItem).max }" class="ttext-[24rpx] absolute flex items-center justify-center -left-[20rpx] -bottom-[20rpx] -right-[20rpx] -top-[20rpx] font-500 nc-iconfont nc-icon-jiahaoV6xx"></text>
- </view>
- </template>
- </u-number-box>
- </view>
- </view>
- </view>
- </u-swipe-action-item>
- </view>
- </block>
- </u-swipe-action>
- </view>
- </view>
- </view>
- <ns-goods-recommend></ns-goods-recommend>
- </scroll-view>
- </view>
- </block>
- </view>
-
- <!-- #ifdef H5 -->
- <view v-if="cartList.length" class="flex h-[96rpx] items-center bg-[#fff] fixed left-0 right-0 bottom-[50px] pl-[30rpx] pr-[20rpx] box-solid mb-ios justify-between border-0 border-t-[2rpx] border-solid border-[#f6f6f6]">
- <view class="flex items-center" @click="allChange">
- <text class="self-center iconfont text-color text-[34rpx] mr-[10rpx] w-[34rpx] h-[34rpx] rounded-[17rpx] overflow-hidden flex-shrink-0" :class=" isSelectAll ? 'iconxuanze1' : 'bg-[#F5F5F5]'"></text>
- <text class="font-400 text-[#303133] text-[26rpx]">全选</text>
- </view>
- <view class="flex items-center">
- <view class="flex-1 flex items-center justify-between" v-if="!isEdit">
- <view class="flex items-center mr-[20rpx] text-[var(--price-text-color)] leading-[44rpx]">
- <view class="font-400 text-[#303133] text-[28rpx]">合计:</view>
- <text class="text-[var(--price-text-color)] price-font text-[32rpx] font-bold">
- ¥{{ parseFloat(total) }}
- </text>
- </view>
- <button class="w-[180rpx] h-[70rpx] font-500 text-[26rpx] leading-[70rpx] !text-[#fff] m-0 rounded-full primary-btn-bg remove-border" @click="settlement">结算</button>
- </view>
- <view class="flex-1 flex items-center justify-end" v-else>
- <button class="w-[180rpx] h-[70rpx] font-500 text-[26rpx] leading-[70rpx] !text-[#fff] m-0 rounded-full primary-btn-bg remove-border" @click="deleteCartFn">删除</button>
- </view>
- </view>
- </view>
- <!-- #endif -->
- <!-- #ifndef H5 -->
- <view v-if="cartList.length" class="pl-[30rpx] pr-[20rpx] flex h-[96rpx] items-center bg-[#fff] fixed left-0 right-0 bottom-[100rpx] box-solid mb-ios justify-between border-0 border-t-[2rpx] border-solid border-[#f6f6f6]">
- <view class="flex items-center" @click="allChange">
- <text class="self-center iconfont text-color text-[30rpx] mr-[20rpx] w-[34rpx] h-[34rpx] rounded-[17rpx] overflow-hidden flex-shrink-0" :class=" isSelectAll ? 'iconxuanze1' : 'bg-[#F5F5F5]'"></text>
- <text class="font-400 text-[#303133] text-[26rpx]">全选</text>
- </view>
- <view class="flex items-center">
- <view class="flex-1 flex items-center justify-between" v-if="!isEdit">
- <view class="flex items-center mr-[67rpx] text-[var(--price-text-color)] leading-[44rpx]">
- <view class="font-400 text-[#303133] text-[28rpx]">合计:</view>
- <text class="text-[var(--price-text-color)] price-font text-[32rpx] font-bold">
- ¥{{ parseFloat(total) }}
- </text>
- </view>
- <!-- #ifdef H5 -->
- <button class="w-[188rpx] h-[70rpx] font-500 text-[26rpx] leading-[72rpx] !text-[#fff] m-0 rounded-full primary-btn-bg remove-border" @click="settlement">结算</button>
- <!-- #endif -->
- <!-- #ifdef MP-WEIXIN -->
- <!-- <button v-if="isBindMobile && info && !info.mobile" class="w-[180rpx] h-[70rpx] font-500 text-[26rpx] leading-[70rpx] !text-[#fff] m-0 rounded-full primary-btn-bg remove-border" open-type="getPhoneNumber" @getphonenumber="memberStore.bindMobile">结算</button>
- <button v-else class="w-[180rpx] h-[70rpx] font-500 text-[26rpx] leading-[70rpx] !text-[#fff] m-0 rounded-full primary-btn-bg remove-border" @click="settlement">结算</button> -->
- <button class="w-[180rpx] h-[70rpx] font-500 text-[26rpx] leading-[70rpx] !text-[#fff] m-0 rounded-full primary-btn-bg remove-border"
- @click="settlement">结算</button>
- <!-- #endif -->
- </view>
- <view class="flex-1 flex items-center justify-end" v-else>
- <button class="w-[188rpx] h-[70rpx] font-500 text-[26rpx] leading-[72rpx] !text-[#fff] m-0 rounded-full primary-btn-bg remove-border" @click="deleteCartFn">删除</button>
- </view>
- </view>
- </view>
- <!-- #endif -->
- <loading-page :loading="loading"></loading-page>
- <tabbar />
- <!-- 强制绑定手机号 -->
- <bind-mobile ref="bindMobileRef" />
- </view>
- </template>
- <script setup lang="ts">
- import { ref, computed, watch, nextTick } from 'vue'
- import useMemberStore from '@/stores/member'
- import { useLogin } from '@/hooks/useLogin'
- import { onShow } from '@dcloudio/uni-app'
- import { img, redirect, getToken } from '@/utils/common'
- import useCartStore from '@/addon/mall/stores/cart'
- import { getCartGoodsList } from '@/addon/mall/api/cart'
- import bindMobile from '@/components/bind-mobile/bind-mobile.vue';
- import {t} from "@/locale";
- import { useGoods } from '@/addon/mall/hooks/useGoods'
- import nsGoodsRecommend from '@/addon/mall/components/ns-goods-recommend/ns-goods-recommend.vue';
- const diyGoods = useGoods();
- const memberStore = useMemberStore()
- const info = computed(() => memberStore.info)
- const loading = ref(true)
- const optionLoading = ref(false)
- const total = ref('0.00')
- const cartList = ref<object[]>([])
- const isEdit = ref(false)
- const cartStore = useCartStore();
- const getCartGoodsListFn = () => {
- getCartGoodsList({}).then(({data}) => {
- cartList.value = []
- loading.value = false
- cartList.value = Object.values(data).map((item: any)=> {
- item.checked = false
- item.goods_list.map((subItem: any) =>{
- if (subItem.goods.status == 1 && subItem.goods.delete_time == 0) {
- if (subItem.goodsSku.stock) {
- if (subItem.num > subItem.goodsSku.stock) subItem.num = subItem.goodsSku.stock;
- subItem.checked = false
- }else{
- subItem.disabled = true
- }
-
- } else {
- subItem.disabled = true
- }
- return subItem
- })
- item.disabled = item.goods_list.every((subItem: any) => subItem.disabled)
- return item
- })
- isSelectAll.value = false
- allChange()
- }).catch((err)=>{
- if(err.code==401){
- cartList.value = []
- loading.value = false
- }
- })
- }
- onShow(() => {
- getCartGoodsListFn()
- cartStore.getList();
- })
- const goodsSkuInputFn = (data: any) => {
- setTimeout(() => {
- if (!data.num || data.num <= numLimit(data).min) {
- data.num = numLimit(data).min;
- }
- if (data.num >= numLimit(data).max) {
- data.num = numLimit(data).max;
- }
- uni.$u.debounce((event: any) => {
- cartStore.increase({
- id: data.id,
- goods_id: data.goods_id,
- sku_id: data.sku_id,
- stock: data.goodsSku.stock,
- sale_price: data.goodsSku.sale_price,
- site_id: data.site_id,
- num: Number(data.num)
- }, 0);
- }, 500)
- }, 0)
- }
- const goodsSkuBlurFn = (event: any, subItem: any) => {
- setTimeout(() => {
- const data: any = subItem
- if (!data.num || data.num <= numLimit(data).min) {
- data.num = numLimit(data).min;
- }
- if (data.num >= numLimit(data).max) {
- data.num = numLimit(data).max;
- }
- uni.$u.debounce((event: any) => {
- cartStore.increase({
- id: data.id,
- goods_id: data.goods_id,
- sku_id: data.sku_id,
- stock: data.goodsSku.stock,
- sale_price: data.goodsSku.sale_price,
- site_id: data.site_id,
- num: Number(data.num)
- }, 0);
- }, 500)
- }, 0)
- }
- // 总共数量
- // 选择数量
- const checkedNum = computed(() => {
- let num = 0
- cartList.value.forEach((item: any) => {
- item.goods_list.forEach((subItem: any)=>{
- if(subItem.checked){
- num += Number(subItem.num)
- }
- })
- })
- return num
- })
- // 计算总价
- watch(() => cartList.value, () => {
- let value = 0
- cartList.value.forEach((item,index) => {
- item.goods_list.forEach(subItem => {
- if (subItem.checked && subItem.goodsSku){
- let price: any = 0;
- if (subItem.goods.is_discount && subItem.goodsSku.sale_price != subItem.goodsSku.price ) {
- price = subItem.goodsSku.sale_price // 折扣价
- } else if (subItem.goods.member_discount && getToken() && subItem.goodsSku.member_price != subItem.goodsSku.price) {
- price = subItem.goodsSku.member_price // 会员价
- } else {
- price = subItem.goodsSku.price
- }
- value += parseFloat(price) * subItem.num
- }
- })
-
- })
- total.value = value.toFixed(2)
- }, { deep: true })
- const toLogin = () => {
- useLogin().setLoginBack({ url: '/addon/mall/pages/goods/cart' })
- }
- const toDetail = (data: any) => {
- redirect({ url: '/addon/mall/pages/goods/detail', param: { goods_id: data.goods_id } })
- }
- const numChange = (event: any, subItem: any) => {
- uni.$u.debounce((event: any) => {
- const data = subItem
- cartStore.increase({
- id: data.id,
- goods_id: data.goods_id,
- sku_id: data.sku_id,
- stock: data.goodsSku.stock,
- sale_price: data.goodsSku.sale_price,
- num: data.num,
- site_id: data.site_id
- }, 0);
- }, 500)
- }
- const addNumChange = (data: any) => {
- if (data.num >= data.goods.stock) {
- uni.showToast({ title: "商品库存不足", icon: 'none' });
- return;
- }
- if (data.goods.is_limit) {
- let tips = `该商品单次限购${ data.goods.max_buy }件`;
- if (data.goods.limit_type != 1) { //单次限购
- tips = `该商品每人限购${ data.goods.max_buy }件`;
- }
- if (data.num >= data.goods.max_buy) {
- uni.showToast({ title: tips, icon: 'none' })
- }
- }
- }
- const reduceNumChange = (data: any) => {
- if (data.goods.is_limit && data.goods.min_buy) {
- let tips = `该商品起购${ data.goods.min_buy }件`;
- if (data.num <= data.goods.min_buy) {
- uni.showToast({ title: tips, icon: 'none' })
- }
- }
- }
- const numLimit = (data: any) => {
- let obj = {
- min: 1,
- max: data.goodsSku.stock || 1
- };
- // 限购 - 是否开启限购
- if (data.goods.is_limit) {
- if (data.goods.max_buy) {
- let max_buy = 0;
- max_buy = data.goods.max_buy;
- if (max_buy > data.goods.stock) {
- obj.max = data.goods.stock
- } else if (max_buy <= data.goods.stock) {
- obj.max = max_buy;
- }
- }
- }
- // 起售
- if (data.goods.min_buy > 0) {
- obj.min = data.goods.min_buy;
- }
- return obj;
- }
- const cartOptions = ref([
- {
- text: t('delete'),
- style: {
- backgroundColor: 'var(--primary-color)',
- width: '100rpx',
- height: '100%',
- borderRadius: '10rpx'
- }
- }
- ])
- const swipeActiveRef = ref(null)
- const swipeClick = (index: any, subIndex: any, subItem: any) => {
- if (optionLoading.value) return
- optionLoading.value = true
- cartStore.delete(subItem.id, () => {
- cartList.value[index].goods_list.splice(subIndex, 1)
- if(cartList.value[index].goods_list.length == 0){
- cartList.value.splice(index, 1)
- }
- nextTick(()=>{
- if(swipeActiveRef.value){
- swipeActiveRef.value[index].closeOther()
- }
- })
- optionLoading.value = false
- })
- }
- //判断是否全选
- const isSelectAll = ref(false)
- const isallclick = ()=>{
- const isActve = cartList.value.every((item: any) => {
- return item.checked
- })
- if (isActve) { isSelectAll.value = true } else { isSelectAll.value= false }
- }
- // 选择单个商品
- const changeItem = (data: any, value: any) =>{
- value.checked = !value.checked
- let arr: any =[];
- data.goods_list.forEach((item: any) => {
- if(item.checked != undefined){
- arr.push(item)
- }
- })
- const isActve = arr.every((item: any) => {
- return item.checked
- })
- if (isActve) { data.checked = true } else { data.checked = false }
- isallclick()
- }
- // 选择店铺
- const isClickSite = (data: any) =>{
- data.checked = !data.checked
- if (data.checked) {
- data.goods_list.forEach((item: any) => {
- if(!item.disabled){
- item.checked = true
- }
- })
- } else {
- data.goods_list.forEach((item: any) => {
- if(!item.disabled){
- item.checked = false
- }
- });
- }
- isallclick()
- }
- // 全选
- const allChange = () =>{
- isSelectAll.value = !isSelectAll.value
- if (isSelectAll.value) {
- cartList.value.forEach((item: any) => {
- item.checked = item.goods_list.some((item: any) => {
- return !item.disabled
- })
- item.goods_list.forEach((subItem: any) => {
- if(!subItem.disabled){
- subItem.checked = true
- }
- })
- })
- } else {
- cartList.value.forEach((item: any) => {
- item.checked = false
- item.goods_list.forEach((subItem: any) => {
- if(!subItem.disabled){
- subItem.checked = false
- }
- })
- })
- }
- }
- //强制绑定手机号
- const bindMobileRef: any = ref(null)
- const isBindMobile = ref(uni.getStorageSync('isbindmobile'))
- /**
- * 结算
- */
- const settlement = () => {
- // #ifdef H5
- // if(uni.getStorageSync('isbindmobile')){
- // bindMobileRef.value.open()
- // return false
- // }
- // #endif
- if (!checkedNum.value) {
- uni.showToast({ title: '还没有选择商品', icon: 'none' })
- return
- }
- let body: any = {}
- cartList.value.forEach((item: any) => {
- body[item.site_id] = {}
- })
- for(let key in body){
- cartList.value.forEach((item: any) => {
- if (item.site_id == key) {
- body[key].cart_ids = []
- item.goods_list.forEach((subItem: any) => {
- if (subItem.checked) {
- body[key].cart_ids.push(subItem.id)
- }
- })
- }
- })
- if (!body[key].cart_ids.length){
- delete body[key]
- }
- }
- uni.setStorage({
- key: 'orderCreateData',
- data: {
- body: body
- },
- success() {
- redirect({ url: '/addon/mall/pages/order/payment' })
- }
- })
- }
- /**
- * 删除
- */
- const deleteCartFn = () => {
- if (!checkedNum.value) {
- uni.showToast({ title: '还没有选择商品', icon: 'none' })
- return
- }
- if (optionLoading.value) return
- optionLoading.value = true
- const ids:any = []
- if(isSelectAll.value){
- cartList.value.forEach((item: any) => {
- item.goods_list.forEach((subItem: any) => {
- ids.push(subItem.id)
- })
- })
- }else{
- cartList.value.forEach((item: any) => {
- item.goods_list.forEach((subItem: any) => {
- if (subItem.checked) {
- ids.push(subItem.id)
- }
- })
- })
- }
- cartStore.delete(ids, () => {
- getCartGoodsListFn()
- optionLoading.value = false
- })
- }
- // 价格类型
- let priceType = (data:any) =>{
- let type = "";
- if(data.goods.is_discount && data.goodsSku.sale_price != data.goodsSku.price){
- type = 'discount_price'// 折扣
- }else if(data.goods.member_discount && getToken() && data.goodsSku.member_price != data.goodsSku.price){
- type = 'member_price' // 会员价
- }else{
- type = ""
- }
- return type;
- }
- // 商品价格
- let goodsPrice = (data:any) =>{
- let price = "0.00";
- if(data.goods.is_discount && data.goodsSku.sale_price != data.goodsSku.price){
- price = data.goodsSku.sale_price ? data.goodsSku.sale_price : data.goodsSku.price // 折扣价
- }else if(data.goods.member_discount && getToken() && data.goodsSku.member_price != data.goodsSku.price){
- price = data.goodsSku.member_price ? data.goodsSku.member_price : data.goodsSku.price // 会员价
- }else{
- price = data.goodsSku.price
- }
- return price;
- }
- </script>
- <style lang="scss" scoped>
- @import '@/addon/mall/styles/common.scss';
- .remove-border {
- &::after {
- border: none;
- }
- }
- :deep(uni-page) {
- background: var(--page-bg-color);
- }
- uni-page-body {
- height: 100%;
- }
- .text-color {
- color: var(--primary-color);
- }
- .bg-color {
- background-color: var(--primary-color);
- }
- :deep(.tab-bar-placeholder) {
- display: none !important;
- }
- :deep(.u-tabbar__placeholder) {
- display: none !important;
- }
- /* #ifdef H5 */
- .scroll-height {
- height: calc(100vh - 100rpx - 50px - constant(safe-area-inset-bottom));
- height: calc(100vh - 100rpx - 50px - env(safe-area-inset-bottom));
- }
- /* #endif */
- /* #ifndef H5 */
- .scroll-height {
- height: calc(100vh - 200rpx - constant(safe-area-inset-bottom));
- height: calc(100vh - 200rpx - env(safe-area-inset-bottom));
- }
- /* #endif */
- .text-ellipsis{
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- :deep(.u-swipe-action-item__right) {
- padding: 2rpx;
- }
- :deep(.u-swipe-action-item__right__button__wrapper){
- padding:0 10rpx !important;
- }
- :deep(.u-swipe-action-item__right__button__wrapper__text){
- font-size:24rpx !important;
- }
- :deep(.u-tabbar .u-tabbar__content) {
- z-index: 99999 !important;
- }
- </style>
|