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
6b4c4ac8
Commit
6b4c4ac8
authored
Jan 08, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5dd19d1f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
451 additions
and
176 deletions
+451
-176
pages.json
pages.json
+4
-0
friendcircle.vue
pages/friendcircle/friendcircle.vue
+439
-170
my-news.vue
pages/friendcircle/my-news.vue
+1
-1
list.vue
pages/goods/list.vue
+4
-4
index.vue
pages/index/index.vue
+3
-1
No files found.
pages.json
View file @
6b4c4ac8
...
...
@@ -474,6 +474,10 @@
"path"
:
"my-news"
//我的动态
},{
"path"
:
"enlargevideo"
//视频放大
},{
"path"
:
"mydetails"
//动态详情
},{
"path"
:
"friendcircle"
//朋友圈
}]
},
//抖音商品短视频
...
...
pages/friendcircle/friendcircle.vue
View file @
6b4c4ac8
This diff is collapsed.
Click to expand it.
pages/friendcircle/my-news.vue
View file @
6b4c4ac8
...
...
@@ -442,7 +442,7 @@
url
:
'/pages/friendcircle/mydetails?ID='
+
x
.
id
})
innerAudioContext
.
stop
();
}
}
,
}
}
</
script
>
pages/goods/list.vue
View file @
6b4c4ac8
...
...
@@ -44,14 +44,14 @@
<u-empty
text=
"没有找到商品信息"
font-size=
"36"
mode=
"list"
></u-empty>
</view>
<
!--
<
view
class=
"quick"
v-if=
"!loading"
>
<view
class=
"item"
>
<view
class=
"quick"
v-if=
"!loading"
>
<!--
<view
class=
"item"
>
<u-icon
name=
"cart-o"
size=
"48"
color=
"#333"
/>
</view>
</view>
-->
<view
class=
"item"
@
click=
"goTop"
>
<u-icon
name=
"arrow-up"
size=
"48"
color=
"#333"
/>
</view>
</view>
-->
</view>
</view>
</
template
>
...
...
pages/index/index.vue
View file @
6b4c4ac8
...
...
@@ -185,7 +185,9 @@
educationteacher
},
onLoad
(
options
)
{
uni
.
navigateTo
({
url
:
'/pages/friendcircle/friendcircle'
})
let
that
=
this
;
uni
.
getSystemInfo
({
success
(
res
)
{
...
...
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