Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
Overview
Details
Activity
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
pseer
gxpt_wechat
Commits
b811d8ec
Commit
b811d8ec
authored
Sep 29, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
79a45dad
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
index.vue
pages/index/index.vue
+1
-1
myInfo.vue
pages/my/myInfo.vue
+1
-1
vipCreate.vue
pages/vipCreate/vipCreate.vue
+1
-1
equityDetail.vue
setting/equityDetail/equityDetail.vue
+2
-2
integral.vue
setting/recharge/integral.vue
+1
-1
vipRule.vue
setting/rule/vipRule.vue
+1
-1
No files found.
pages/index/index.vue
View file @
b811d8ec
...
...
@@ -540,7 +540,7 @@
}
that
.
tempStoreInfo
=
{
...
obj
,
distance
:
obj
.
distance
?
Number
(
obj
.
distance
.
substr
(
0
,
8
)
).
toFixed
(
2
)
:
0
distance
:
obj
.
distance
?
Number
(
obj
.
distance
).
toFixed
(
2
)
:
0
}
that
.
onGetRoomList
(
obj
.
id
)
}
...
...
pages/my/myInfo.vue
View file @
b811d8ec
...
...
@@ -398,7 +398,7 @@
<view
class=
"gift-box"
>
<image
class=
"gift-icon"
:src=
"assetsPath+'/gift_icon.png'"
mode=
"widthFix"
></image>
</view>
<text
class=
"text-13"
>
房间预定,会员日即可享9
8
折起
</text>
<text
class=
"text-13"
>
房间预定,会员日即可享9
5
折起
</text>
</view>
<view
class=
"flex-row-center"
>
<view
class=
"gift-box"
>
...
...
pages/vipCreate/vipCreate.vue
View file @
b811d8ec
...
...
@@ -372,7 +372,7 @@
<image
class=
"gift-icon"
:src=
"assetsPath+'/gift_icon.png'"
mode=
"widthFix"
>
</image>
</view>
<text
class=
"text-13"
>
房间预定,会员日即可享9
8
折起
</text>
<text
class=
"text-13"
>
房间预定,会员日即可享9
5
折起
</text>
</view>
<view
class=
"flex-row-center"
>
<view
class=
"gift-box"
>
...
...
setting/equityDetail/equityDetail.vue
View file @
b811d8ec
...
...
@@ -247,10 +247,10 @@
</view>
<view
class=
"part-text-lg"
>
<text>
铁角会员9
8
折预定优惠
</text>
<text>
铁角会员9
5
折预定优惠
</text>
</view>
<view
class=
"part-text-lg"
>
<text>
银角会员9
5
折预定优惠
</text>
<text>
银角会员9
2
折预定优惠
</text>
</view>
<view
class=
"part-text-lg"
>
<text>
金角会员88折预定优惠
</text>
...
...
setting/recharge/integral.vue
View file @
b811d8ec
...
...
@@ -14,7 +14,7 @@
</view>
<view
class=
"flex-between part-1"
>
<text>
{{
item
.
operationTime
}}
</text>
<text>
剩余
{{
item
.
operationType
?
item
.
currentIntegral
+
item
.
variableIntegral
:
item
.
currentIntegral
-
item
.
variableIntegral
}}
积分
</text>
<text>
剩余
{{
item
.
operationType
?
Number
(
item
.
currentIntegral
+
item
.
variableIntegral
).
toFixed
(
2
)
:
Number
(
item
.
currentIntegral
-
item
.
variableIntegral
).
toFixed
(
2
)
}}
积分
</text>
</view>
</view>
</view>
...
...
setting/rule/vipRule.vue
View file @
b811d8ec
<
template
>
<view
class=
"article"
>
<image
class=
"img"
:src=
"assetsPath+'/vip_rule.png'"
mode=
"widthFix"
></image>
<image
class=
"img"
:src=
"assetsPath+'/vip_rule
_v2
.png'"
mode=
"widthFix"
></image>
</view>
</
template
>
...
...
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