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
15de834d
Commit
15de834d
authored
Aug 14, 2025
by
袁玲利
Browse files
Options
Browse Files
Download
Plain Diff
消费报告
parents
cd449420
81424228
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
src/pages/SchoolReport/SchoolReport.vue
src/pages/SchoolReport/SchoolReport.vue
+15
-4
No files found.
src/pages/SchoolReport/SchoolReport.vue
View file @
15de834d
...
...
@@ -1389,7 +1389,7 @@
<view id="leave-message-bar">
</view>
</view> -->
<view
v-if=
"tabIndex&&flag!=tabIndex
&& !(from == 'wechat' && auth == 'true')
"
class=
"school-report-footer"
>
<view
v-if=
"tabIndex&&flag!=tabIndex"
class=
"school-report-footer"
>
<view
class=
"school-report-footer-item"
>
<view
class=
"school-report-footer-item-txt"
>
<text>
到期后将无法查看完整报告
</text>
...
...
@@ -1897,6 +1897,7 @@
ScsApplicationList2
:
[],
sessionid
:
""
,
weixinOpenFlag
:
""
,
productType
:
0
,
// 3新版消费会员
};
},
computed
:
{
...
...
@@ -1968,6 +1969,7 @@
this
.
usertype
=
getQueryParams
(
"
userType
"
);
this
.
sessionid
=
getQueryParams
(
"
seesionID
"
);
this
.
weixinOpenFlag
=
getQueryParams
(
"
weixinOpenFlag
"
);
this
.
productType
=
getQueryParams
(
"
weixinOpenFlag
"
)
||
0
;
console
.
log
(
this
.
auth
==
"
false
"
,
"
个人用户鉴权
"
,
...
...
@@ -2024,6 +2026,7 @@
// this.$nextTick(() => {
// self.piechart();
// });
// 检查会员信息的失效日期是否早于或等于2022年6月30日
if
(
new
Date
(
this
.
memberInfo
.
invalidDate
).
getTime
()
<=
new
Date
(
"
2022/06/30
"
).
getTime
()
...
...
@@ -4752,9 +4755,17 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
},
// 跳转云平台权益中心-微信
async
openAzMenber
()
{
if
(
this
.
productType
==
3
){
jWeixin
.
miniProgram
.
navigateTo
({
url
:
"
/pages_subpackB/pages/campuServiceConsumptionMembership/main
"
,
});
}
else
{
jWeixin
.
miniProgram
.
navigateTo
({
url
:
"
/pages_subpackB/pages/ToCloudOrder/ToCloudOrder
"
,
});
}
},
// 跳转云平台权益中心-支付宝
async
openAzMenber_
()
{
...
...
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