Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uniapp_vedio
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
android
uniapp_vedio
Commits
d8f2e1fd
Commit
d8f2e1fd
authored
Jul 26, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
5b8deb53
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
249 additions
and
243 deletions
+249
-243
apiRequest.js
vedio/common/utils/apiRequest.js
+1
-1
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+2
-2
manifest.json
vedio/manifest.json
+235
-233
vipPay.vue
vedio/pagesA/vipPay/vipPay.vue
+11
-7
No files found.
vedio/common/utils/apiRequest.js
View file @
d8f2e1fd
...
...
@@ -92,7 +92,7 @@ let apiRequest = function({
option
.
data
=
data
;
}
}
console
.
log
(
'123'
)
//
console.log('123')
// token处理
let
token
=
readToken
();
if
(
!
checkTokenWhiteList
(
token
,
url
,
urlModule
))
{
...
...
vedio/components/coin-popup/coin-popup.vue
View file @
d8f2e1fd
...
...
@@ -236,8 +236,8 @@
let
that
=
this
;
// 发起微信签约
wx
.
navigateToMiniProgram
({
appId
:
wxData
.
appId
,
path
:
'pages/
loading
'
,
appId
:
"wxbd687630cd02ce1d"
,
path
:
'pages/
index/index
'
,
extraData
:
wxData
.
params
,
success
(
res
)
{
console
.
log
(
"wxSign suc="
,
res
);
...
...
vedio/manifest.json
View file @
d8f2e1fd
This diff is collapsed.
Click to expand it.
vedio/pagesA/vipPay/vipPay.vue
View file @
d8f2e1fd
...
...
@@ -20,9 +20,9 @@
<view
class=
"name row"
:class=
"[
{active2: index==selectedIndex}]">
{{
item
.
title
}}
</view>
<view
class=
"price row"
:class=
"[
{active1: index==selectedIndex}]">
<view
style=
"font-size: 50rpx;"
>
¥
</view>
{{
item
.
firstPayPrice
}}
<view
class=
"price row"
:class=
"[
{active1: index==selectedIndex}
,{price2:item.firstPayPrice
<
=
0
}
]"
>
<view
style=
"font-size: 50rpx;"
>
{{
item
.
firstPayPrice
<=
0
?
''
:
'¥'
}}
</view>
{{
item
.
firstPayPrice
<=
0
?
'免费试用'
:
item
.
firstPayPrice
}}
</view>
<view
class=
"origin row"
v-if=
'item.oldPrice'
>
¥
{{
item
.
oldPrice
}}
...
...
@@ -32,7 +32,7 @@
{{
getRemark1
(
item
.
remarks
)
+
'
\
r
\
n'
+
getRemark2
(
item
.
remarks
)
}}
</view>
<view
class=
"label2"
v-if=
"index==selectedIndex"
>
<view
class=
"label2"
v-if=
"index==selectedIndex
&&item.firstPayPrice>0
"
>
{{
'仅需'
+
amount
(
item
.
firstPayPrice
/
item
.
days
)
+
'元/天'
}}
</view>
</view>
...
...
@@ -44,7 +44,7 @@
<view
class=
"agreementWrp"
>
<checkbox-group
@
change=
"checkboxChange"
style=
"width: 50rpx;"
>
<checkbox
:checked=
"checked"
style=
"transform:scale(0.
6
)"
>
<checkbox
:checked=
"checked"
style=
"transform:scale(0.
9
)"
>
</checkbox>
</checkbox-group>
<text>
您已阅读并同意
...
...
@@ -179,8 +179,8 @@
let
that
=
this
;
// 发起微信签约
wx
.
navigateToMiniProgram
({
appId
:
wxData
.
appId
,
path
:
'pages/
loading
'
,
appId
:
"wxbd687630cd02ce1d"
,
path
:
'pages/
index/index
'
,
extraData
:
wxData
.
params
,
success
(
res
)
{
message
.
notify
(
'支付成功'
)
...
...
@@ -311,6 +311,10 @@
font-size
:
60rpx
;
color
:
#000000
;
font-weight
:
700
;
}
.price2
{
font-size
:
40rpx
;
}
.active1
{
...
...
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