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
bf30b10d
Commit
bf30b10d
authored
Apr 30, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一点修改
parent
d93a6530
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
peoplescreen.vue
pages/blindDate/personal/peoplescreen.vue
+0
-1
index.vue
pages/share/index/index.vue
+4
-1
No files found.
pages/blindDate/personal/peoplescreen.vue
View file @
bf30b10d
...
...
@@ -287,7 +287,6 @@
let
u
=
"/"
+
currentPages
[
currentPages
.
length
-
1
].
route
;
let
pages
=
wx
.
getStorageSync
(
"basedata"
)
?
wx
.
getStorageSync
(
"basedata"
).
bar_title
:
[];
this
.
words
=
wx
.
getStorageSync
(
"basedata"
)
?
wx
.
getStorageSync
(
"basedata"
).
share_setting_custom
.
words
:
{},
pages
.
forEach
((
x
)
=>
{
if
(
x
.
value
==
u
)
{
pageTitle
=
x
.
new_name
?
x
.
new_name
:
x
.
name
;
...
...
pages/share/index/index.vue
View file @
bf30b10d
...
...
@@ -34,7 +34,8 @@
</view>
<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>
<Text
style=
'margin-top: 70px;'
v-if=
'IsOpenMiAi==1'
>
未申请成为合作伙伴
</Text>
<Text
style=
'margin-top: 70px;'
v-if=
'IsOpenMiAi==0'
>
{{
sharestatus
.
Msg
}}
</Text>
</view>
<view
style=
"width: 100%;height: 100%;background: #f3f4f6;"
v-if=
"sharestatus.Status==3"
>
<view
class=
"sharebox_top"
>
...
...
@@ -239,6 +240,7 @@
orderPopupdata
:{},
//离线收益的弹窗
showorder
:
false
,
//显示弹出
topHeight
:
510
,
//头部高度
IsOpenMiAi
:
0
,
//相亲模式1开启 0 没开启
}
},
created
()
{
...
...
@@ -248,6 +250,7 @@
this
.
nav
=
uni
.
getMenuButtonBoundingClientRect
().
top
;
this
.
headStyle
.
paddingTop
=
this
.
nav
+
'px'
;
this
.
UserPageType
=
uni
.
getStorageSync
(
"mall_UserInfo"
)
?
uni
.
getStorageSync
(
"mall_UserInfo"
)
:
{};
this
.
IsOpenMiAi
=
uni
.
getStorageSync
(
"basedata"
)?
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
.
is_show_miai
:
0
;
//是否开启相亲模式
this
.
IsEducation
=
uni
.
getStorageSync
(
'basedata'
)
?
(
uni
.
getStorageSync
(
'basedata'
).
mall
.
setting
.
mallStyle
.
IsEducation
?
uni
.
getStorageSync
(
'basedata'
).
mall
.
setting
.
mallStyle
.
IsEducation
:
0
)
:
...
...
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