绿满眶商城微信小程序-uniapp
peng
2025-09-15 58600a13ffe0d5225573f404a7f66118bc05f850
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 @@
                  },
               });
            }
         },
         }, */
         /**
          * 获取粘贴板数据
@@ -252,13 +252,14 @@
   }
  /* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */
  @font-face {
    font-family: 'iconfont';  /* Project id 4921691 */
    src:
         url('//at.alicdn.com/t/c/font_4921691_ccl65pzzuti.woff2?t=1751539600730') format('woff2'),
         url('//at.alicdn.com/t/c/font_4921691_ccl65pzzuti.woff?t=1751539600730') format('woff'),
         url('//at.alicdn.com/t/c/font_4921691_ccl65pzzuti.ttf?t=1751539600730') 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;