绿满眶商城微信小程序-uniapp
peng
2025-07-16 7acb664b9820d51be0552a1b769b4aeaeb4d89bf
pages/order/afterSales/afterSalesSelect.vue
@@ -28,7 +28,7 @@
    <view class="select-view">
      <view class="select-cell"  v-if="applyInfo.returnGoods"  @click="onSelect(1)">
        <view class="select-image">
          <image style="height: 51rpx; width: 51rpx" src="/static/order/t1.png"></image>
          <image style="height: 51rpx; width: 51rpx" src="/pages/subComponents/static/order/t1.png"></image>
        </view>
        <view class="right">
          <view class="select-title">退货</view>
@@ -40,7 +40,7 @@
      </view>
      <view class="select-cell" v-if="applyInfo.returnMoney"  @click="onSelect(3)">
        <view class="select-image">
          <image style="height: 51rpx; width: 51rpx" src="/static/order/t3.png"></image>
          <image style="height: 51rpx; width: 51rpx" src="/pages/subComponents/static/order/t3.png"></image>
        </view>
        <view class="right">
          <view class="select-title">退款</view>
@@ -55,7 +55,7 @@
</template>
<script>
import '@/uview-components/uview-ui'
import '@/components/uview-components/uview-ui'
import { getAfterSaleInfo } from "@/api/after-sale";
import storage from "@/utils/storage";
export default {