Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
Project
Project
Details
Activity
Releases
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
李伟
cust-app
Commits
7675a7e8
Commit
7675a7e8
authored
Feb 17, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
ff4cc78b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
config.js
config.js
+2
-2
consumeRecord.vue
pagesme/goldCoin/consumeRecord.vue
+9
-3
No files found.
config.js
View file @
7675a7e8
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
module
.
exports
=
{
module
.
exports
=
{
// baseUrl: 'http://106.3.97.198:20162'
// baseUrl: 'http://106.3.97.198:20162'
baseUrl
:
'http://localhost:8092'
,
//接口URL
baseUrl
:
'http://localhost:8092'
,
//接口URL
imgUrl
:
'http://192.168.1.
11
/static/images'
,
//图片URL
imgUrl
:
'http://192.168.1.
23
/static/images'
,
//图片URL
webViewUrl
:
'http://192.168.1.
7
:8080'
//小程序跳转H5页面的URL
webViewUrl
:
'http://192.168.1.
23
:8080'
//小程序跳转H5页面的URL
}
}
// module.exports = {
// module.exports = {
...
...
pagesme/goldCoin/consumeRecord.vue
View file @
7675a7e8
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<view
style=
"background-color: #F4F5F9;min-height: 100vh;"
>
<view
style=
"background-color: #F4F5F9;min-height: 100vh;"
>
<!-- 页头-->
<!-- 页头-->
<u-navbar
@
leftClick=
"backbar"
bgColor=
"#F4F5F9"
title=
"消费记录"
></u-navbar>
<u-navbar
@
leftClick=
"backbar"
bgColor=
"#F4F5F9"
title=
"消费记录"
></u-navbar>
<z-paging
ref=
"paging"
empty-view-text=
"
迈出第一步才有更多故事发生哦
"
<z-paging
ref=
"paging"
empty-view-text=
"
暂无数据
"
:empty-view-title-style=
"
{
:empty-view-title-style=
"
{
'font-size': '32rpx',
'font-size': '32rpx',
'color': '#C9C9D0',
'color': '#C9C9D0',
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
'top': '210rpx',
'top': '210rpx',
'width': '447rpx',
'width': '447rpx',
'height': '375rpx'
'height': '375rpx'
}" v-model="
dataList
" @query="queryList" :fixed="true" :auto-show-back-to-top="true" :back-to-top-with-animate="false">
}" v-model="
record
" @query="queryList" :fixed="true" :auto-show-back-to-top="true" :back-to-top-with-animate="false">
<view
:style=
"
{'top':navHeight+'px','position': 'relative'}">
<view
:style=
"
{'top':navHeight+'px','position': 'relative'}">
<u-tabbar
<u-tabbar
:value=
"tabbarValue"
:value=
"tabbarValue"
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<view
class=
"card-image"
style=
"justify-content: left;display: flex"
>
<view
class=
"card-image"
style=
"justify-content: left;display: flex"
>
<view
style=
"margin-left: 20rpx;margin-top: 20rpx;"
>
<view
style=
"margin-left: 20rpx;margin-top: 20rpx;"
>
<view
style=
"font-weight: 400;font-size: 25rpx"
>
<view
style=
"font-weight: 400;font-size: 25rpx"
>
{{
item
.
typeName
+
'('
+
item
.
actionTypeName
+
')'
}}
{{
item
.
actionTypeName
}}
</view>
</view>
<view
class=
"message"
>
<view
class=
"message"
>
{{
item
.
createDate
}}
{{
item
.
createDate
}}
...
@@ -83,9 +83,15 @@ export default {
...
@@ -83,9 +83,15 @@ export default {
data
()
{
data
()
{
return
{
return
{
dataList
:[],
dataList
:[],
//图片路径
baseUrl
:
this
.
$IMG_URL
,
//消费类型选择
//消费类型选择
columns
:
[
columns
:
[
[
[
{
label
:
'全部'
,
value
:
''
},
{
{
label
:
'充值'
,
label
:
'充值'
,
value
:
'1'
value
:
'1'
...
...
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