jufubao-base 1.0.366-beta2 → 1.0.366-beta3
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
|
@@ -1694,7 +1694,7 @@ export default {
|
|
|
1694
1694
|
if(item.extras){
|
|
1695
1695
|
let reOrderPath = {};
|
|
1696
1696
|
try{
|
|
1697
|
-
let extras = JSON.parse(
|
|
1697
|
+
let extras = JSON.parse(item.extras);
|
|
1698
1698
|
let urlObj = JSON.parse(extras.place_order_url);
|
|
1699
1699
|
if(this.$xdUniHelper.checkVarType(urlObj) === 'object'){
|
|
1700
1700
|
reOrderPath = {
|