Browse Source

fff

featrue/v4.5
xpz2018 4 years ago
parent
commit
faf76175df
2 changed files with 4 additions and 1 deletions
  1. 3
      pages/home/city-select/index.js
  2. 2
      pages/mall/fragment/index.wxml

3
pages/home/city-select/index.js

@ -30,6 +30,9 @@ Page({
onLoad: function (options) {
var height = app.globalData.fragmentHeight - 100
this.data.indexHeight = height - 48
if(this.data.indexHeight >= 1200){
this.data.indexHeight = 1200
}
var titleHeight = this.px2rpx(app.globalData.CustomBar) + 116
var itemHeight = parseInt(this.data.indexHeight / 24)
var localCity = null

2
pages/mall/fragment/index.wxml

@ -57,7 +57,7 @@
</view>
<view class="bg-white" style="margin-top:16rpx;border-radius: 24rpx;">
<view class="flex flex-justify" style="padding: 20rpx 24rpx;" bindtap="postList">
<view class="flex flex-justify" style="padding: 20rpx 24rpx;">
<view class="text-lg text-bold text-black">价格比一比</view>
<view>
<view class="flex flex-center" bindtap="topBubble">

Loading…
Cancel
Save