Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
李智书
xzf_uniapp-wechat-web
Commits
c50f4e46
Commit
c50f4e46
authored
Jun 28, 2023
by
lizhishu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.提交更新;
parent
46b00ae0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
src/pages/ConsumptionSystem/AbnormalConsumption/AbnormalConsumption.vue
...umptionSystem/AbnormalConsumption/AbnormalConsumption.vue
+12
-7
No files found.
src/pages/ConsumptionSystem/AbnormalConsumption/AbnormalConsumption.vue
View file @
c50f4e46
...
@@ -221,11 +221,11 @@
...
@@ -221,11 +221,11 @@
</view>
</view>
<view
class=
"tip"
>
近30天内无异常
</view>
<view
class=
"tip"
>
近30天内无异常
</view>
</view>
</view>
<view
class=
"more"
>
<
!--
<
view
class=
"more"
>
<view>
更多消费明细,请前往
</view>
<view>
更多消费明细,请前往
</view>
<view
class=
"green"
@
click=
"toDoOtherPage"
>
钱包明细
</view>
<view
class=
"green"
@
click=
"toDoOtherPage"
>
钱包明细
</view>
<view
class=
"ml15 green"
>
》
</view>
<view
class=
"ml15 green"
>
》
</view>
</view>
</view>
-->
</view>
</view>
</view>
</view>
</
template
>
</
template
>
...
@@ -255,7 +255,9 @@
...
@@ -255,7 +255,9 @@
return
{
return
{
cateringAbnormalGroupList
:
[],
cateringAbnormalGroupList
:
[],
ImgUrl
:
this
.
$ImgUrl
,
ImgUrl
:
this
.
$ImgUrl
,
userInfo
:
{}
userInfo
:
{
name
:
''
}
};
};
},
},
onLoad
(
options
)
{
onLoad
(
options
)
{
...
@@ -270,7 +272,10 @@
...
@@ -270,7 +272,10 @@
})
})
return
;
return
;
}
}
this
.
CloudGatewayToken
(
options
[
'
schoolId
'
],
options
[
'
userId
'
])
this
.
userInfo
[
'
name
'
]
=
options
[
'
name
'
]
||
'
***
'
// 查询记录
this
.
getCateringAbnormalGroupList
(
options
[
'
schoolId
'
],
options
[
'
userId
'
])
// this.CloudGatewayToken(options['schoolId'], options['userId'])
},
},
methods
:
{
methods
:
{
// 页面跳转
// 页面跳转
...
@@ -308,9 +313,9 @@
...
@@ -308,9 +313,9 @@
'
Content-Type
'
:
'
application/x-www-form-urlencoded
'
'
Content-Type
'
:
'
application/x-www-form-urlencoded
'
},
},
},
{
},
{
client_id
:
'
az-billing-auth
'
,
client_id
:
''
,
client_secret
:
'
df385aef0389
'
,
client_secret
:
''
,
grant_type
:
'
password
'
grant_type
:
''
})
})
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
const
Authorization
=
res
.
data
.
tokenHead
+
res
.
data
const
Authorization
=
res
.
data
.
tokenHead
+
res
.
data
...
...
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