|
@@ -220,7 +220,7 @@ export default {
|
|
|
methods: {
|
|
methods: {
|
|
|
// 商品详情信息
|
|
// 商品详情信息
|
|
|
loadData(da) {
|
|
loadData(da) {
|
|
|
- post("goods/goodsDetail", da).then((res) => {
|
|
|
|
|
|
|
+ post("goodsDetail", da).then((res) => {
|
|
|
if (res.code === 0) {
|
|
if (res.code === 0) {
|
|
|
this.detail = res.data.data;
|
|
this.detail = res.data.data;
|
|
|
let imgs = [];
|
|
let imgs = [];
|