绿满眶商城微信小程序-uniapp
peng
2025-09-08 2ffbe376fe5ff78727c38c062526b9b0684e2b13
pages/product/home/template/tpl.js
@@ -3,11 +3,11 @@
   let val = item.url || item;
   //链接跳转到专题
   if (val && val.id && val.pageType == "special") {
      uni.navigateTo({
         url: `/pages/tabbar/special/special?id=${val.id}`,
      });
   }
   // if (val && val.id && val.pageType == "special") {
   //    uni.navigateTo({
   //       url: `/pages/tabbar/special/special?id=${val.id}`,
   //    });
   // }
   switch (val.___type || val.type) {
      case "goods":
         uni.navigateTo({