售后header

parent bfec95e4
...@@ -556,12 +556,12 @@ const anotherOrder = (item) => { ...@@ -556,12 +556,12 @@ const anotherOrder = (item) => {
}); });
break; break;
case 7: case 7:
xma.redirectTo({ xma.navigateTo({
url: `/pages/assistingAgriculture/detail/detail?prodId=${item.orderItems[0].prodId}`, url: `/pages/assistingAgriculture/detail/detail?prodId=${item.orderItems[0].prodId}`,
}); });
break; break;
case 10: case 10:
xma.redirectTo({ xma.navigateTo({
url: `/pages/assistingAgriculture/RouteDetails/RouteDetails?prodId=${item.orderItems[0].prodId}&shopId=${item.shopId}`, url: `/pages/assistingAgriculture/RouteDetails/RouteDetails?prodId=${item.orderItems[0].prodId}&shopId=${item.shopId}`,
}); });
break; break;
......
<template> <template>
<view class="container"> <view class="container">
<!-- <Header title="售后/退款"></Header> --> <!-- <Header title="售后/退款"></Header> -->
<Search title="售后/退款" backgroundBox="white" :type="2"></Search> <Search title="售后/退款" backgroundBox="white" :showTitle="true"></Search>
<view class="content" v-if="orderDetail"> <view class="content" v-if="orderDetail">
<view class="content-box"> <view class="content-box">
<view class="content-item"> <view class="content-item">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment