diff --git a/.cloudbase/container/debug.json b/.cloudbase/container/debug.json new file mode 100644 index 0000000..79ca5f4 --- /dev/null +++ b/.cloudbase/container/debug.json @@ -0,0 +1 @@ +{"containers":[]} \ No newline at end of file diff --git a/pages/brandSearch/index.wxss b/pages/brandSearch/index.wxss index c0cac3a..b6fd25f 100644 --- a/pages/brandSearch/index.wxss +++ b/pages/brandSearch/index.wxss @@ -33,7 +33,7 @@ align-items: center; padding: 15px 13px; font-size: 14px; - } + } .bs-item-image { display: inline-block; width: 42px; diff --git a/pages/index/Rankdetail/Rankdetail.js b/pages/index/Rankdetail/Rankdetail.js index 2730842..82504ad 100644 --- a/pages/index/Rankdetail/Rankdetail.js +++ b/pages/index/Rankdetail/Rankdetail.js @@ -4,7 +4,7 @@ * 页面的初始数据 */ data: { - show:false, + sortOpt: [ { text: '列表展示', @@ -15,7 +15,6 @@ value1: 1 } ], - value:0, // 时间 priceOpt: ['2022年5月','2022年4月','2022年3月', @@ -27,14 +26,12 @@ ], prcieInterval: [0, 10, 20, 30, 40, 50, '不限'], - value1: 0, // 品牌 value2: '全部品牌', typeOpt: [ ], - // 级别 level:[ { @@ -197,14 +194,6 @@ priceSelected: e.currentTarget.dataset.index }) }, - showPopup(){ - this.setData({show:true}); - }, - onClose(){ - this.setData({ - show:false - }); - }, onclick() { this.setData({ show: true }); }, @@ -218,53 +207,6 @@ onLoad: function (options) { console.log('111',this.data.sortOpt[0].value1) }, - /** - * 生命周期函数--监听页面初次渲染完成 - */ - onReady: function () { - - }, - - /** - * 生命周期函数--监听页面显示 - */ - onShow: function () { - - }, - - /** - * 生命周期函数--监听页面隐藏 - */ - onHide: function () { - - }, - - /** - * 生命周期函数--监听页面卸载 - */ - onUnload: function () { - - }, - - /** - * 页面相关事件处理函数--监听用户下拉动作 - */ - onPullDownRefresh: function () { - - }, - - /** - * 页面上拉触底事件的处理函数 - */ - onReachBottom: function () { - - }, - - /** - * 用户点击右上角分享 - */ - onShareAppMessage: function () { - - } + }) \ No newline at end of file diff --git a/pages/index/Rankdetail/Rankdetail.wxml b/pages/index/Rankdetail/Rankdetail.wxml index 455c7de..68dca59 100644 --- a/pages/index/Rankdetail/Rankdetail.wxml +++ b/pages/index/Rankdetail/Rankdetail.wxml @@ -1,17 +1,6 @@ - - 车牌 - - - - - - + @@ -19,7 +8,26 @@ - + + + + + + + + + + + + + + + + + + + + @@ -63,17 +71,13 @@ {{item.volume}} - - 销量趋势 - + 销量趋势 - diff --git a/pages/index/Rankdetail/Rankdetail.wxss b/pages/index/Rankdetail/Rankdetail.wxss index 765cb27..b909504 100644 --- a/pages/index/Rankdetail/Rankdetail.wxss +++ b/pages/index/Rankdetail/Rankdetail.wxss @@ -226,8 +226,16 @@ color: #0084FF; } -.license{ - width: 200rpx; - height: 200rpx; - background-color: aquamarine; -} \ No newline at end of file +.bs-item { + display: flex; + justify-items: flex-start; + align-items: center; + padding: 15px 13px; + font-size: 14px; + } +.bs-item-image { + display: inline-block; + width: 42px; + height: 42px; + margin-right: 15px; + } \ No newline at end of file