Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
a5fe83c5
Commit
a5fe83c5
authored
Apr 27, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
811354bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
release.vue
pages/friendcircle/release.vue
+6
-2
index.vue
pages/share/index/index.vue
+4
-5
No files found.
pages/friendcircle/release.vue
View file @
a5fe83c5
...
...
@@ -227,8 +227,12 @@
<textarea
placeholder=
"今天有什么可以给大家分享呢?"
style=
"width: 100%;height: 100px;"
maxlength=
'-1'
confirm-type=
'done'
v-model=
"addMsg.Content"
>
</textarea>
<view
style=
"width: 100%;height: 45px;display: flex;align-items: center;font-size: 14px;"
>
<image
src=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/friend-ht.png'
style=
"width: 35px;height: 35px;margin-right: 10px;"
@
click=
"show=true"
></image>
<view
style=
"width: 100%;height: 45px;display: flex;align-items: center;font-size: 14px;"
>
<!--
<image
src=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/friend-ht.png'
style=
"width: 35px;height: 35px;margin-right: 10px;"
@
click=
"show=true"
></image>
-->
<view
@
click=
"show=true"
style=
"height: 35px;display: flex;align-items: center;padding: 0 5px;border-radius: 4px;margin-right: 10px;"
>
<image
src=
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/friend-ht.png'
style=
"width: 25px;height: 25px;margin-right: 3px;"
></image>
选择话题
</view>
<view
:style=
"
{color:mainColor}" v-if="TalkName!=''">#
{{
TalkName
}}
#
</view>
</view>
<text
v-if=
'addMsg.FileType==1 '
style=
"font-size: 12px;color: #333333"
>
上传图片
<span
style=
'color: ;#A9A9A9'
>
(图片无上限)
</span>
</text>
...
...
pages/share/index/index.vue
View file @
a5fe83c5
...
...
@@ -25,14 +25,14 @@
<Text>
{{
sharestatus
.
ApplyForName
}}
</Text>
</view>
</view>
<view
v-if=
"sharestatus.Status==2"
class=
"steatus_t"
:style=
"
{'
margin
-top':44+nav+'px'}">
<view
v-if=
"sharestatus.Status==2"
class=
"steatus_t"
:style=
"
{'
padding
-top':44+nav+'px'}">
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/img-share-status.png"
style=
"width: 100%;height: 165px;"
></image>
<Text
style=
'margin-top: 70px;'
>
谢谢您的支持,请等待审核
</Text>
<view
style=
"display: flex;align-items: center;justify-content: center;margin-top: 60rpx;"
>
<u-button
shape=
"circle"
type=
"error"
size=
"medium"
@
click=
'goshoping'
>
去
商城
逛逛
</u-button>
<u-button
shape=
"circle"
type=
"error"
size=
"medium"
@
click=
'goshoping'
>
去
首页
逛逛
</u-button>
</view>
</view>
<view
v-if=
"sharestatus.Status==4"
class=
"steatus_t"
:style=
"
{'
margin
-top':44+nav+'px'}">
<view
v-if=
"sharestatus.Status==4"
class=
"steatus_t"
:style=
"
{'
padding
-top':44+nav+'px'}">
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/img-share-status.png"
style=
"width: 100%;height: 165px;"
></image>
<Text
style=
'margin-top: 70px;'
>
{{
sharestatus
.
Msg
}}
</Text>
</view>
...
...
@@ -254,8 +254,6 @@
let
that
=
this
;
uni
.
getSystemInfo
({
success
:
function
(
res
)
{
console
.
log
(
res
);
if
(
res
.
windowHeight
<=
600
){
that
.
topHeight
=
550
}
...
...
@@ -528,6 +526,7 @@
.shareindexStyle
.steatus_t
{
width
:
100%
;
height
:
100vh
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
...
...
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