xiaoe_mp_npm 1.0.37-test01 → 1.0.37-test02

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,7 +111,7 @@ Component({
111
111
  item.task_type === task_type &&
112
112
  (item.task_type === 1 ||
113
113
  item.task_condition === task_condition ||
114
- (shareCondition.includes(+item.task_condition) && shareCondition.includes(+obj.task_condition)), // 聚合分享任务, 2-分享任务,21-分享邀请任务,22-分享拉新任务),
114
+ (shareCondition.includes(+item.task_condition) && shareCondition.includes(+obj.task_condition))), // 聚合分享任务, 2-分享任务,21-分享邀请任务,22-分享拉新任务),
115
115
  )
116
116
  let { title, icon } = this.getTypeConfig(obj)
117
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaoe_mp_npm",
3
- "version": "1.0.37-test01",
3
+ "version": "1.0.37-test02",
4
4
  "description": "",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "scripts": {
@@ -111,7 +111,7 @@ Component({
111
111
  item.task_type === task_type &&
112
112
  (item.task_type === 1 ||
113
113
  item.task_condition === task_condition ||
114
- (shareCondition.includes(+item.task_condition) && shareCondition.includes(+obj.task_condition)), // 聚合分享任务, 2-分享任务,21-分享邀请任务,22-分享拉新任务),
114
+ (shareCondition.includes(+item.task_condition) && shareCondition.includes(+obj.task_condition))), // 聚合分享任务, 2-分享任务,21-分享邀请任务,22-分享拉新任务),
115
115
  )
116
116
  let { title, icon } = this.getTypeConfig(obj)
117
117