修改团购售后撤销申请后数据异常的问题
This commit is contained in:
parent
403b869e98
commit
179b1925b2
@ -15,7 +15,7 @@
|
||||
<rated :orderData="orderData" />
|
||||
</view>
|
||||
<view v-else-if="selectedTab === 8">
|
||||
<afterSale :afterSaleList="afterSaleList" @revokeApply="revokeApply" />
|
||||
<afterSale :afterSaleList="afterSaleList" @revokeApply="revokeApply" :order_cate="2" />
|
||||
</view>
|
||||
<view v-else>
|
||||
<view v-for="(item, index) in orderData" :key="index">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
</view>
|
||||
<view class="section_label">
|
||||
<view>0.00</view>
|
||||
<view>繁华币</view>
|
||||
<view>兑换币</view>
|
||||
</view>
|
||||
<view class="section_label" @click="goWallet(2, userInfo)">
|
||||
<view>{{ userInfo.property_housing_fund }}元</view>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user