Browse Source

debug shop_car

huanggang 7 years ago
parent
commit
b63d7ed63d

File diff suppressed because it is too large
+ 1 - 1
dist/index.html


File diff suppressed because it is too large
+ 2 - 0
dist/mshop/js/app.99d408d73c102f43f01a.js


File diff suppressed because it is too large
+ 1 - 0
dist/mshop/js/app.99d408d73c102f43f01a.js.map


File diff suppressed because it is too large
+ 0 - 2
dist/mshop/js/app.b1bd3e52f78a5aed1088.js


File diff suppressed because it is too large
+ 0 - 1
dist/mshop/js/app.b1bd3e52f78a5aed1088.js.map


File diff suppressed because it is too large
+ 2 - 0
dist/mshop/js/manifest.398ff00ea444ef1d89bf.js


File diff suppressed because it is too large
+ 1 - 1
dist/mshop/js/manifest.5374d79cec1c08bb1329.js.map


File diff suppressed because it is too large
+ 0 - 2
dist/mshop/js/manifest.5374d79cec1c08bb1329.js


+ 1 - 1
src/components/main/shop-car/shopping_cart.vue

@@ -176,7 +176,7 @@
                             });
                             return;
                         }
-                        let datas = res.body.datas.payinfo.payinfo;
+                        let datas = res.body.datas.payinfo;
                         _self.allPrice = parseFloat((datas.goods_amount + datas.freight - datas.available_pred - datas.full_discount - datas.opgoods_discount).toFixed(2));
                         _self.allGoodsPrice = parseFloat((datas.goods_amount).toFixed(2));
                     },(err) => {