| | |
| | | let curRoute = routes[routes.length - 1].options; |
| | | routes.forEach((item) => { |
| | | if ( |
| | | item.route == "pages/tabbar/cart/cartList" || |
| | | item.route == "pages/cusbar/cart/cartList" || |
| | | item.route.indexOf("pages/product/goods") != -1 |
| | | ) { |
| | | uni.redirectTo({ |
| | |
| | | |
| | | if (curRoute.addId) { |
| | | uni.reLaunch({ |
| | | url: "/pages/tabbar/cart/cartList", |
| | | url: "/pages/cusbar/cart/cartList", |
| | | }); |
| | | } else { |
| | | uni.navigateBack(); |
| | |
| | | |
| | | if (storage.getShow()) { |
| | | if (uni.getSystemInfoSync().platform == 'ios') { |
| | | this.$u.route("/pages/tabbar/screen/fullScreen"); |
| | | this.$u.route("/pages/cusbar/screen/fullScreen"); |
| | | |
| | | } |
| | | } |
| | |
| | | }); |
| | | }, |
| | | |
| | | // TODO 开屏广告 后续优化添加 |
| | | /* // TODO 开屏广告 后续优化添加 |
| | | launch() { |
| | | try { |
| | | // 获取本地存储中launchFlag标识 开屏广告 |
| | |
| | | }, |
| | | }); |
| | | } |
| | | }, |
| | | }, */ |
| | | |
| | | /** |
| | | * 获取粘贴板数据 |
| | |
| | | </script> |
| | | |
| | | <style lang="scss"> |
| | | @import '@/uview-components/uview-ui/index.scss'; |
| | | @import '@/components/uview-components/uview-ui/index.scss'; |
| | | |
| | | // -------适配底部安全区 苹果x系列刘海屏 |
| | | |
| | |
| | | .flex1 { |
| | | flex: 1; //必须父级设置flex |
| | | } |
| | | |
| | | /* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */ |
| | | @font-face { |
| | | font-family: 'iconfont'; /* Project id 4921691 */ |
| | | src: |
| | | url('//at.alicdn.com/t/c/font_4921691_ds91dsf3lgc.woff2?t=1747375499357') format('woff2'), |
| | | url('//at.alicdn.com/t/c/font_4921691_ds91dsf3lgc.woff?t=1747375499357') format('woff'), |
| | | url('//at.alicdn.com/t/c/font_4921691_ds91dsf3lgc.ttf?t=1747375499357') format('truetype'); |
| | | } |
| | | |
| | | /* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */ |
| | | /* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */ |
| | | @font-face { |
| | | font-family: 'iconfont'; /* Project id 4921691 */ |
| | | src: |
| | | url('//at.alicdn.com/t/c/font_4921691_hqfbvw9iyo8.woff2?t=1754532325642') format('woff2'), |
| | | url('//at.alicdn.com/t/c/font_4921691_hqfbvw9iyo8.woff?t=1754532325642') format('woff'), |
| | | url('//at.alicdn.com/t/c/font_4921691_hqfbvw9iyo8.ttf?t=1754532325642') format('truetype'); |
| | | } |
| | | .iconfont { |
| | | /* font-family需要和自定义的相同 */ |
| | | font-family: "iconfont" !important; |