Commit 7684810b authored by linlinjava's avatar linlinjava
Browse files

fix

parent 79135cc1
......@@ -134,7 +134,7 @@ Page({
}).then(function(res) {
if (res.errno === 0) {
let _specificationList = res.data.productList;
let _specificationList = res.data.specificationList;
let _tmpPicUrl = res.data.productList[0].url;
//console.log("pic: "+_tmpPicUrl);
// 如果仅仅存在一种货品,那么商品页面初始化时默认checked
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment