|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
* @Author: ch
|
|
|
|
|
* @Date: 2022-03-31 14:26:09
|
|
|
|
|
* @LastEditors: ch
|
|
|
|
|
* @LastEditTime: 2022-04-15 18:04:08
|
|
|
|
|
* @LastEditTime: 2022-04-15 18:42:30
|
|
|
|
|
* @Description: file content
|
|
|
|
|
-->
|
|
|
|
|
<template>
|
|
|
|
@ -13,7 +13,8 @@
|
|
|
|
|
v-for="(item, index) in orderInfo.products" :data="item" :key="index">
|
|
|
|
|
<template slot="operation">
|
|
|
|
|
<view class="goods-info-operation">
|
|
|
|
|
<UiButton size="min" type="primaryLine"
|
|
|
|
|
<UiButton size="min" type="primaryLine"
|
|
|
|
|
v-if="item.afterSaleApplyFlag"
|
|
|
|
|
@click="$Router.push(`/saleAfterSelect?id=${item.orderProductId}`)">申请售后</UiButton>
|
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|