Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
1f3216f9
Commit
1f3216f9
authored
Mar 21, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
cca978fe
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
16 deletions
+29
-16
costSavingStatistics.vue
pages/user-center/costSavingStatistics.vue
+2
-1
discountDetails.vue
pages/user-center/discountDetails.vue
+1
-1
happinessPassbook.vue
pages/user-center/happinessPassbook.vue
+10
-7
points.vue
pages/user-center/points.vue
+10
-7
userVip-center.vue
pages/user-center/userVip-center.vue
+6
-0
No files found.
pages/user-center/costSavingStatistics.vue
View file @
1f3216f9
...
...
@@ -57,12 +57,13 @@
</view>
<!---->
<view
class=
"userHeadCostRing"
>
<mrsongCharts
<mrsongCharts
v-if=
"chartsData.series[0].data.length>0"
type=
'ring'
align=
'center'
:config=
"config"
:options=
"options"
:charts-data=
"chartsData"
/>
<u-empty
v-else
text=
"暂无使用优惠,快去使用吧!"
mode=
"coupon"
padding-top=
"20"
color=
"#000"
></u-empty>
</view>
</view>
</view>
...
...
pages/user-center/discountDetails.vue
View file @
1f3216f9
...
...
@@ -47,7 +47,7 @@
日期
</text>
<view
class=
"hapPasDetR col"
>
<text
class=
"hapPasDetRC"
>
{{ PassbookAata.updateTime }}
</text>
<text
class=
"hapPasDetRC"
>
{{ PassbookAata.updateTime
?PassbookAata.updateTime:'-'
}}
</text>
</view>
</view>
<view
class=
"row hapPasDetText"
v-if=
"PassbookAata.tcnum"
>
...
...
pages/user-center/happinessPassbook.vue
View file @
1f3216f9
...
...
@@ -204,6 +204,8 @@
};
},
});
if
(
this
.
msg
.
BalanceState
==
1
){
if
(
this
.
msg
.
StartTime
!=
''
)
return
const
now
=
new
Date
();
this
.
year
=
now
.
getFullYear
();
this
.
month
=
String
(
now
.
getMonth
()
+
1
).
padStart
(
2
,
'0'
);
...
...
@@ -211,6 +213,7 @@
now
.
setMonth
(
now
.
getMonth
()
+
1
,
0
);
this
.
msg
.
EndTime
=
this
.
year
+
'-'
+
this
.
month
+
'-'
+
now
.
getDate
()
this
.
times
=
this
.
year
+
'-'
+
this
.
month
}
this
.
msg
.
pageIndex
=
1
this
.
dataList
=
[]
this
.
getList
();
...
...
pages/user-center/points.vue
View file @
1f3216f9
...
...
@@ -205,6 +205,8 @@
};
},
});
if
(
this
.
msg
.
IntegralState
==
1
){
if
(
this
.
msg
.
QStartDate
!=
''
)
return
const
now
=
new
Date
();
this
.
year
=
now
.
getFullYear
();
this
.
month
=
String
(
now
.
getMonth
()
+
1
).
padStart
(
2
,
'0'
);
...
...
@@ -212,6 +214,7 @@
now
.
setMonth
(
now
.
getMonth
()
+
1
,
0
);
this
.
msg
.
QEndDate
=
this
.
year
+
'-'
+
this
.
month
+
'-'
+
now
.
getDate
()
this
.
times
=
this
.
year
+
'-'
+
this
.
month
}
this
.
msg
.
pageIndex
=
1
this
.
dataList
=
[]
this
.
getList
();
...
...
pages/user-center/userVip-center.vue
View file @
1f3216f9
...
...
@@ -48,6 +48,12 @@
<Text
style=
"margin-top: 10rpx;font-size: 24rpx;"
>
售后
</Text>
<view
class=
"badge"
v-if=
"statistics.afterSalesOrderNum>0"
>
{{
statistics
.
afterSalesOrderNum
}}
</view>
</view>
<!-- #endif -->
\
<!-- #ifdef MP-AG -->
<view
class=
"order_bar_item"
@
click=
"goUrl('/pages/AggregateOrders/AggregateOrdersList?OrderStatus=4')"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638748964440207840.png"
style=
"width: 66rpx; height: auto"
mode=
"widthFix"
></image>
<Text
style=
"margin-top: 10rpx;font-size: 24rpx;"
>
取消
</Text>
</view>
<!-- #endif -->
</view>
<view
class=
"orderProductBox"
v-if=
"g.length>0"
>
...
...
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