This commit is contained in:
zhangmanman
2021-08-09 15:57:37 +08:00
parent c661dd0e16
commit 540d76bdb8
158 changed files with 4914 additions and 788 deletions

View File

@@ -59,7 +59,7 @@ Page({
// 获取商品信息
this.redwineInfo(res.data.data[1].id)
})
}).catch(err => {});
},
/**
@@ -73,7 +73,7 @@ Page({
params : res.data.params,
paramsIndex : res.data.params.findIndex(val => val.def == 1)
})
})
}).catch(err => {});
},
/**
@@ -142,7 +142,7 @@ Page({
})
}
})
})
}).catch(err => {});
}
})
},