绿满眶商城微信小程序-uniapp
zxl
2025-09-12 f63550630680825605ed0db1b5b63094ffa8e3c9
App.vue
@@ -42,7 +42,7 @@
            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({
@@ -53,7 +53,7 @@
            if (curRoute.addId) {
               uni.reLaunch({
                  url: "/pages/tabbar/cart/cartList",
                  url: "/pages/cusbar/cart/cartList",
               });
            } else {
               uni.navigateBack();
@@ -90,7 +90,7 @@
         if (storage.getShow()) {
            if (uni.getSystemInfoSync().platform == 'ios') {
               this.$u.route("/pages/tabbar/screen/fullScreen");
               this.$u.route("/pages/cusbar/screen/fullScreen");
            }
         }
@@ -124,7 +124,7 @@
            });
         },
         //  TODO 开屏广告 后续优化添加
/*          //  TODO 开屏广告 后续优化添加
         launch() {
            try {
               // 获取本地存储中launchFlag标识 开屏广告
@@ -159,7 +159,7 @@
                  },
               });
            }
         },
         }, */
         /**
          * 获取粘贴板数据
@@ -223,7 +223,7 @@
</script>
<style lang="scss">
   @import '@/uview-components/uview-ui/index.scss';
   @import '@/components/uview-components/uview-ui/index.scss';
   // -------适配底部安全区  苹果x系列刘海屏
@@ -250,15 +250,16 @@
   .flex1 {
      flex: 1; //必须父级设置flex
   }
   /* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */
   @font-face {
     font-family: 'iconfont';  /* Project id 4921691 */
     src:
          url('//at.alicdn.com/t/c/font_4921691_s75bca4srg.woff2?t=1748511781888') format('woff2'),
          url('//at.alicdn.com/t/c/font_4921691_s75bca4srg.woff?t=1748511781888') format('woff'),
          url('//at.alicdn.com/t/c/font_4921691_s75bca4srg.ttf?t=1748511781888') 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;