-
ThinkJS version: 3.2.8 一直提示
Tue, 10 Jul 2018 13:10:10 GMT logic deprecated logic's __after method is deprecated, it will be discarded in the next version at :null:null
-
thinkjs3 用mongo的$ne 方法不行,我之前一直可以的,突然就不行了,试了好多次,例如下方查询方法,最终结果都包含查询的id,版本3.0.0
let data = await this.mongo('game').where({ _id: { $ne: '5a65f35f8286c034d0bb0e41' } }).find();
-
好像不支持多级控制器调用
`this.controller('shop/admin/user');`
this.controller('shop').controller('admin/user');
`
-
## DESC
thinkjs框架中有分业务层吗?
### ENV
OS Platform:
Node.js Version:
ThinkJS Version:
### code
```js
// your code here
```
### error message
```
// your error message here
```
…
-
## DESC
### ENV
OS Platform: mac os
Node.js Version: 9.4
ThinkJS Version: 3.0
### code
```js
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go…
-
## DESC
有个业务场景是直接在middleware或者action里直接访问think.Service的基类扩展方法,是否能实现?还是必须实例一个子类service才能访问?
### ENV
OS Platform:
Node.js Version:8.9
ThinkJS Version:3.0
-
## DESC
### ENV
OS Platform:
Node.js Version: 8.11.3
ThinkJS Version:2.2.24
### code
做了一个微信小程序,服务器端用的是thinkjs,上传文件的时候,小程序端代码:
```js
upload: function () {
var that = this
…
-
## DESC
### ENV
OS Platform:
Node.js Version:
ThinkJS Version:
### code
```js
// your code here
```
### error message
```
// your error message here
```
### more descrip…
-
关于mongod的aggregate查询$lookup无效,例如我设置以下查询方法,两个集合的数据库是有关联的,但是inventory_docs映射的数据始终为空
```js
{
$lookup:{
from:'orders',
localField:"_id",
foreignField:"p…
-
![image](https://user-images.githubusercontent.com/5918515/41073749-4745e7dc-6a37-11e8-975a-c9aeb76f0fe8.png)
![image](https://user-images.githubusercontent.com/5918515/41073762-5163eaf2-6a37-11e8-81…