Commit 78f62dea by 高淑倩

modify: 底部样式

parent e6226293
{ {
"navigationBarTitleText": "活动商品", "navigationBarTitleText": "活动商品",
"enablePullDownRefresh": true,
"onReachBottomDistance": 400,
"usingComponents": {} "usingComponents": {}
} }
\ No newline at end of file
<!--subPackage/page/pages/pointGoodsList/pointGoodsList.wxml--> <!--subPackage/page/pages/pointGoodsList/pointGoodsList.wxml-->
<view class="goods-list border_box" style="min-height:{{(windowHeight - 60)*2}}rpx"> <!--<view class="goods-list border_box" style="min-height:{{(windowHeight - 60)*2}}rpx">-->
<view class="goods-list border_box">
<view class="title">参与活动商品列表</view> <view class="title">参与活动商品列表</view>
<block wx:for="{{goodsList}}" wx:key="{{item}}"> <block wx:for="{{goodsList}}" wx:key="{{item}}">
<view class="goods-name border_box">{{item.productName}}</view> <view class="goods-name border_box">{{item.productName}}</view>
......
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