深度合作品牌: 强力巨彩 海佳彩亮 仰邦 利亚德 创维 京东方 海康威视
400-027-0096
LED显示屏专业解决方案服务商
Professional solution service provider

shopxo名片定制功能

[复制链接]
王铭 发表于 2025-11-25 10:51:27 | 显示全部楼层 |阅读模式
下载地址:https://gitee.com/yx3000/shopxo-uniapp/tree/v6.7.1/

具体说明详见附件。
同城名片自己配置文档v6.7.11.docx
131.59 KB,下载次数:4

相关帖子

 楼主| 王铭 发表于 2025-11-25 14:20:18 | 显示全部楼层

  1.                     "path": "pull/pull",
  2.                     "style": {
  3.                         // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
  4.                         "navigationStyle": "custom",
  5.                         // #endif
  6.                         // #ifdef MP-ALIPAY
  7.                         "transparentTitle": "auto",
  8.                         "titlePenetrate": "YES",
  9.                         // #endif
  10.                         "disableScroll": true,
  11.                         "enablePullDownRefresh": false,
  12.                         "navigationBarTitleText": "",
  13.                         "app-plus": {
  14.                             "bounce": {
  15.                                 "top": "none",
  16.                                 "bottom": "none"
  17.                             }
  18.                         }
  19.                     }
  20.                 }
  21.             ]
  22.         }
复制代码


