Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
wly-APP
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘川
wly-APP
Commits
0fb8942c
Commit
0fb8942c
authored
Jan 04, 2026
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
票账管理页面调整
parent
2727ebc4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
197 additions
and
78 deletions
+197
-78
.gitignore
.gitignore
+2
-0
launch.json
.hbuilderx/launch.json
+1
-1
market-support-query.nvue
pages/billing-invoice/market-support-query.nvue
+187
-70
usercenter.nvue
pages/usercenter/usercenter.nvue
+7
-7
No files found.
.gitignore
View file @
0fb8942c
/.DS_Store
/unpackage
/unpackage/
/unpackage/dist/
/unpackage/
.hbuilderx/launch.json
View file @
0fb8942c
...
...
@@ -16,7 +16,7 @@
"type"
:
"uniCloud"
},
{
"playground"
:
"
standard
"
,
"playground"
:
"
custom
"
,
"type"
:
"uni-app:app-android"
},
{
...
...
pages/billing-invoice/market-support-query.nvue
View file @
0fb8942c
This diff is collapsed.
Click to expand it.
pages/usercenter/usercenter.nvue
View file @
0fb8942c
...
...
@@ -35,6 +35,13 @@
</view>
<text class="entry-bill-text">销售订单</text>
</view>
<view class="entry-block" @click="goPage('ticket-order')" v-if='!isChildCustomer'>
<view class="entry-bill">
<image class="entry-bill-icon entry-bill-icon_billing"
src="@/static/image/usercenter_ticketorder@3x.png" mode=""></image>
</view>
<text class="entry-bill-text">制票通知单</text>
</view>
<view class="entry-block" @click="goPage('billing-invoice')">
<view class="entry-bill">
...
...
@@ -44,13 +51,6 @@
</view>
<text class="entry-bill-text">账票管理</text>
</view>
<view class="entry-block" @click="goPage('ticket-order')" v-if='!isChildCustomer'>
<view class="entry-bill">
<image class="entry-bill-icon entry-bill-icon_billing"
src="@/static/image/usercenter_ticketorder@3x.png" mode=""></image>
</view>
<text class="entry-bill-text">制票通知单</text>
</view>
<!-- <view class="entry-block" @click="goPage('produce-order')">
<view class="entry-bill">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment