Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
visualcloud
/
Vmatrix-client-taro
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ef6e1194
authored
Dec 27, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改https
parent
9f545820
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
src/common/index.ts
+1
-1
src/pages/home/device/index.tsx
+1
-1
src/pages/home/device/modal/index.tsx
+1
-1
src/pages/home/tempaltes/conpoments/detail_top/index.tsx
+2
-2
src/pages/home/tempaltes/conpoments/home_item/index.tsx
+1
-1
src/pages/home/tempaltes/conpoments/temp_detail_content/index.tsx
+1
-1
src/pages/home/tempaltes/detail.tsx
+1
-1
No files found.
src/common/index.ts
View file @
ef6e1194
...
...
@@ -23,6 +23,6 @@ export const DEVICE_TOKEN_TOKEN = '000088A3-0000-1000-8000-00805F9B34FB'
export
const
defaultShareMessage
=
{
path
:
'/pages/home/device/index'
,
imageUrl
:
'http://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/SHARELOGO.jpg'
,
imageUrl
:
'http
s
://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/SHARELOGO.jpg'
,
title
:
'万屏互联新视界'
}
src/pages/home/device/index.tsx
View file @
ef6e1194
...
...
@@ -101,7 +101,7 @@ class Device extends Component {
<
View
className=
"go-template-container"
>
<
Image
className=
"go-tempalte"
src=
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/goTempalte.png"
src=
"http
s
://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/goTempalte.png"
/>
<
View
>
设备添加成功,去模版市场逛一逛吧
</
View
>
</
View
>
...
...
src/pages/home/device/modal/index.tsx
View file @
ef6e1194
...
...
@@ -60,7 +60,7 @@ class Modal extends Component {
</
View
>
<
Image
className=
"modal-close"
src=
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/modal-close.png"
src=
"http
s
://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/modal-close.png"
onClick=
{
()
=>
{
onClose
&&
onClose
()
}
}
...
...
src/pages/home/tempaltes/conpoments/detail_top/index.tsx
View file @
ef6e1194
...
...
@@ -99,8 +99,8 @@ class DerailTop extends Component {
templateUrl
=
templateUrl
||
''
const
{
collectionState
,
current
,
showAll
}
=
this
.
state
let
collectionUrl
=
collectionState
?
'http://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/collection-select.png'
:
'http://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/collection.png'
?
'http
s
://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/collection-select.png'
:
'http
s
://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/collection.png'
return
(
<
View
className=
"derail-top"
>
<
View
className=
"page-count"
>
...
...
src/pages/home/tempaltes/conpoments/home_item/index.tsx
View file @
ef6e1194
...
...
@@ -46,7 +46,7 @@ class HomeItem extends Component {
更多
<
Image
className=
"right-icon"
src=
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/arrow-right.png"
src=
"http
s
://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/arrow-right.png"
/>
</
View
>
</
View
>
...
...
src/pages/home/tempaltes/conpoments/temp_detail_content/index.tsx
View file @
ef6e1194
...
...
@@ -42,7 +42,7 @@ export default function TempDetailContent(props: IProps) {
>
<
Image
className=
"no-films-icon"
src=
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/no-films.png"
src=
"http
s
://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/no-films.png"
/>
<
View
className=
"no-films-tips"
>
<
View
>
该模版下您未创建作
}
品
</
View
>
...
...
src/pages/home/tempaltes/detail.tsx
View file @
ef6e1194
...
...
@@ -191,7 +191,7 @@ class TempDetail extends Component {
}
}
>
<
Image
src=
"http://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/down-icon2.png"
src=
"http
s
://visual-clouds.oss-cn-beijing.aliyuncs.com/miniprogram/down-icon2.png"
className=
"close"
/>
{
/* <View className="page-count">1/10</View> */
}
...
...
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