Commit 7d23f0c2 authored by ly's avatar ly

修改相关页面

parent 840f9bcc
......@@ -3,7 +3,7 @@
"appid" : "__UNI__DE04B13",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : 105,
"versionCode" : 106,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
......@@ -22,7 +22,8 @@
},
/* 模块配置 */
"modules" : {
"Geolocation" : {}
"Geolocation" : {},
"Camera" : {}
},
/* 应用发布信息 */
"distribute" : {
......
......@@ -118,5 +118,18 @@
}
}
.look-footer{
padding-top:6rpx;
.footer-text{
margin-top: 30%;
height: 40rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #333333;
line-height: 40rpx;
text-align: center;
font-style: normal;
}
}
}
\ No newline at end of file
<template>
<view class='look-page'>
<view class='look-mian'>
<view class='look-mian' v-if="IndexList && IndexList.length>0">
<scroll-view
class='scroll-y-hs'
scroll-y="true"
......@@ -32,6 +32,9 @@
</scroll-view>
</view>
<view class='look-footer' v-else>
<view class='footer-text'>暂无数据哦!</view>
</view>
</view>
</template>
......
......@@ -38,8 +38,7 @@
// 分类列表
tabList: [],
tabCurrent: 1,
fromStore: false, //为真 从门店来
// categoryId:0,
fromStore: false,
pageNum: 1,
pageSize: 10,//每页展示几条数据
total: 0,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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 to comment