修改文件
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
<!-- 使用 type="home" 属性设置首页,其他页面不需要设置,默认为page -->
|
||||
<route lang="jsonc" type="page">{
|
||||
"needLogin": true,
|
||||
<route lang="jsonc" type="home">{
|
||||
"layout": "tabbar",
|
||||
"style": {
|
||||
// 'custom' 表示开启自定义导航栏,默认 'default'
|
||||
@ -247,6 +246,7 @@
|
||||
})
|
||||
try {
|
||||
scanVerifyCoupon(res.result, useStore.defaultStore.id).then((res) => {
|
||||
Index.handleGetStoreStatistics()
|
||||
toast.close()
|
||||
toast.info({
|
||||
msg: '验券成功',
|
||||
|
||||
Reference in New Issue
Block a user