You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shop-pc/pages/order/payResult.vue

14 lines
265 B

<!--
* @Author: ch
* @Date: 2022-05-08 01:11:33
* @LastEditors: ch
* @LastEditTime: 2022-05-08 01:11:40
* @Description: file content
-->
<template>
<div>
<p>支付成功</p>
<button>返回首页</button>
<button>查看订单</button>
</div>
</template>