diff --git a/pages/activity/groupon/detail.vue b/pages/activity/groupon/detail.vue index 3f6cc77e..4b82faf8 100644 --- a/pages/activity/groupon/detail.vue +++ b/pages/activity/groupon/detail.vue @@ -205,7 +205,7 @@ import { showShareModal } from '@/sheep/hooks/useModal'; import { isEmpty } from 'lodash'; - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/user/withdraw_bg.png'); + const headerBg = sheep.$url.css('/static/img/shop/user/withdraw_bg.png'); const statusBarHeight = sheep.$platform.device.statusBarHeight * 2; const state = reactive({ data: {}, diff --git a/pages/activity/groupon/list.vue b/pages/activity/groupon/list.vue index d0052a15..037412a9 100644 --- a/pages/activity/groupon/list.vue +++ b/pages/activity/groupon/list.vue @@ -73,7 +73,7 @@ const statusBarHeight = sheep.$platform.device.statusBarHeight * 2; const pageHeight = (safeArea.height + safeAreaInsets.bottom) * 2 + statusBarHeight - sys_navBar - 350; - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/groupon-header.png'); + const headerBg = sheep.$url.css('/static/img/shop/goods/groupon-header.png'); const state = reactive({ activityId: 0, diff --git a/pages/activity/seckill/list.vue b/pages/activity/seckill/list.vue index 82ec97ad..dcf26f9c 100644 --- a/pages/activity/seckill/list.vue +++ b/pages/activity/seckill/list.vue @@ -73,7 +73,7 @@ const statusBarHeight = sheep.$platform.device.statusBarHeight * 2; const pageHeight = (safeArea.height + safeAreaInsets.bottom) * 2 + statusBarHeight - sys_navBar - 350; - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/seckill-header.png'); + const headerBg = sheep.$url.css('/static/img/shop/goods/seckill-header.png'); const state = reactive({ activityId: 0, diff --git a/pages/app/sign.vue b/pages/app/sign.vue index 20559713..80145263 100644 --- a/pages/app/sign.vue +++ b/pages/app/sign.vue @@ -158,7 +158,7 @@ import { onLoad, onReady } from '@dcloudio/uni-app'; import { computed, reactive } from 'vue'; - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/app/sign.png'); + const headerBg = sheep.$url.css('/static/img/shop/app/sign.png'); const state = reactive({ data: { diff --git a/pages/commission/components/commission-info.vue b/pages/commission/components/commission-info.vue index b1f78f91..fea225fd 100644 --- a/pages/commission/components/commission-info.vue +++ b/pages/commission/components/commission-info.vue @@ -35,7 +35,7 @@ const userInfo = computed(() => sheep.$store('user').userInfo); const agentInfo = computed(() => sheep.$store('user').agentInfo); - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/commission/background.png'); + const headerBg = sheep.$url.css('/static/img/shop/commission/background.png'); const state = reactive({ showMoney: false, diff --git a/pages/commission/order.vue b/pages/commission/order.vue index cb6b5319..dc9fd6ca 100644 --- a/pages/commission/order.vue +++ b/pages/commission/order.vue @@ -149,7 +149,7 @@ import { onPageScroll } from '@dcloudio/uni-app'; const statusBarHeight = sheep.$platform.device.statusBarHeight * 2; - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/user/withdraw_bg.png'); + const headerBg = sheep.$url.css('/static/img/shop/user/withdraw_bg.png'); onPageScroll((e) => { if (e.scrollTop > 100) { state.scrollTop = false; diff --git a/pages/commission/team.vue b/pages/commission/team.vue index 99b8b8d4..66a83c0a 100644 --- a/pages/commission/team.vue +++ b/pages/commission/team.vue @@ -98,7 +98,7 @@ const statusBarHeight = sheep.$platform.device.statusBarHeight * 2; const agentInfo = computed(() => sheep.$store('user').agentInfo); const userInfo = computed(() => sheep.$store('user').userInfo); - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/user/withdraw_bg.png'); + const headerBg = sheep.$url.css('/static/img/shop/user/withdraw_bg.png'); onPageScroll((e) => { if (e.scrollTop > 100) { diff --git a/pages/goods/components/detail/detail-activity-tip.vue b/pages/goods/components/detail/detail-activity-tip.vue index 15b3072f..d4282993 100644 --- a/pages/goods/components/detail/detail-activity-tip.vue +++ b/pages/goods/components/detail/detail-activity-tip.vue @@ -33,8 +33,8 @@ import { ref, reactive } from 'vue'; import sheep from '@/sheep'; - const seckillBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/seckill-tip-bg.png'); - const grouponBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/groupon-tip-bg.png'); + const seckillBg = sheep.$url.css('/static/img/shop/goods/seckill-tip-bg.png'); + const grouponBg = sheep.$url.css('/static/img/shop/goods/groupon-tip-bg.png'); const props = defineProps({ data: { diff --git a/pages/goods/groupon.vue b/pages/goods/groupon.vue index eacd7ec1..948a7111 100644 --- a/pages/goods/groupon.vue +++ b/pages/goods/groupon.vue @@ -190,13 +190,13 @@ import { useDurationTime, formatPrice, formatGoodsSwiper } from '@/sheep/hooks/useGoods'; - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/groupon-bg.png'); - const btnBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/groupon-btn.png'); + const headerBg = sheep.$url.css('/static/img/shop/goods/groupon-bg.png'); + const btnBg = sheep.$url.css('/static/img/shop/goods/groupon-btn.png'); const disabledBtnBg = sheep.$url.css( - '/assets/addons/shopro/frontend_img/goods/activity-btn-disabled.png', + '/static/img/shop/goods/activity-btn-disabled.png', ); - const seckillBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/seckill-tip-bg.png'); - const grouponBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/groupon-tip-bg.png'); + const seckillBg = sheep.$url.css('/static/img/shop/goods/seckill-tip-bg.png'); + const grouponBg = sheep.$url.css('/static/img/shop/goods/groupon-tip-bg.png'); onPageScroll(() => {}); const state = reactive({ diff --git a/pages/goods/score.vue b/pages/goods/score.vue index 37aafcaf..2bb7d6ce 100644 --- a/pages/goods/score.vue +++ b/pages/goods/score.vue @@ -113,9 +113,9 @@ import detailCommentCard from './components/detail/detail-comment-card.vue'; import detailContentCard from './components/detail/detail-content-card.vue'; - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/score-bg.png'); - const seckillBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/seckill-tip-bg.png'); - const grouponBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/seckill-tip-bg.png'); + const headerBg = sheep.$url.css('/static/img/shop/goods/score-bg.png'); + const seckillBg = sheep.$url.css('/static/img/shop/goods/seckill-tip-bg.png'); + const grouponBg = sheep.$url.css('/static/img/shop/goods/seckill-tip-bg.png'); onPageScroll(() => {}); diff --git a/pages/goods/seckill.vue b/pages/goods/seckill.vue index 79592b4a..abe94b70 100644 --- a/pages/goods/seckill.vue +++ b/pages/goods/seckill.vue @@ -153,13 +153,13 @@ import detailContentCard from './components/detail/detail-content-card.vue'; import detailProgress from './components/detail/detail-progress.vue'; - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/seckill-bg.png'); - const btnBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/seckill-btn.png'); + const headerBg = sheep.$url.css('/static/img/shop/goods/seckill-bg.png'); + const btnBg = sheep.$url.css('/static/img/shop/goods/seckill-btn.png'); const disabledBtnBg = sheep.$url.css( - '/assets/addons/shopro/frontend_img/goods/activity-btn-disabled.png', + '/static/img/shop/goods/activity-btn-disabled.png', ); - const seckillBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/seckill-tip-bg.png'); - const grouponBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/groupon-tip-bg.png'); + const seckillBg = sheep.$url.css('/static/img/shop/goods/seckill-tip-bg.png'); + const grouponBg = sheep.$url.css('/static/img/shop/goods/groupon-tip-bg.png'); onPageScroll(() => {}); const state = reactive({ diff --git a/pages/order/detail.vue b/pages/order/detail.vue index 8f2e1599..209f1738 100644 --- a/pages/order/detail.vue +++ b/pages/order/detail.vue @@ -238,7 +238,7 @@ import { computed, reactive } from 'vue'; const statusBarHeight = sheep.$platform.device.statusBarHeight * 2; - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/order/order_bg.png'); + const headerBg = sheep.$url.css('/static/img/shop/order/order_bg.png'); const state = reactive({ orderInfo: {}, }); diff --git a/pages/order/invoice.vue b/pages/order/invoice.vue index 62c253af..d1cb80af 100644 --- a/pages/order/invoice.vue +++ b/pages/order/invoice.vue @@ -126,7 +126,7 @@ import { computed, reactive } from 'vue'; const statusBarHeight = sheep.$platform.device.statusBarHeight * 2; - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/order/invoice_bg.png'); + const headerBg = sheep.$url.css('/static/img/shop/order/invoice_bg.png'); const state = reactive({ info: [ { diff --git a/pages/pay/recharge.vue b/pages/pay/recharge.vue index 03b1a98f..05b3920b 100644 --- a/pages/pay/recharge.vue +++ b/pages/pay/recharge.vue @@ -63,7 +63,7 @@ const userInfo = computed(() => sheep.$store('user').userInfo); const statusBarHeight = sheep.$platform.device.statusBarHeight * 2; - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/user/withdraw_bg.png'); + const headerBg = sheep.$url.css('/static/img/shop/user/withdraw_bg.png'); const state = reactive({ recharge_money: '', diff --git a/pages/pay/withdraw.vue b/pages/pay/withdraw.vue index d75ca5eb..d09cd588 100644 --- a/pages/pay/withdraw.vue +++ b/pages/pay/withdraw.vue @@ -88,7 +88,7 @@ import accountTypeSelect from './components/account-type-select.vue'; import accountInfoModal from './components/account-info-modal.vue'; import { onPageScroll } from '@dcloudio/uni-app'; - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/user/withdraw_bg.png'); + const headerBg = sheep.$url.css('/static/img/shop/user/withdraw_bg.png'); onPageScroll(() => {}); const statusBarHeight = sheep.$platform.device.statusBarHeight * 2; function filterRules(rules) { diff --git a/pages/user/wallet/commission.vue b/pages/user/wallet/commission.vue index 8a7891b4..f301076a 100644 --- a/pages/user/wallet/commission.vue +++ b/pages/user/wallet/commission.vue @@ -140,7 +140,7 @@ import dayjs from 'dayjs'; import _ from 'lodash'; - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/user/wallet_card_bg.png'); + const headerBg = sheep.$url.css('/static/img/shop/user/wallet_card_bg.png'); // 数据 const pagination = { diff --git a/pages/user/wallet/money.vue b/pages/user/wallet/money.vue index 9ef53e92..4e918387 100644 --- a/pages/user/wallet/money.vue +++ b/pages/user/wallet/money.vue @@ -81,7 +81,7 @@ import dayjs from 'dayjs'; import _ from 'lodash'; - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/user/wallet_card_bg.png'); + const headerBg = sheep.$url.css('/static/img/shop/user/wallet_card_bg.png'); const pagination = { data: [], diff --git a/sheep/components/s-select-groupon-sku/s-select-groupon-sku.vue b/sheep/components/s-select-groupon-sku/s-select-groupon-sku.vue index ba3488c9..3a644610 100644 --- a/sheep/components/s-select-groupon-sku/s-select-groupon-sku.vue +++ b/sheep/components/s-select-groupon-sku/s-select-groupon-sku.vue @@ -128,7 +128,7 @@ import { formatPrice } from '@/sheep/hooks/useGoods'; import { isEmpty } from 'lodash'; - const headerBg = sheep.$url.css('/assets/addons/shopro/frontend_img/goods/groupon-btn-long.png'); + const headerBg = sheep.$url.css('/static/img/shop/goods/groupon-btn-long.png'); const emits = defineEmits(['change', 'addCart', 'buy', 'close', 'ladder']); const props = defineProps({ show: {