xiaoe_mp_npm 0.5.37-alpha1 → 0.5.37-alpha2

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.
@@ -119,6 +119,10 @@ Component({
119
119
  style:{
120
120
  type: String,
121
121
  value: ''
122
+ },
123
+ index:{
124
+ type: Number,
125
+ value: -1
122
126
  }
123
127
  },
124
128
 
@@ -20,6 +20,7 @@
20
20
  envName="{{ENV_NAME}}"
21
21
  sensorReportParams="{{sensorReportParams}}"
22
22
  current_role="teacher"
23
+ index="{{index}}"
23
24
  sending="{{sending && index === sendingIndex}}"
24
25
  isFullScreen="{{isFullScreen}}"
25
26
  ></goods-item>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaoe_mp_npm",
3
- "version": "0.5.37-alpha1",
3
+ "version": "0.5.37-alpha2",
4
4
  "description": "",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "scripts": {
@@ -119,6 +119,10 @@ Component({
119
119
  style:{
120
120
  type: String,
121
121
  value: ''
122
+ },
123
+ index:{
124
+ type: Number,
125
+ value: -1
122
126
  }
123
127
  },
124
128
 
@@ -20,6 +20,7 @@
20
20
  envName="{{ENV_NAME}}"
21
21
  sensorReportParams="{{sensorReportParams}}"
22
22
  current_role="teacher"
23
+ index="{{index}}"
23
24
  sending="{{sending && index === sendingIndex}}"
24
25
  isFullScreen="{{isFullScreen}}"
25
26
  ></goods-item>