Commit a2a79f6d authored by FE-安焕焕's avatar FE-安焕焕 👣

Tob不展示猜你喜欢

parent eb4c93a2
......@@ -16,7 +16,7 @@ export const goUrlExtends = {
window.location.replace(`${returnUrl}/orderList`);
return;
}
this.$router.replace({ name: 'orderList' }, 'sessionStorage');
this.$router.replace({ name: 'orderList' });
},
goOrderDetail() {
const returnUrl = this.getReturnUrl();
......
......@@ -41,7 +41,7 @@
>重新支付</cr-button
>
</div>
<RecoGoods />
<RecoGoods v-if="!getReturnUrl()" />
</div>
</template>
<script>
......
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