dolphin-weex-bc 0.0.34 → 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
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: {
|