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
128923f4
Commit
128923f4
authored
Mar 29, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页的兼容
parent
ee9e4190
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
postDetails.vue
pages/blindDate/postDetails.vue
+3
-8
xqposter.vue
pages/blindDate/xqposter.vue
+4
-1
index.vue
pages/index/index.vue
+3
-1
No files found.
pages/blindDate/postDetails.vue
View file @
128923f4
<
style
scoped
>
/
deep
/
.u-size-mini
{
vertical-align
:
middle
;
}
<
style
>
.postDetails
{
width
:
100%
;
height
:
100vh
;
...
...
@@ -323,9 +320,7 @@
<image
style=
"width: 100%;height: 100%;"
:src=
"details.ImageList[0]"
mode=
"aspectFill"
></image>
</view>
<view
class=
"details"
>
<view
class=
"details-title"
><u-tag
:text=
"details.Label"
mode=
"dark"
:bg-color=
"mainColor"
size=
"mini"
v-if=
"details.Label!=null&& details.Label!=''"
/>
{{
details
.
ActivityTitle
}}
</view>
<view
class=
"details-title"
><text
v-if=
"details.Label!=null&& details.Label!='' "
:style=
"
{color:mainColor}">【
{{
details
.
Label
}}
】
</text>
{{
details
.
ActivityTitle
}}
</view>
<view
@
click=
"fxshow=true"
>
分享
</view>
<view
class=
"details-info"
>
<view
class=
"details-info-l"
>
...
...
@@ -1150,7 +1145,7 @@
},
goposter
(){
uni
.
navigateTo
({
url
:
'/pages/blindDate/xqposter?cover='
+
this
.
details
.
ImageList
[
0
]
+
'&title='
+
this
.
details
.
ActivityTitle
url
:
'/pages/blindDate/xqposter?cover='
+
this
.
details
.
ImageList
[
0
]
+
'&title='
+
this
.
details
.
ActivityTitle
+
'&id='
+
this
.
msg
.
ActivityId
});
}
}
...
...
pages/blindDate/xqposter.vue
View file @
128923f4
...
...
@@ -21,6 +21,8 @@
UserInfo
:
''
,
tempPic
:
''
,
cover
:
''
,
id
:
0
,
}
},
created
()
{
...
...
@@ -34,6 +36,7 @@
if
(
options
)
{
this
.
cover
=
options
.
cover
this
.
title
=
options
.
title
this
.
id
=
options
.
id
this
.
init
()
}
uni
.
setNavigationBarTitle
({
...
...
@@ -74,7 +77,7 @@
that
.
request2
({
url
:
'/api/AppletUser/GetWeiXinQRCodeForApplet'
,
data
:
{
Path
:
'/pages/index/index?user_id='
+
that
.
UserInfo
.
UserId
+
'&SmallShopId='
+
SmallShopId
,
Path
:
'/pages/index/index?user_id='
+
that
.
UserInfo
.
UserId
+
'&SmallShopId='
+
SmallShopId
+
'&id='
+
this
.
id
+
'&JumpType=10'
,
With
:
that
.
qrcode
.
QrCodeSize
,
}
},
...
...
pages/index/index.vue
View file @
128923f4
...
...
@@ -725,7 +725,9 @@
console
.
log
(
e
)
}
uni
.
navigateTo
({
url
:
"/pages/reserve/goodsDetails?GoodsId="
+
that
.
GoodsId
});
}
else
if
(
that
.
JumpType
==
11
){
}
else
if
(
that
.
JumpType
==
10
){
//拼拼push活动详情
uni
.
navigateTo
({
url
:
"/pages/blindDate/postDetails?Id="
+
that
.
GoodsId
});
}
else
if
(
that
.
JumpType
==
11
){
//用户详情
uni
.
navigateTo
({
url
:
"/pages/blindDate/persondetails?UserId="
+
that
.
GoodsId
});
}
...
...
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