Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
08b92d60
Commit
08b92d60
authored
Aug 25, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6666666
parent
46045f5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
26 deletions
+28
-26
Integral.vue
views/Integral.vue
+28
-26
No files found.
views/Integral.vue
View file @
08b92d60
...
...
@@ -61,7 +61,21 @@
:style=
"
{ color: getColor('jifen')[index]?.currentPoints }"
>
{{
itemIndex
==
4
?
'您已经升至最高等级'
:
'您已超越该等级'
}}
</text>
<view
class=
"saoma-tips"
v-if=
"memberInfo.grade == 0 && !memberInfo.orderUpgrade && points >= 1"
>
<button
v-if=
"!islogin"
type=
"primary"
class=
"phone-button"
open-type=
"getPhoneNumber"
@
getphonenumber=
"getRealtimePhoneNumber"
/>
</view>
<view
class=
"saoma-tips"
@
click=
"integralHandler"
v-if=
"memberInfo.grade == 0 && !memberInfo.orderUpgrade && points >= 1"
>
<text
class=
"saoma-tips-text"
:style=
"
{ color: getColor('saomaTips')[index]?.textColor }"
...
...
@@ -81,19 +95,6 @@
</text>
</view>
<button
v-if=
"!islogin"
type=
"primary"
class=
"phone-button"
open-type=
"getPhoneNumber"
@
getphonenumber=
"getRealtimePhoneNumber"
/>
</view>
<view
class=
"jifen-progressbar"
v-if=
"getHuangjinMaxVal()[index] != -1 && !(memberInfo.grade == 0 && !memberInfo.orderUpgrade && points >= 1)"
@
click=
"integralHandler"
...
...
@@ -2496,7 +2497,19 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
font
-
size
:
18
rpx
;
}
.
saoma
-
tips
{
.
phone
-
button
{
width
:
692
rpx
;
height
:
256
rpx
;
top
:
0
rpx
;
opacity
:
0
;
background
:
#
6
f6d67
;
}
}
.
saoma
-
tips
{
position
:
absolute
;
top
:
209
rpx
;
left
:
40
rpx
;
...
...
@@ -2522,17 +2535,6 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
}
}
.
phone
-
button
{
width
:
692
rpx
;
height
:
256
rpx
;
top
:
0
rpx
;
opacity
:
0
;
background
:
#
6
f6d67
;
}
}
// 积分进度条样式
.
jifen
-
progressbar
{
position
:
absolute
;
...
...
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