Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
mini-shimao
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
92e13ea9
authored
Sep 25, 2020
by
严立
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
LL - 代码合并
parent
f0ae8fd9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
pages/commodity/home/home.wxml
pages/home/home/home.js
pages/commodity/home/home.wxml
View file @
92e13ea9
...
...
@@ -102,8 +102,8 @@
<image src="{{resourcesBase + 'commodity/home/shop-title-2.png'}}"></image>
</view>
<view class="shop-title col">
<text>
这里有来自大自然的馈赠
</text>
<text>
用心烹饪的美食
</text>
<text>
可以为家人、朋友
</text>
<text>
准备一份精心的礼物
</text>
</view>
<swiper indicator-dots="true">
<!-- 海错图文创店 -->
...
...
pages/home/home/home.js
View file @
92e13ea9
...
...
@@ -217,7 +217,7 @@ Page({
})
},
getBanner
()
{
getBanner
:
function
()
{
var
that
=
this
App
.
wxRequest
({
url
:
'/api/v1/banner/getList'
,
...
...
@@ -228,6 +228,17 @@ Page({
}
})
// App.wxRequest({
// url: '/api/v1/banner/getOfficeByBanner',
// data: {
// 'smColumnId': 0,
// },
// success: (res) => {
// this.setData({
// banner: res.data.splice(0, 3)
// })
// }
// })
},
// 最新动态列表
...
...
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