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
9e60ea24
Commit
9e60ea24
authored
Jun 21, 2023
by
lizhishu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改明细跳转;
parent
9c6ae762
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
7 deletions
+18
-7
src/main.js
src/main.js
+4
-1
src/pages/ConsumptionSystem/AbnormalConsumption/AbnormalConsumption.vue
...umptionSystem/AbnormalConsumption/AbnormalConsumption.vue
+14
-6
No files found.
src/main.js
View file @
9e60ea24
...
@@ -112,6 +112,9 @@ function loadJs(path, callback) {
...
@@ -112,6 +112,9 @@ function loadJs(path, callback) {
// // 二维码生成
// // 二维码生成
// loadJs("//static.runoob.com/assets/qrcode/qrcode.min.js")
// loadJs("//static.runoob.com/assets/qrcode/qrcode.min.js")
if
(
navigator
.
userAgent
.
indexOf
(
'
AliApp
'
)
>
-
1
)
{
loadJs
(
"
https://appx/web-view.min.js
"
)
}
// #endif
// #endif
Vue
.
config
.
productionTip
=
false
Vue
.
config
.
productionTip
=
false
...
...
src/pages/ConsumptionSystem/AbnormalConsumption/AbnormalConsumption.vue
View file @
9e60ea24
...
@@ -223,7 +223,7 @@
...
@@ -223,7 +223,7 @@
</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>
...
@@ -275,7 +275,9 @@
...
@@ -275,7 +275,9 @@
methods
:
{
methods
:
{
// 页面跳转
// 页面跳转
toDoOtherPage
()
{
toDoOtherPage
()
{
my
.
navigateTo
({
url
:
'
pages/ConsumptIoninfo/ConsumptIoninfo
'
,
});
},
},
// 根据学生id获取用户信息
// 根据学生id获取用户信息
getByStuInfo
(
studentId
,
Authorization
,
AuthOauthToken
)
{
getByStuInfo
(
studentId
,
Authorization
,
AuthOauthToken
)
{
...
@@ -378,13 +380,19 @@
...
@@ -378,13 +380,19 @@
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
.AbnormalConsumption
{
background
:
#F0F1F1
;
padding-top
:
24rpx
;
}
.exceptionContent
{
.exceptionContent
{
width
:
100%
;
width
:
702rpx
;
height
:
100%
;
height
:
100%
;
min-height
:
calc
(
100vh
-
103rpx
)
;
min-height
:
100vh
;
background
:
#F0F1F1
;
background
:
#F0F1F1
;
padding
:
24rpx
5vw
0
;
margin
:
0
auto
;
margin-left
:
-5vw
;
// padding: 24rpx 5vw 0;
// margin-left: -5vw;
.nodatatoday
{
.nodatatoday
{
display
:
flex
;
display
:
flex
;
...
...
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