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
6dd4917d
Commit
6dd4917d
authored
Jan 04, 2026
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
票账管理页面调整
parent
3fe467ff
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
17 deletions
+13
-17
.gitignore
.gitignore
+2
-0
launch.json
.hbuilderx/launch.json
+1
-1
market-support-query.nvue
pages/billing-invoice/market-support-query.nvue
+3
-9
usercenter.nvue
pages/usercenter/usercenter.nvue
+7
-7
No files found.
.gitignore
View file @
6dd4917d
/.DS_Store
/unpackage
/unpackage/
/unpackage/dist/
/unpackage/
.hbuilderx/launch.json
View file @
6dd4917d
...
...
@@ -16,7 +16,7 @@
"type"
:
"uniCloud"
},
{
"playground"
:
"
standard
"
,
"playground"
:
"
custom
"
,
"type"
:
"uni-app:app-android"
},
{
...
...
pages/billing-invoice/market-support-query.nvue
View file @
6dd4917d
...
...
@@ -69,7 +69,7 @@
<text class="btn-text">查询</text>
</button>
</view>
<list
:style='scrollHeight'
class="scroll-area view" scrollable loadmoreoffset='100' show-scrollbar='false' @loadmore="scrolltolower">
<list class="scroll-area view" scrollable loadmoreoffset='100' show-scrollbar='false' @loadmore="scrolltolower">
<cell class="list-cell" v-for="(item,index) in lists" :key='index'>
<view class="middle view planout-block-item">
<view class="text-block">
...
...
@@ -162,14 +162,6 @@
'height': `${this.sysinfo.safeArea.height }px`,
}
},
scrollHeight() {
// 计算滚动区域高度:屏幕高度 - 状态栏和导航栏 - 查询条件区域 - 查询按钮区域
// 查询条件区域大约 300rpx,查询按钮区域大约 120rpx,总共约 420rpx,转换为px约210px
const queryAreaHeight = 210;
return {
'height': `${this.sysinfo.safeArea.height - this.sysinfo.safeArea.top - 44 - queryAreaHeight}px`
}
},
...mapState(['sysinfo', 'userInfo', 'userBpData'])
},
created() {
...
...
@@ -349,8 +341,10 @@
.main {
position: relative;
flex-direction: column;
flex: 1;
margin-top: -164rpx;
padding: 0 16rpx;
min-height: 0;
}
.middle {
...
...
pages/usercenter/usercenter.nvue
View file @
6dd4917d
...
...
@@ -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