dolphin-weex-bc 0.0.35 → 0.0.36
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
# 升级日志
|
|
2
2
|
|
|
3
|
+
## 0.0.36
|
|
4
|
+
|
|
5
|
+
- [ ! ] colmo耗材组件,取消跳转维修页面的“产品型号”传参
|
|
6
|
+
- [ ! ] date: 2026/02/02
|
|
7
|
+
|
|
3
8
|
## 0.0.35
|
|
4
9
|
|
|
5
10
|
- [ ! ] colmo耗材组件,修复方法引入问题
|
|
6
11
|
- [ ! ] date: 2026/01/29
|
|
7
12
|
|
|
8
|
-
## 0.0.
|
|
13
|
+
## 0.0.34
|
|
9
14
|
|
|
10
15
|
- [ ! ] 耗材组件,colmo和美居的公共方法分离
|
|
11
16
|
- [ ! ] date: 2026/01/29
|
package/dist/index.native.js
CHANGED
|
@@ -66207,7 +66207,7 @@ exports.default = {
|
|
|
66207
66207
|
goMaintenance: function goMaintenance(materialDetail, deviceInfo) {
|
|
66208
66208
|
var pluginSN = deviceInfo.deviceSn; // 设备SN --必传
|
|
66209
66209
|
var toPage = 'maintenance'; // 一键报修/一键报装 maintenance-报修 installation-报装 --必传(6.3.1只支持一键报修)
|
|
66210
|
-
var url = 'customer-service/maintenance.js?pluginSN=' + pluginSN + '&to=' + toPage + '&applianceId=' + deviceInfo.deviceId + '&brandType=colmo&spid=' + deviceInfo.smartProductId + '&
|
|
66210
|
+
var url = 'customer-service/maintenance.js?pluginSN=' + pluginSN + '&to=' + toPage + '&applianceId=' + deviceInfo.deviceId + '&brandType=colmo&spid=' + deviceInfo.smartProductId + '&from=productModels';
|
|
66211
66211
|
var params = {
|
|
66212
66212
|
type: 'jumpWeex',
|
|
66213
66213
|
param: {
|