收藏
回答

微信同声传译这个插件怎么用

问题类型 插件 AppID 插件版本号 AppID 操作系统 微信版本 基础库版本
Bug wx069ba97219f66d99 0.0.7 wx2077acc9a7d523db 6.6.7 2.2.2


这个错误是什么原因

这个插件怎么用,我看不明白

回答关注问题邀请回答
收藏

1 个回答

  • Lethe
    Lethe
    2018-08-14

    方便提供下app.json的代码吗?

    2018-08-14
    有用
    回复 2
    • 2018-08-24

      {

      "pages": [

      "pages/inde/inde",

      "pages/classify/classify",

      "pages/my/my",

      "pages/my/aboutus/aboutus",

      "pages/my/zhanghao/zhanghao",

      "pages/my/opinion/opinion",

      "pages/classify/selectpj/selectpj",

      "pages/classify/selectpj/peijianlist/peijianlist",

      "pages/classify/year/year",

      "pages/inde/vin/vin",

      "pages/particulars/particulars",

      "pages/ocr/ocr",

      "pages/epc/epc",

      "pages/epc/content-epc/content-epc",

      "pages/epc/content-epc/oe/oe",

      "pages/network/none",

      "pages/nodata/nodata",

      "pages/part/part",

      "pages/part/search/search",

      "pages/epc/content-epc/oe/cartype/cartype",

      "pages/login/login",

      "pages/part/peijianlist/peijianlist",

      "pages/my/myfx/myfx",

      "pages/my/myfx/fxxq/fxxq"

      ],

      "tabBar": {

      "color": "#54a1ec",

      "selectedColor": "#54a1ec",

      "backgroundColor": "#fff",

      "borderStyle": "black",

      "list": [

      {

      "pagePath": "pages/inde/inde",

      "iconPath": "pages/image/syicon.png",

      "selectedIconPath": "pages/image/syicont.png",

      "text": "首页"

      },

      {

      "pagePath": "pages/classify/classify",

      "iconPath": "pages/image/ddicon.png",

      "selectedIconPath": "pages/image/ddicont.png",

      "text": "配件查询"

      },

      {

      "pagePath": "pages/my/my",

      "iconPath": "pages/image/myicon.png",

      "selectedIconPath": "pages/image/myicont.png",

      "text": "我的"

      }

      ]

      },

      "window": {

      "backgroundTextStyle": "light",

      "navigationBarBackgroundColor": "#329BDE",

      "navigationBarTitleText": "找件儿",

      "navigationBarTextStyle": "white"

      },

      "plugins": {

      "WechatSI": {

      "version": "0.1.0",

      "provider": "wx069ba97219f66d99"

      }

      }

      }


      2018-08-24
      回复
    • Lethe
      Lethe
      2018-08-31回复

      小程序在插件模式下不允许重写trim方法

      2018-08-31
      回复
登录 后发表内容