fix:下架商品

feature/payCenter-0709-ch
ch 2 years ago
parent 2a42d55fb6
commit 041e15495d

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-03-28 17:16:44 * @Date: 2022-03-28 17:16:44
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-07-04 10:42:12 * @LastEditTime: 2022-07-13 20:05:42
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -11,7 +11,7 @@
<image class="icon" src="@/static/goods/cart.png"/> <image class="icon" src="@/static/goods/cart.png"/>
<view class="title">商品已下架</view> <view class="title">商品已下架</view>
<view class="btns"> <view class="btns">
<UiButton class="btn" @click="$Router.back()"></UiButton> <UiButton class="btn" @click="$Router.pushTab('/')"></UiButton>
</view> </view>
</UiWhiteBox> </UiWhiteBox>

Loading…
Cancel
Save