收藏
回答

企业微信预览图片不能正常使用?

在微信小程序中预览图片功能正常。图片会撑开 但是企业微信中不会撑开

并且预览时不会显示图片数量

正常显示

企业微信显示

最后一次编辑于  2021-09-07
回答关注问题邀请回答
收藏

3 个回答

  • 企业微信运营专员-千夜
    企业微信运营专员-千夜
    2021-09-09

    你好,能否提供下复现问题的代码片段看下

    2021-09-09
    有用
    回复 4
    • LU
      LU
      2021-09-09
      handlePreview = fid => {
              const { imageUrlList } = this.state
              const that = this
              if (this.clicked) {
                  return
              }
              if (this.state.isH5 && !checkFromWeChat()) {
                  this.setState({
                      showMask: true,
                  })
              }
              this.clicked = true
              if (this.state.isH5 && checkFromWeChat() && this.isWeChatOk) {
                  window.wx.previewImage({
                      current: fid,
                      urls: imageUrlList,
                      success: function () {
                          that.clicked = false
                      }
                  })
                  return
              }
              Taro.setStorageSync('previewShow', true)
              Taro.previewImage({
                  current: fid,
                  urls: imageUrlList,
                  success: function () {
                      that.clicked = false
                  }
              })
          }
      2021-09-09
      回复
    • LU
      LU
      2021-09-09
      大图正常显示 小图不会像微信小程序一样展开
      2021-09-09
      回复
    • LU
      LU
      2021-09-09
      但是都不会显示图片页码
      2021-09-09
      回复
    • 企业微信运营专员-千夜
      企业微信运营专员-千夜
      2021-09-10回复LU
      麻烦提供下能打开的小程序片段看下 https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
      2021-09-10
      回复
  • LU
    LU
    2021-09-07

    手机微信小程序显示正常


    2021-09-07
    有用
    回复
  • 众口难调
    众口难调
    发表于移动端
    2021-09-07
    ...
    2021-09-07
    有用
    回复
登录 后发表内容