jufubao-base 1.0.134-beta8 → 1.0.134-beta9
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/package.json
CHANGED
|
@@ -636,8 +636,8 @@ export default {
|
|
|
636
636
|
jfbRootExec("getMallProductDetail", {
|
|
637
637
|
vm: this,
|
|
638
638
|
data: {
|
|
639
|
-
xnamespace:
|
|
640
|
-
product_id:
|
|
639
|
+
xnamespace: (info.product && info.product.business_code) || 'cake',
|
|
640
|
+
product_id: (info.product && info.product.product_id) || 60004641,
|
|
641
641
|
},
|
|
642
642
|
})
|
|
643
643
|
.then((res) => {
|