2023-02-28
功能完善
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user