2023-02-28

功能完善
This commit is contained in:
2023-03-01 09:27:50 +08:00
parent 82c95cd03f
commit d46da55237
16 changed files with 649 additions and 573 deletions

View File

@@ -178,6 +178,9 @@ export default {
if (this.isFenxiao) {
params.isFenxiao = 1;
}
console.log("params>>>>",params)
let list = await Api.apiCall('get', Api.goods.goodsList, params);
let goodsList = list.records;
// let goodsList = await this.$api.json('goodsList');

View File

@@ -56,7 +56,7 @@
</view>
</view> -->
<view class="c-list">
<!-- <view class="c-list">
<view class="c-row b-b" v-if="skuList && skuList.length > 0" @click="toggleSpec">
<text class="tit">规格</text>
<view class="con">
@@ -77,10 +77,10 @@
<text v-for="(item1, index1) in serviceList" :key="index1">{{ item1 }}</text>
</view>
</view>
</view>
</view> -->
<!-- 评价 -->
<view class="eva-section">
<!-- <view class="eva-section">
<view class="e-header">
<text class="tit">评价</text>
<text>({{ consultCount.all }})</text>
@@ -106,7 +106,7 @@
</view>
</view>
</view>
</view>
</view> -->
<view class="detail-desc">
<view class="d-header"><text>图文详情</text></view>