xiaoe_mp_npm 0.4.2 → 0.4.3
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.
|
@@ -273,7 +273,7 @@ Component({
|
|
|
273
273
|
union_id: wx.getStorageSync('userInfo').universal_union_id,
|
|
274
274
|
current_role: sensorReportParams.current_role,
|
|
275
275
|
resource_id: aliveInfo.alive_id,
|
|
276
|
-
url_path: `alive/${aliveInfo.alive_id}`,
|
|
276
|
+
$url_path: `alive/${aliveInfo.alive_id}`,
|
|
277
277
|
type: sensorReportParams.type,
|
|
278
278
|
cmm1: sensorReportParams.alive_type,
|
|
279
279
|
cmm2: sensorReportParams.version_type,
|
|
@@ -333,7 +333,7 @@ Component({
|
|
|
333
333
|
union_id: wx.getStorageSync('userInfo').universal_union_id,
|
|
334
334
|
current_role: sensorReportParams.current_role,
|
|
335
335
|
resource_id: aliveInfo.alive_id,
|
|
336
|
-
url_path: `alive/${aliveInfo.alive_id}`,
|
|
336
|
+
$url_path: `alive/${aliveInfo.alive_id}`,
|
|
337
337
|
type: sensorReportParams.type,
|
|
338
338
|
cmm1: sensorReportParams.alive_type,
|
|
339
339
|
cmm2: sensorReportParams.version_type,
|
|
@@ -508,7 +508,7 @@ Component({
|
|
|
508
508
|
union_id: wx.getStorageSync('userInfo').universal_union_id,
|
|
509
509
|
current_role: sensorReportParams.current_role,
|
|
510
510
|
resource_id: aliveInfo.alive_id,
|
|
511
|
-
url_path: `alive/${aliveInfo.alive_id}`,
|
|
511
|
+
$url_path: `alive/${aliveInfo.alive_id}`,
|
|
512
512
|
type: sensorReportParams.type,
|
|
513
513
|
cmm1: sensorReportParams.alive_type,
|
|
514
514
|
cmm2: sensorReportParams.version_type,
|
|
@@ -109,7 +109,7 @@ Component({
|
|
|
109
109
|
union_id: wx.getStorageSync('userInfo').universal_union_id,
|
|
110
110
|
current_role: sensorReportParams.current_role ? sensorReportParams.current_role :'',
|
|
111
111
|
resource_id: aliveInfo.alive_id,
|
|
112
|
-
url_path: `alive/${aliveInfo.alive_id}`,
|
|
112
|
+
$url_path: `alive/${aliveInfo.alive_id}`,
|
|
113
113
|
type: sensorReportParams.type ? sensorReportParams.type :'',
|
|
114
114
|
cmm1: sensorReportParams.alive_type ? sensorReportParams.alive_type :'',
|
|
115
115
|
cmm2: sensorReportParams.version_type ? sensorReportParams.version_type : '',
|
package/package.json
CHANGED
package/src/GoodsItem/index.js
CHANGED
|
@@ -273,7 +273,7 @@ Component({
|
|
|
273
273
|
union_id: wx.getStorageSync('userInfo').universal_union_id,
|
|
274
274
|
current_role: sensorReportParams.current_role,
|
|
275
275
|
resource_id: aliveInfo.alive_id,
|
|
276
|
-
url_path: `alive/${aliveInfo.alive_id}`,
|
|
276
|
+
$url_path: `alive/${aliveInfo.alive_id}`,
|
|
277
277
|
type: sensorReportParams.type,
|
|
278
278
|
cmm1: sensorReportParams.alive_type,
|
|
279
279
|
cmm2: sensorReportParams.version_type,
|
|
@@ -333,7 +333,7 @@ Component({
|
|
|
333
333
|
union_id: wx.getStorageSync('userInfo').universal_union_id,
|
|
334
334
|
current_role: sensorReportParams.current_role,
|
|
335
335
|
resource_id: aliveInfo.alive_id,
|
|
336
|
-
url_path: `alive/${aliveInfo.alive_id}`,
|
|
336
|
+
$url_path: `alive/${aliveInfo.alive_id}`,
|
|
337
337
|
type: sensorReportParams.type,
|
|
338
338
|
cmm1: sensorReportParams.alive_type,
|
|
339
339
|
cmm2: sensorReportParams.version_type,
|
|
@@ -508,7 +508,7 @@ Component({
|
|
|
508
508
|
union_id: wx.getStorageSync('userInfo').universal_union_id,
|
|
509
509
|
current_role: sensorReportParams.current_role,
|
|
510
510
|
resource_id: aliveInfo.alive_id,
|
|
511
|
-
url_path: `alive/${aliveInfo.alive_id}`,
|
|
511
|
+
$url_path: `alive/${aliveInfo.alive_id}`,
|
|
512
512
|
type: sensorReportParams.type,
|
|
513
513
|
cmm1: sensorReportParams.alive_type,
|
|
514
514
|
cmm2: sensorReportParams.version_type,
|
|
@@ -109,7 +109,7 @@ Component({
|
|
|
109
109
|
union_id: wx.getStorageSync('userInfo').universal_union_id,
|
|
110
110
|
current_role: sensorReportParams.current_role ? sensorReportParams.current_role :'',
|
|
111
111
|
resource_id: aliveInfo.alive_id,
|
|
112
|
-
url_path: `alive/${aliveInfo.alive_id}`,
|
|
112
|
+
$url_path: `alive/${aliveInfo.alive_id}`,
|
|
113
113
|
type: sensorReportParams.type ? sensorReportParams.type :'',
|
|
114
114
|
cmm1: sensorReportParams.alive_type ? sensorReportParams.alive_type :'',
|
|
115
115
|
cmm2: sensorReportParams.version_type ? sensorReportParams.version_type : '',
|