在以上原文件2157后面,给这个括号后面加个英文逗号,增加以下代码,

  1.   {
  2.                         "root": "pages/fcc/classinfo",
  3.                         "pages": [
  4.                                 {
  5.                                         "path": "index/index",
  6.                                         "style": {
  7.                                                 // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
  8.                                                 "navigationStyle": "custom",
  9.                                                 // #endif
  10.                                                 // #ifdef MP-ALIPAY
  11.                                                 "transparentTitle": "always",
  12.                                                 "titlePenetrate": "YES",
  13.                                                 // #endif
  14.                                                 "enablePullDownRefresh": true,
  15.                                                 "navigationBarTextStyle": "white",
  16.                                                 "navigationBarTitleText": "",
  17.                                                 "usingComponents": {
  18.                                                     "component-diy": "/pages/diy/components/diy/diy"
  19.                                                 },
  20.                                                 "componentPlaceholder": {
  21.                                                     "component-diy": "view"
  22.                                                 }
  23.                                         }
  24.                                 },
  25.                                 {
  26.                                         "path": "search/search",
  27.                                         "style": {
  28.                                                 "enablePullDownRefresh": true,
  29.                                                 "navigationBarTitleText": ""
  30.                                         }
  31.                                 },
  32.                                 {
  33.                                         "path": "detail/detail",
  34.                                         "style": {
  35.                                                 "enablePullDownRefresh": true,
  36.                                                 "navigationBarTitleText": ""
  37.                                         }
  38.                                 },
  39.                                 {
  40.                                         "path": "comments/comments",
  41.                                         "style": {
  42.                                                 "enablePullDownRefresh": true,
  43.                                                 "navigationBarTitleText": ""
  44.                                         }
  45.                                 },
  46.                                 {
  47.                                         "path": "user-list/user-list",
  48.                                         "style": {
  49.                                                 "enablePullDownRefresh": true,
  50.                                                 "navigationBarTitleText": ""
  51.                                         }
  52.                                 },
  53.                                 {
  54.                                         "path": "form/form",
  55.                                         "style": {
  56.                                                 "enablePullDownRefresh": true,
  57.                                                 "usingComponents": {
  58.                                                     "component-region-picker": "/pages/common/components/region-picker/region-picker"
  59.                                                 },
  60.                                                 "componentPlaceholder": {
  61.                                                     "component-region-picker": "view"
  62.                                                 }
  63.                                         }
  64.                                 },
  65.                                 {
  66.                                         "path" : "category/category",
  67.                                         "style" :
  68.                                         {
  69.                                                 "navigationBarTitleText" : "",
  70.                                                 "enablePullDownRefresh" : false
  71.                                         }
  72.                                 },
  73.                                 {
  74.                                         "path" : "companyreg/companyreg",
  75.                                         "style" :
  76.                                         {
  77.                                                 "navigationBarTitleText" : ""
  78.                                         }
  79.                                 },
  80.                                 {
  81.                                         "path" : "companycard/companycard",
  82.                                         "style" :
  83.                                         {
  84.                                                 "navigationBarTitleText" : ""
  85.                                         }
  86.                                 },
  87.                                 {
  88.                                         "path" : "companycard-detail/companycard-detail",
  89.                                         "style" :
  90.                                         {
  91.                                                 "navigationBarTitleText" : ""
  92.                                         }
  93.                                 },
  94.                                 {
  95.                                         "path" : "company/company",
  96.                                         "style" :
  97.                                         {
  98.                                                 "navigationBarTitleText" : ""
  99.                                         }
  100.                                 },
  101.                                 {
  102.                                         "path" : "chose-city/chose-city",
  103.                                         "style" :
  104.                                         {
  105.                                                 "navigationBarTitleText" : "",
  106.                                                 "enablePullDownRefresh": false
  107.                                         }
  108.                                 },
  109.                                 {
  110.                                         "path" : "companyshop-detail/companyshop-detail",
  111.                                         "style": {
  112.                                                 // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
  113.                                                 "navigationStyle": "custom",
  114.                                                 // #endif
  115.                                                 // #ifdef MP-ALIPAY
  116.                                                 "transparentTitle": "always",
  117.                                                 "titlePenetrate": "YES",
  118.                                                 // #endif
  119.                                                 "enablePullDownRefresh": true,
  120.                                                 "navigationBarTitleText": ""
  121.                                         }
  122.                                 },
  123.                                 {
  124.                                         "path" : "company-product/company-product",
  125.                                         "style" :
  126.                                         {
  127.                                                 "navigationBarTitleText" : ""
  128.                                         }
  129.                                 },
  130.                                 {
  131.                                         "path" : "company-people/company-people",
  132.                                         "style" :
  133.                                         {
  134.                                                 "navigationBarTitleText" : ""
  135.                                         }
  136.                                 },
  137.                                 {
  138.                                         "path" : "company-info/company-info",
  139.                                         "style" :
  140.                                         {
  141.                                                 "navigationBarTitleText" : ""
  142.                                         }
  143.                                 },
  144.                                 {
  145.                                         "path" : "company-productcat/company-productcat",
  146.                                         "style" :
  147.                                         {
  148.                                                 "navigationBarTitleText" : ""
  149.                                         }
  150.                                 },
  151.                                 {
  152.                                         "path" : "company-peopleadd/company-peopleadd",
  153.                                         "style" :
  154.                                         {
  155.                                                 "navigationBarTitleText" : ""
  156.                                         }
  157.                                 },
  158.                                 {
  159.                                         "path" : "company-productcatadd/company-productcatadd",
  160.                                         "style" :
  161.                                         {
  162.                                                 "navigationBarTitleText" : ""
  163.                                         }
  164.                                 },
  165.                                 {
  166.                                         "path" : "product-detail/product-detail",
  167.                                         "style" :
  168.                                         {
  169.                                                 "navigationBarTitleText" : ""
  170.                                         }
  171.                                 },
  172.                                 {
  173.                                         "path" : "product-search/product-search",
  174.                                         "style" :
  175.                                         {
  176.                                                 "navigationBarTitleText" : ""
  177.                                         }
  178.                                 },
  179.                                 {
  180.                                         "path" : "my-shopfavor/my-shopfavor",
  181.                                         "style" :
  182.                                         {
  183.                                                 "navigationBarTitleText" : ""
  184.                                         }
  185.                                 },
  186.                                 {
  187.                                         "path" : "companyshop-about/companyshop-about",
  188.                                         "style" :
  189.                                         {
  190.                                                 "navigationBarTitleText" : ""
  191.                                         }
  192.                                 },
  193.                                 {
  194.                                         "path" : "product-saveinfo/product-saveinfo",
  195.                                         "style" :
  196.                                         {
  197.                                                 "navigationBarTitleText" : ""
  198.                                         }
  199.                                 },
  200.                                 {
  201.                                         "path" : "companyshop/companyshop",
  202.                                         "style" :
  203.                                         {
  204.                                                 // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || H5 || APP
  205.                                                 "navigationStyle": "custom",
  206.                                                 // #endif
  207.                                                 // #ifdef MP-ALIPAY
  208.                                                 "transparentTitle": "always",
  209.                                                 "titlePenetrate": "YES",
  210.                                                 // #endif
  211.                                                 "enablePullDownRefresh": true,
  212.                                                 "navigationBarTextStyle": "white",
  213.                                                 "navigationBarTitleText": ""
  214.                                         }
  215.                                 },
  216.                                 {
  217.                                         "path" : "report/report",
  218.                                         "style" :
  219.                                         {
  220.                                                 "navigationBarTitleText" : ""
  221.                                         }
  222.                                 },
  223.                                 {
  224.                                         "path" : "report-list/report-list",
  225.                                         "style" :
  226.                                         {
  227.                                                 "navigationBarTitleText" : ""
  228.                                         }
  229.                                 },
  230.                                 {
  231.                                         "path" : "cardreg/cardreg",
  232.                                         "style" :
  233.                                         {
  234.                                                 "navigationBarTitleText" : ""
  235.                                         }
  236.                                 },
  237.                                 {
  238.                                         "path": "my-cardfavor/my-cardfavor",
  239.                                         "style": {
  240.                                                 "navigationBarTitleText": ""
  241.                                         }
  242.                                 }
  243.                         ]
  244.                 },
复制代码


您需要登录后才可以回帖 登录 | 注册 手机动态码快速登录

本版积分规则

返回顶部