新增订单管理

This commit is contained in:
唐明明
2023-07-10 17:25:27 +08:00
parent e37f23be46
commit ae5827a6fd
9 changed files with 436 additions and 41 deletions

View File

@@ -71,7 +71,7 @@
</view>
<img class="userSee-icon" src="https://douhuo-storage.oss-cn-beijing.aliyuncs.com/images/2023/06/19/08e5c39f136d84e9754d4ac4d16af181.png">
</view>
<view class="userTop-label">
<view class="userTop-label" @click="$Router.push({name: 'EmpowerOrder'})">
<view class="userSee-name">
增收赋能类
</view>
@@ -114,16 +114,11 @@
<view class="tool-title">
其他工具
</view>
<view class="tool-item">
<view class="tool-lable">
<img class="tool-icon" src="@/static/imgs/userTool_01.png">
<view class="tool-name">我的订单券</view>
</view>
<view class="tool-item">
<view class="tool-lable" @click="$Router.push({name: 'indexCollect'})">
<img class="tool-icon" src="@/static/imgs/userTool_01.png">
<view class="tool-name">我的收藏</view>
</view>
<!-- style="display: none;" -->
<view class="tool-lable" @click="$Router.push({name: 'Manage'})">
<img class="tool-icon" src="@/static/imgs/userTool_03.png">
<view class="tool-name">信息管理</view>