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
98e77443
Commit
98e77443
authored
May 12, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
597706d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
my-news.vue
pages/friendcircle/my-news.vue
+2
-2
No files found.
pages/friendcircle/my-news.vue
View file @
98e77443
...
...
@@ -151,7 +151,7 @@
<div
class=
'mynews'
>
<!-- 发布动态按钮 -->
<view
class=
"fbanniu"
@
click=
"btnclick"
>
<view
class=
"fbanniu"
v-if=
"UserId == mall_User"
@
click=
"btnclick"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/fabupyq.png"
style=
"height: 26rpx;"
mode=
"aspectFit"
></image>
<text
style=
"font-size: 10px;color: #FFF;"
>
发布
</text>
</view>
...
...
@@ -336,7 +336,7 @@
};
this
.
showAuth
=
true
;
}
else
{
this
.
mall_User
=
uni
.
getStorageSync
(
"mall_UserInfo"
)?
uni
.
getStorageSync
(
"mall_UserInfo"
)
.
UserId
:
0
;
this
.
mall_User
=
this
.
u
.
UserId
?
this
.
u
.
UserId
:
0
;
if
(
options
&&
options
.
UserId
){
this
.
UserId
=
options
.
UserId
}
else
{
...
...
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