2023-02-28
功能完善
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<view v-for="(item, index) in tabItem.orderList" :key="index" class="order-item" >
|
||||
<view class="i-top b-b">
|
||||
<text class="time" @click="navToDetailPage(item)">{{ item.createTime }}</text>
|
||||
<text class="state" :style="{ color: item.stateTipColor }" @click="navToDetailPage(item)">{{ item.id }}--</text>
|
||||
<!-- <text class="state" :style="{ color: item.stateTipColor }" @click="navToDetailPage(item)">{{ item.id }}--</text> -->
|
||||
<text class='state' v-if="item.status == 0">待审核</text>
|
||||
<text class='state' v-else-if="item.status == 1">退货中</text>
|
||||
<text class='state' v-else-if="item.status == 2">已完成</text>
|
||||
|
||||
@@ -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