售后物流填写提交,部分状态ui编写

This commit is contained in:
2021
2021-09-24 15:01:41 +08:00
parent fa598c2462
commit 9234005623
8 changed files with 469 additions and 70 deletions

View File

@ -21,23 +21,23 @@
</view>
<view class="iconfont icon-jiantou"></view>
</view>
<div class="address acea-row row-between-wrapper" v-if="shipping_type === 1" @click="showStoreList">
<div class="addressCon" v-if="storeItems">
<div class="name">
<view class="address acea-row row-between-wrapper" v-if="shipping_type === 1" @click="showStoreList">
<view class="addressCon" v-if="storeItems">
<view class="name">
{{ storeItems.name }}
<span class="phone">{{ storeItems.phone }}</span>
</div>
<div>{{ storeItems.address }}</div>
</div>
<div class="addressCon" v-else>
<div class="name">
</view>
<view>{{ storeItems.address }}</view>
</view>
<view class="addressCon" v-else>
<view class="name">
{{ systemStore.name }}
<span class="phone">{{ systemStore.phone }}</span>
</div>
<div>{{ systemStore.address }}</div>
</div>
<div class="iconfont icon-jiantou"></div>
</div>
</view>
<view>{{ systemStore.address }}</view>
</view>
<view class="iconfont icon-jiantou"></view>
</view>
<view class="line">
<image :src="`${$VUE_APP_RESOURCES_URL}/images/line.jpg`" />
</view>
@ -393,8 +393,6 @@ export default {
}
postOrderConfirm(cartIds)
.then(res => {
console.log(res, 999999)
console.log(res.data.systemStore || {}, 999999)
this.offlinePayStatus = res.data.offline_pay_status
this.orderGroupInfo = res.data
this.deduction = res.data.deduction