Commit 7d23f0c2 authored by ly's avatar ly

修改相关页面

parent 840f9bcc
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"appid" : "__UNI__DE04B13", "appid" : "__UNI__DE04B13",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : 105, "versionCode" : 106,
"transformPx" : false, "transformPx" : false,
/* 5+App特有相关 */ /* 5+App特有相关 */
"app-plus" : { "app-plus" : {
...@@ -22,7 +22,8 @@ ...@@ -22,7 +22,8 @@
}, },
/* 模块配置 */ /* 模块配置 */
"modules" : { "modules" : {
"Geolocation" : {} "Geolocation" : {},
"Camera" : {}
}, },
/* 应用发布信息 */ /* 应用发布信息 */
"distribute" : { "distribute" : {
......
...@@ -118,5 +118,18 @@ ...@@ -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> <template>
<view class='look-page'> <view class='look-page'>
<view class='look-mian'> <view class='look-mian' v-if="IndexList && IndexList.length>0">
<scroll-view <scroll-view
class='scroll-y-hs' class='scroll-y-hs'
scroll-y="true" scroll-y="true"
...@@ -32,6 +32,9 @@ ...@@ -32,6 +32,9 @@
</scroll-view> </scroll-view>
</view> </view>
<view class='look-footer' v-else>
<view class='footer-text'>暂无数据哦!</view>
</view>
</view> </view>
</template> </template>
......
...@@ -38,8 +38,7 @@ ...@@ -38,8 +38,7 @@
// 分类列表 // 分类列表
tabList: [], tabList: [],
tabCurrent: 1, tabCurrent: 1,
fromStore: false, //为真 从门店来 fromStore: false,
// categoryId:0,
pageNum: 1, pageNum: 1,
pageSize: 10,//每页展示几条数据 pageSize: 10,//每页展示几条数据
total: 0, 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.
...@@ -4773,7 +4773,8 @@ var render = function() { ...@@ -4773,7 +4773,8 @@ var render = function() {
"uni-view", "uni-view",
{ staticClass: _vm._$g(0, "sc"), attrs: { _i: 0 } }, { staticClass: _vm._$g(0, "sc"), attrs: { _i: 0 } },
[ [
_c( _vm._$g(1, "i")
? _c(
"uni-view", "uni-view",
{ staticClass: _vm._$g(1, "sc"), attrs: { _i: 1 } }, { staticClass: _vm._$g(1, "sc"), attrs: { _i: 1 } },
[ [
...@@ -4867,7 +4868,10 @@ var render = function() { ...@@ -4867,7 +4868,10 @@ var render = function() {
_c( _c(
"uni-view", "uni-view",
{ {
staticClass: _vm._$g("12-" + $30, "sc"), staticClass: _vm._$g(
"12-" + $30,
"sc"
),
attrs: { _i: "12-" + $30 } attrs: { _i: "12-" + $30 }
}, },
[_vm._v("¥")] [_vm._v("¥")]
...@@ -4893,7 +4897,11 @@ var render = function() { ...@@ -4893,7 +4897,11 @@ var render = function() {
staticClass: _vm._$g("14-" + $30, "sc"), staticClass: _vm._$g("14-" + $30, "sc"),
attrs: { _i: "14-" + $30 } attrs: { _i: "14-" + $30 }
}, },
[_vm._v(_vm._$g("14-" + $30, "t0-0") + "次浏览")] [
_vm._v(
_vm._$g("14-" + $30, "t0-0") + "次浏览"
)
]
) )
], ],
1 1
...@@ -4910,6 +4918,18 @@ var render = function() { ...@@ -4910,6 +4918,18 @@ var render = function() {
], ],
1 1
) )
: _c(
"uni-view",
{ staticClass: _vm._$g(15, "sc"), attrs: { _i: 15 } },
[
_c(
"uni-view",
{ staticClass: _vm._$g(16, "sc"), attrs: { _i: 16 } },
[_vm._v("暂无数据哦!")]
)
],
1
)
], ],
1 1
) )
...@@ -5003,7 +5023,7 @@ if(false) {} ...@@ -5003,7 +5023,7 @@ if(false) {}
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 10); var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 10);
exports = ___CSS_LOADER_API_IMPORT___(false); exports = ___CSS_LOADER_API_IMPORT___(false);
// Module // Module
exports.push([module.i, ".look-page[data-v-3deca9c6] {\n width: 100%;\n height: calc(100vh-120px);\n min-height: 1624rpx;\n background: #F7FAFF;\n}\n.look-page .look-mian[data-v-3deca9c6] {\n padding-top: 6rpx;\n}\n.look-page .look-mian .scroll-y-hs[data-v-3deca9c6] {\n margin-top: 24rpx;\n height: 800rpx;\n padding-bottom: 120rpx;\n}\n.look-page .look-mian .scroll-y-hs .mian-box[data-v-3deca9c6] {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n margin: 0 30rpx;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item[data-v-3deca9c6] {\n margin-bottom: 24rpx;\n width: 333rpx;\n height: 426rpx;\n background: #FFFFFF;\n box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232, 232, 232, 0.49);\n border-radius: 10rpx;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-top[data-v-3deca9c6] {\n display: flex;\n width: 333rpx;\n height: 272rpx;\n position: relative;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-top .top-img[data-v-3deca9c6] {\n width: 333rpx;\n height: 272rpx;\n background-size: 333rpx 272rpx;\n border-radius: 10rpx;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-top .top-icon[data-v-3deca9c6] {\n position: absolute;\n top: 0;\n margin-left: 214rpx;\n display: inline-block;\n width: 118rpx;\n height: 110rpx;\n background: url('https://ddh.yyhock.com/ddhMall/goods-sale.png') 0 0 no-repeat;\n background-size: 118rpx 110rpx ;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-footer[data-v-3deca9c6] {\n margin: 0 16rpx 0 14rpx;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-footer .footer-des[data-v-3deca9c6] {\n margin: 9rpx 16rpx 21rpx 0;\n height: 37rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 26rpx;\n color: #333333;\n line-height: 37rpx;\n text-align: left;\n font-style: normal;\n white-space: nowrap;\n /* 确保文本在一行内显示 */\n overflow: hidden;\n /* 隐藏超出容器的内容 */\n text-overflow: ellipsis;\n /* 使用省略号表示被截断的文本 */\n word-break: break-all;\n /* 允许在单词内换行 */\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-footer .footer-box[data-v-3deca9c6] {\n display: flex;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-footer .footer-box .box-num[data-v-3deca9c6] {\n display: flex;\n margin-top: 8rpx;\n margin-right: 30rpx;\n height: 37rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 28rpx;\n color: #FC4D3E;\n line-height: 28rpx;\n text-align: left;\n font-style: normal;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-footer .footer-box .box-num .num-icon[data-v-3deca9c6] {\n margin-top: 4rpx;\n font-size: 20rpx;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-footer .footer-box .box-btn[data-v-3deca9c6] {\n width: 76rpx;\n height: 38rpx;\n border-radius: 5rpx;\n border: 1rpx solid #2263E6;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 20rpx;\n color: #2263E6;\n line-height: 38rpx;\n text-align: center;\n font-style: normal;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-footer .box-last[data-v-3deca9c6] {\n height: 28rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 20rpx;\n color: #999999;\n line-height: 28rpx;\n text-align: right;\n font-style: normal;\n}\n.look-page .look-mian .scroll-y-hs .mian-box[data-v-3deca9c6] :nth-child(2n) {\n margin-left: 24rpx;\n}\n", ""]); exports.push([module.i, ".look-page[data-v-3deca9c6] {\n width: 100%;\n height: calc(100vh-120px);\n min-height: 1624rpx;\n background: #F7FAFF;\n}\n.look-page .look-mian[data-v-3deca9c6] {\n padding-top: 6rpx;\n}\n.look-page .look-mian .scroll-y-hs[data-v-3deca9c6] {\n margin-top: 24rpx;\n height: 800rpx;\n padding-bottom: 120rpx;\n}\n.look-page .look-mian .scroll-y-hs .mian-box[data-v-3deca9c6] {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n margin: 0 30rpx;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item[data-v-3deca9c6] {\n margin-bottom: 24rpx;\n width: 333rpx;\n height: 426rpx;\n background: #FFFFFF;\n box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232, 232, 232, 0.49);\n border-radius: 10rpx;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-top[data-v-3deca9c6] {\n display: flex;\n width: 333rpx;\n height: 272rpx;\n position: relative;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-top .top-img[data-v-3deca9c6] {\n width: 333rpx;\n height: 272rpx;\n background-size: 333rpx 272rpx;\n border-radius: 10rpx;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-top .top-icon[data-v-3deca9c6] {\n position: absolute;\n top: 0;\n margin-left: 214rpx;\n display: inline-block;\n width: 118rpx;\n height: 110rpx;\n background: url('https://ddh.yyhock.com/ddhMall/goods-sale.png') 0 0 no-repeat;\n background-size: 118rpx 110rpx ;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-footer[data-v-3deca9c6] {\n margin: 0 16rpx 0 14rpx;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-footer .footer-des[data-v-3deca9c6] {\n margin: 9rpx 16rpx 21rpx 0;\n height: 37rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 26rpx;\n color: #333333;\n line-height: 37rpx;\n text-align: left;\n font-style: normal;\n white-space: nowrap;\n /* 确保文本在一行内显示 */\n overflow: hidden;\n /* 隐藏超出容器的内容 */\n text-overflow: ellipsis;\n /* 使用省略号表示被截断的文本 */\n word-break: break-all;\n /* 允许在单词内换行 */\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-footer .footer-box[data-v-3deca9c6] {\n display: flex;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-footer .footer-box .box-num[data-v-3deca9c6] {\n display: flex;\n margin-top: 8rpx;\n margin-right: 30rpx;\n height: 37rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 28rpx;\n color: #FC4D3E;\n line-height: 28rpx;\n text-align: left;\n font-style: normal;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-footer .footer-box .box-num .num-icon[data-v-3deca9c6] {\n margin-top: 4rpx;\n font-size: 20rpx;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-footer .footer-box .box-btn[data-v-3deca9c6] {\n width: 76rpx;\n height: 38rpx;\n border-radius: 5rpx;\n border: 1rpx solid #2263E6;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 20rpx;\n color: #2263E6;\n line-height: 38rpx;\n text-align: center;\n font-style: normal;\n}\n.look-page .look-mian .scroll-y-hs .mian-box .box-item .item-footer .box-last[data-v-3deca9c6] {\n height: 28rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 20rpx;\n color: #999999;\n line-height: 28rpx;\n text-align: right;\n font-style: normal;\n}\n.look-page .look-mian .scroll-y-hs .mian-box[data-v-3deca9c6] :nth-child(2n) {\n margin-left: 24rpx;\n}\n.look-page .look-footer[data-v-3deca9c6] {\n padding-top: 6rpx;\n}\n.look-page .look-footer .footer-text[data-v-3deca9c6] {\n margin-top: 30%;\n height: 40rpx;\n font-family: PingFangSC, PingFang SC;\n font-weight: 400;\n font-size: 28rpx;\n color: #333333;\n line-height: 40rpx;\n text-align: center;\n font-style: normal;\n}\n", ""]);
// Exports // Exports
module.exports = exports; module.exports = exports;
......
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