收藏
回答

db.collection为什么会error?

TypeError: db.collection is not a function

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

1 个回答

  • 老张
    老张
    2019-09-17

    db未定义或初始化

    const cloud = require('wx-server-sdk')

    cloud.init({

     env: cloud.DYNAMIC_CURRENT_ENV

    })

    const db = cloud.database()


    2019-09-17
    有用
    回复
登录 后发表内容
问题标签