Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
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
向伟
educationStu
Commits
7f3fe2ab
Commit
7f3fe2ab
authored
Sep 16, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a0cc33d2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
560 additions
and
460 deletions
+560
-460
ListenTopic.vue
src/components/subject/ListenTopic.vue
+544
-442
activityDetails.vue
src/pages/activity/activityDetails.vue
+11
-12
activitySignUp.vue
src/pages/activity/activitySignUp.vue
+5
-6
No files found.
src/components/subject/ListenTopic.vue
View file @
7f3fe2ab
This diff is collapsed.
Click to expand it.
src/pages/activity/activityDetails.vue
View file @
7f3fe2ab
...
...
@@ -11,11 +11,11 @@
}
.details-box-top-z
{
width
:
100%
;
height
:
3
px
;
height
:
6
r
px
;
}
.details-box-top-f
{
width
:
100%
;
height
:
3
px
;
height
:
6
r
px
;
background
:
#e2e2e2
;
}
.details-box-t-positions
{
...
...
@@ -27,8 +27,8 @@
align-items
:
center
;
box-sizing
:
border-box
;
padding
:
0
26
rpx
;
border-top-right-radius
:
6
px
;
border-bottom-left-radius
:
6
px
;
border-top-right-radius
:
12
r
px
;
border-bottom-left-radius
:
12
r
px
;
position
:
absolute
;
right
:
0
;
top
:
0
;
...
...
@@ -106,7 +106,7 @@
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
font-size
:
14
px
;
font-size
:
28
r
px
;
color
:
#ffffff
;
background
:
#cccccc
;
}
...
...
@@ -116,7 +116,6 @@
font-family
:
PingFang
SC
;
font-weight
:
800
;
color
:
#111111
;
//
text-align
:
center
;
margin-top
:
40
rpx
;
margin-bottom
:
30
rpx
;
position
:
relative
;
...
...
@@ -124,7 +123,7 @@
.title-pic
.line-bottom
{
width
:
71
rpx
;
height
:
12
rpx
;
background-color
:
#00
ACF
9
;
background-color
:
#00
acf
9
;
border-radius
:
4
rpx
;
position
:
absolute
;
left
:
0
;
...
...
@@ -197,7 +196,7 @@
width
:
100%
;
min-height
:
90
rpx
;
border-radius
:
20
rpx
;
background-color
:
#00
ACF
9
;
background-color
:
#00
acf
9
;
color
:
#fff
;
display
:
flex
;
box-sizing
:
border-box
;
...
...
@@ -221,7 +220,7 @@
position
:
absolute
;
width
:
4
rpx
;
height
:
100%
;
background-color
:
#00
ACF
9
;
background-color
:
#00
acf
9
;
left
:
24
rpx
;
top
:
90
rpx
;
}
...
...
@@ -245,8 +244,8 @@
background-color
:
#dfbe6e
;
border-radius
:
50%
;
position
:
absolute
;
left
:
-
17.6
px
;
top
:
4
px
;
left
:
-
32
r
px
;
top
:
8
r
px
;
}
.Jiaheactivitydetails
.con
{
width
:
622
rpx
;
...
...
@@ -343,7 +342,7 @@
</view>
</view>
<view
v-if=
"detial.IsJoinActivity == 1"
>
<view
class=
"details-box-top-f"
style=
"background: #00
ACF
9"
></view>
<view
class=
"details-box-top-f"
style=
"background: #00
acf
9"
></view>
<view
class=
"details-box-t-positions"
:style=
"
{ background: '#00ACF9' }"
...
...
src/pages/activity/activitySignUp.vue
View file @
7f3fe2ab
...
...
@@ -250,14 +250,13 @@ export default {
}
},
Pay
()
{
let
that
=
this
;
uni
.
requestPayment
({
provider
:
"wxpay"
,
timeStamp
:
this
.
orderInfo
.
timeStamp
,
nonceStr
:
this
.
orderInfo
.
nonceStr
,
package
:
this
.
orderInfo
.
package
,
signType
:
this
.
orderInfo
.
signType
,
paySign
:
this
.
orderInfo
.
sign
,
timeStamp
:
data
.
orderInfo
.
timeStamp
,
nonceStr
:
data
.
orderInfo
.
nonceStr
,
package
:
data
.
orderInfo
.
package
,
signType
:
data
.
orderInfo
.
signType
,
paySign
:
data
.
orderInfo
.
sign
,
success
:
function
(
res
)
{
console
.
log
(
"success"
,
res
);
uni
.
showToast
({
...
...
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