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
1341e71b
Commit
1341e71b
authored
Aug 01, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new pro
parent
6100dccf
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
310 additions
and
346 deletions
+310
-346
c-navi.vue
vedio/components/c-navi/c-navi.vue
+1
-1
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+1
-37
my.vue
vedio/components/home/my.vue
+302
-302
kefu-popup.vue
vedio/components/kefu-popup/kefu-popup.vue
+1
-1
manifest.json
vedio/manifest.json
+2
-2
loading.vue
vedio/pages/loading.vue
+1
-1
utils.js
vedio/utils/utils.js
+2
-2
No files found.
vedio/components/c-navi/c-navi.vue
View file @
1341e71b
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
props
:
{
props
:
{
title
:
{
title
:
{
type
:
String
,
type
:
String
,
default
:
"
幻墨
小说阁"
default
:
"
墨香
小说阁"
}
}
},
},
data
()
{
data
()
{
...
...
vedio/components/coin-popup/coin-popup.vue
View file @
1341e71b
...
@@ -189,46 +189,10 @@
...
@@ -189,46 +189,10 @@
success
:
({
success
:
({
data
data
})
=>
{
})
=>
{
if
(
vipBean
.
trial
==
1
){
// 签约
that
.
ttCreateSignOrder
(
data
,
vipBean
.
largeType
);
}
else
{
that
.
ttPrePay
(
data
,
vipBean
.
largeType
);
that
.
ttPrePay
(
data
,
vipBean
.
largeType
);
}
}
}
});
});
},
},
ttCreateSignOrder
(
ttData
,
largeType
)
{
if
(
!
tt
.
canIUse
(
'createSignOrder'
))
{
message
.
notify
(
'请升级抖音APP版本.'
);
return
}
if
(
!
tt
.
canIUse
(
'sign'
))
{
message
.
notify
(
'请升级抖音APP版本.'
);
return
}
let
that
=
this
;
tt
.
createSignOrder
({
businessType
:
2
,
data
:
ttData
.
params
.
data
,
byteAuthorization
:
ttData
.
params
.
byteAuthorization
,
success
:
(
res
)
=>
{
tt
.
sign
({
businessType
:
2
,
orderId
:
res
.
authOrderId
,
success
:
(
res
)
=>
{
that
.
queryOrderStatus
(
largeType
,
ttData
.
tidStr
);
}
})
},
fail
:
(
res
)
=>
{
console
.
log
(
'createSignOrdercreateSignOrder->:'
,
JSON
.
stringify
(
res
));
}
})
},
ttPrePay
(
ttData
,
largeType
)
{
ttPrePay
(
ttData
,
largeType
)
{
if
(
!
tt
.
canIUse
(
'requestOrder'
))
{
if
(
!
tt
.
canIUse
(
'requestOrder'
))
{
message
.
notify
(
'请升级抖音APP版本.'
);
message
.
notify
(
'请升级抖音APP版本.'
);
...
...
vedio/components/home/my.vue
View file @
1341e71b
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
border-radius: 40rpx;border: 2px solid darkgray;"
src=
"@/static/index/ic_quit_white.png"
/>
border-radius: 40rpx;border: 2px solid darkgray;"
src=
"@/static/index/ic_quit_white.png"
/>
</view>
</view>
<text
class=
"mt-10"
style=
"font-size: 46rpx;"
>
如何继续使用?
</text>
<text
class=
"mt-10"
style=
"font-size: 46rpx;"
>
如何继续使用?
</text>
<text
class=
"m-10"
>
找到“
幻墨小说阁”小程序
</text>
<text
class=
"m-10"
>
找到“
墨香小说阁”小程序
</text>
<image
class=
"mt-30"
mode=
"widthFix"
:src=
"maskImage1"
></image>
<image
class=
"mt-30"
mode=
"widthFix"
:src=
"maskImage1"
></image>
<image
:src=
"maskImage2"
mode=
"widthFix"
></image>
<image
:src=
"maskImage2"
mode=
"widthFix"
></image>
...
...
vedio/components/kefu-popup/kefu-popup.vue
View file @
1341e71b
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
margin-bottom: 30rpx;"
src=
"https://mints-web.oss-cn-beijing.aliyuncs.com/images/ic_close_white.png"
></image>
margin-bottom: 30rpx;"
src=
"https://mints-web.oss-cn-beijing.aliyuncs.com/images/ic_close_white.png"
></image>
<view
class=
"content"
>
<view
class=
"content"
>
<button
class=
"button1"
type=
"default"
size=
"default"
@
click=
"tapMakePhoneCall"
>
客服电话
</button>
<button
class=
"button1"
type=
"default"
size=
"default"
@
click=
"tapMakePhoneCall"
>
客服电话
</button>
<button
class=
"button2"
open-type=
"im"
data-im-id=
"93264117800"
>
客服在线
</button>
<button
v-if=
"false"
class=
"button2"
open-type=
"im"
data-im-id=
"93264117800"
>
客服在线
</button>
</view>
</view>
</view>
</view>
</uni-popup>
</uni-popup>
...
...
vedio/manifest.json
View file @
1341e71b
{
{
"name"
:
"reader"
,
"name"
:
"reader"
,
"appid"
:
"__UNI__
F7F50FF
"
,
"appid"
:
"__UNI__
8D3D134
"
,
"description"
:
""
,
"description"
:
""
,
"versionName"
:
"1.0.0"
,
"versionName"
:
"1.0.0"
,
"versionCode"
:
1000
,
"versionCode"
:
1000
,
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
"uniStatistics"
:
{
"uniStatistics"
:
{
"enable"
:
false
"enable"
:
false
},
},
"appid"
:
"tt
8038f6851f0e1a70
01"
"appid"
:
"tt
de52a8ef41652c7d
01"
},
},
"uniStatistics"
:
{
"uniStatistics"
:
{
"enable"
:
false
,
"enable"
:
false
,
...
...
vedio/pages/loading.vue
View file @
1341e71b
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
return
{
return
{
tips1
:
''
,
tips1
:
''
,
slotParam
:
''
,
slotParam
:
''
,
appName
:
'
幻墨
小说阁'
appName
:
'
墨香
小说阁'
}
}
},
},
onLoad
(
options
)
{
onLoad
(
options
)
{
...
...
vedio/utils/utils.js
View file @
1341e71b
export
const
PAKEAGE_NAME
=
'com.duben.dybook
hm
'
export
const
PAKEAGE_NAME
=
'com.duben.dybook
mox
'
export
const
VERSION_CODE
=
'1.0.
2
'
export
const
VERSION_CODE
=
'1.0.
0
'
// export const PAKEAGE_NAME = 'com.test.test'
// export const PAKEAGE_NAME = 'com.test.test'
export
function
trim
(
str
)
{
export
function
trim
(
str
)
{
...
...
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