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
d83a5415
Commit
d83a5415
authored
Aug 12, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上新
parent
a8a6b1d0
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
11 additions
and
11 deletions
+11
-11
App.vue
vedio/App.vue
+1
-1
coin-popup.vue
vedio/components/coin-popup/coin-popup.vue
+1
-1
index.vue
vedio/components/home/index.vue
+1
-1
my.vue
vedio/components/home/my.vue
+1
-1
kefu-popup.vue
vedio/components/kefu-popup/kefu-popup.vue
+1
-1
manifest.json
vedio/manifest.json
+2
-2
pages.json
vedio/pages.json
+1
-1
loading.vue
vedio/pages/loading.vue
+1
-1
logo-about.png
vedio/static/logo-about.png
+0
-0
adConstant.js
vedio/utils/adConstant.js
+2
-2
No files found.
vedio/App.vue
View file @
d83a5415
...
...
@@ -97,7 +97,7 @@
versionName
:
'1.0.0'
,
auth
:
false
,
// 三要素实名认证
userInfo
:
null
,
pkgName
:
'com.duben.dy
bh
vedio'
pkgName
:
'com.duben.dy
sli
vedio'
}
};
</
script
>
...
...
vedio/components/coin-popup/coin-popup.vue
View file @
d83a5415
...
...
@@ -89,7 +89,7 @@
<view
style=
"display: flex;flex-direction: column;align-items: center;"
>
<view
style=
"font-size: 29rpx;color: gray;margin-top: 16rpx;"
>
客服时间工作日 9:00-18:00
</view>
<button
class=
"button2"
open-type=
"im"
data-im-id=
"
77726390801
"
>
在线客服
</button>
<button
class=
"button2"
open-type=
"im"
data-im-id=
"
58428734699
"
>
在线客服
</button>
</view>
</scroll-view>
</view>
...
...
vedio/components/home/index.vue
View file @
d83a5415
...
...
@@ -6,7 +6,7 @@
border-radius: 40rpx;border: 2px solid darkgray;"
src=
"@/static/index/ic_quit_white.png"
/>
</view>
<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
:src=
"maskImage2"
mode=
"widthFix"
></image>
...
...
vedio/components/home/my.vue
View file @
d83a5415
...
...
@@ -6,7 +6,7 @@
border-radius: 40rpx;border: 2px solid darkgray;"
src=
"@/static/index/ic_quit_white.png"
/>
</view>
<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
:src=
"maskImage2"
mode=
"widthFix"
></image>
...
...
vedio/components/kefu-popup/kefu-popup.vue
View file @
d83a5415
...
...
@@ -7,7 +7,7 @@
<view
class=
"content"
>
<text
style=
"font-size: 40rpx;margin-bottom: 15rpx;"
>
客服时间: 工作日9:00-18:00
</text>
<text
class=
"button1"
@
click=
"handleBtn1"
>
客服电话
</text>
<button
class=
"button2"
open-type=
"im"
data-im-id=
"
77726390801
"
>
在线客服
</button>
<button
class=
"button2"
open-type=
"im"
data-im-id=
"
58428734699
"
>
在线客服
</button>
</view>
</view>
</uni-popup>
...
...
vedio/manifest.json
View file @
d83a5415
{
"name"
:
"短剧"
,
"appid"
:
"__UNI__
A1053C9
"
,
"appid"
:
"__UNI__
2B3F9BB
"
,
"description"
:
""
,
"versionName"
:
"1.0.0"
,
"versionCode"
:
1000
,
...
...
@@ -164,7 +164,7 @@
"uniStatistics"
:
{
"enable"
:
false
},
"appid"
:
"tt
fe1988a4612f9fad
01"
"appid"
:
"tt
6e0d18b0f13b0fb6
01"
},
"uniStatistics"
:
{
"enable"
:
false
,
...
...
vedio/pages.json
View file @
d83a5415
...
...
@@ -21,7 +21,7 @@
{
"path"
:
"pages/home"
,
"style"
:
{
"navigationBarTitleText"
:
"
薄荷短剧
"
,
"navigationBarTitleText"
:
"
山梨剧场
"
,
"navigationStyle"
:
"default"
,
"navigationBarBackgroundColor"
:
"#ffffff"
,
"navigationBarTextStyle"
:
"black"
...
...
vedio/pages/loading.vue
View file @
d83a5415
...
...
@@ -43,7 +43,7 @@
this
.
tips1
=
options
.
tips1
this
.
shareId
=
options
.
shareId
this
.
appName
=
'
薄荷短剧
'
this
.
appName
=
'
山梨剧场
'
},
onShow
(
options
)
{
// #ifdef MP-TOUTIAO
...
...
vedio/static/logo-about.png
View replaced file @
a8a6b1d0
View file @
d83a5415
17.9 KB
|
W:
|
H:
21.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
vedio/utils/adConstant.js
View file @
d83a5415
export
const
EXPRESS_ID
=
'8jr40452juhwok1xux'
export
const
REWARD_ID
=
'yj92ol7cr6ld1diag6'
\ No newline at end of file
export
const
EXPRESS_ID
=
'ttaaclruxo2hig8w19'
export
const
REWARD_ID
=
'z0v7g0q2syjrusyu23'
\ No newline at end of file
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