fix:图片地址修改

This commit is contained in:
kele
2023-01-29 15:26:45 +08:00
parent 7a85bc19b2
commit ac4c09bd8a
18 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -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) {