Commit 92e13ea9 by 严立

LL - 代码合并

parent f0ae8fd9
......@@ -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">
<!-- 海错图文创店 -->
......
......@@ -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)
// })
// }
// })
},
// 最新动态列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment