Commit 08577576 authored by haiyoucuv's avatar haiyoucuv

init

parent 6fd90f2f
......@@ -23,5 +23,5 @@
bottom: 0;
width: 100vw !important;
height: 100vh;
opacity: 0.5;
opacity: 0;
}
\ No newline at end of file
......@@ -8,7 +8,7 @@
<view class="act_prod_list">
<view class="act_prod_item" wx:for="{{activityInfo.productList}}">
<view class="prod_item_prompt">{{item.prompt}}</view>
<view class="prod_item_prompt">{{item.name}}</view>
<view class="prod_item_introduce">{{item.content}}</view>
<image class="prod_item_img" src="{{item.img}}" mode="aspectFit" lazy-load/>
<image class="prod_item_logo" src="{{item.logo}}" mode="aspectFit" lazy-load/>
......
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