YM
3 天以前 aaa80e6ca58311aa636019e1cec4aed738196519
pages/scanResult/index.js
@@ -244,7 +244,7 @@
              name: res.datas[0].name + '-' + citem.name,
              icon: res.datas[0].icon ? res.datas[0].icon : "/static/images/default-book-img.png",
              itemType: citem.type == 'createProductFolderSaleMethod' ? '目录' : citem.type == 'createProductItemSaleMethod' ? '资源' : '电子书',
              price: res.datas[0].price ? (res.datas[0].price.price).toFixed(2) : "",
              price: res.datas[0].price ? (res.datas[0].price).toFixed(2) : "",
              oldPrice: res.datas[0].oldPrice ? (res.datas[0].oldPrice).toFixed(2) : ''
            }
            list.push(obj)