Parcourir la source

修改查询条件

zs il y a 1 an
Parent
commit
684418b0cc

+ 1 - 0
pagesHome/article/index.vue

@@ -169,6 +169,7 @@
 					limit: that.limit,
 					is_use: '0',
 					status: '1',
+					source: that.info._id
 				}
 				res = await that.$api(`/comment`, 'GET', {
 					...info,

Fichier diff supprimé car celui-ci est trop grand
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map


Fichier diff supprimé car celui-ci est trop grand
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pagesHome/article/index.js.map


+ 2 - 1
unpackage/dist/dev/mp-weixin/pagesHome/article/index.js

@@ -355,7 +355,8 @@ var _default = {
                   skip: that.skip,
                   limit: that.limit,
                   is_use: '0',
-                  status: '1'
+                  status: '1',
+                  source: that.info._id
                 };
                 _context4.next = 4;
                 return that.$api("/comment", 'GET', _objectSpread({}, info));