dolphin-weex-bc 0.0.45 → 0.0.47
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
|
@@ -3542,7 +3542,7 @@ var MaterialEvent = {
|
|
|
3542
3542
|
|
|
3543
3543
|
if (purchaseInfoPurchaseEnable && it.purchaseInfo.searchLinkUrl) {
|
|
3544
3544
|
//去掉有搜索列表的(优先级最高)
|
|
3545
|
-
} else if (it.productCode && it.productCode != 0) {
|
|
3545
|
+
} else if (purchaseInfoPurchaseEnable && it.productCode && it.productCode != 0) {
|
|
3546
3546
|
tmpcodeList.push(it.productCode);
|
|
3547
3547
|
}
|
|
3548
3548
|
|
|
@@ -65649,6 +65649,8 @@ exports.default = {
|
|
|
65649
65649
|
|
|
65650
65650
|
// 跳转耗材详情
|
|
65651
65651
|
goDetail: function goDetail(item, device) {
|
|
65652
|
+
if (item.remainingValueType == 5) return;
|
|
65653
|
+
|
|
65652
65654
|
console.log('跳转前itemmmm===' + JSON.stringify(item));
|
|
65653
65655
|
console.log('跳转前device===' + JSON.stringify(device.deviceInfo));
|
|
65654
65656
|
// item.replacementMethodInfo = {}
|
|
@@ -78045,13 +78047,13 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
78045
78047
|
staticClass: ["txt-purhase"]
|
|
78046
78048
|
}, [_vm._v("更换")]) : _vm._e(), (it.btnType == 4) ? _c('text', {
|
|
78047
78049
|
staticClass: ["txt-purhase"]
|
|
78048
|
-
}, [_vm._v("清洗")]) : _vm._e()]) : _vm._e(), _c('image', {
|
|
78050
|
+
}, [_vm._v("清洗")]) : _vm._e()]) : _vm._e(), (it.remainingValueType != 5) ? _c('image', {
|
|
78049
78051
|
staticClass: ["arrow-icon"],
|
|
78050
78052
|
attrs: {
|
|
78051
78053
|
"resize": "stretch",
|
|
78052
78054
|
"src": _vm.arrowIcon
|
|
78053
78055
|
}
|
|
78054
|
-
})])])], 1) : _vm._e(), (item.consumables.length - 1 != i) ? _c('div', {
|
|
78056
|
+
}) : _vm._e()])])], 1) : _vm._e(), (item.consumables.length - 1 != i) ? _c('div', {
|
|
78055
78057
|
staticClass: ["divide-line"]
|
|
78056
78058
|
}) : _vm._e()])
|
|
78057
78059
|
}) : _vm._e()], 2)
|