Browse Source

首页返回

feature/v1.1.0
shuiqing 7 years ago
parent
commit
fa20f1656b
4 changed files with 9 additions and 8 deletions
  1. 1
      pages/activity_detail/activity_detail.js
  2. 2
      pages/activity_detail/activity_detail.wxml
  3. 12
      pages/activity_detail/activity_detail.wxss
  4. 2
      pages/index/index.wxml

1
pages/activity_detail/activity_detail.js

@ -27,6 +27,7 @@ Page({
grounpInfo2: "none",
one_content: "none",
two_content: "none",
// two_content: "block",
bottomBGColor: '#F36619',
buttomText: '我要拼团',
tagColor: "#F8B551",

2
pages/activity_detail/activity_detail.wxml

@ -98,4 +98,4 @@
</view>
</view>
<!--底部弹出框-->
<zan-actionsheet show="{{ show }}" actions="{{ actions }}" cancel-with-mask="{{ cancelWithMask }}" bind:cancel="closeActionSheet" bind:actionclick="clickAction" mask-class="tiny" />
<zan-actionsheet show="{{ show }}" actions="{{ actions }}" cancel-with-mask="{{ cancelWithMask }}" bind:cancel="closeActionSheet" bind:actionclick="clickAction" mask-class="tiny" />0

12
pages/activity_detail/activity_detail.wxss

@ -306,24 +306,24 @@ float:right;
.bottom_view .two_content{
width:100%;
line-height: 50px;
float: left;
width:85%;
line-height:50px;
float:right;
}
.bottom_view .two_content .left{
width: 35%;
width: 28%;
line-height: 50px;
font-size: 23px;
color: #F44054;
font-weight: bold;
margin-left: 28px;
background-color: white;
text-align: center;
float: left;
}
.bottom_view .two_content .right{
width: 65%;
width: 72%;
line-height: 50px;
font-size: 16px;
color: white;

2
pages/index/index.wxml

@ -32,7 +32,7 @@
<view class='p2'>¥</view>{{item.participantPrice / 100}}
<text class="del">原价:{{item.originalPrice / 100}}</text>
</view>
<button class='openBtn' bindtap='openGroup' form-type="submit" data-item='{{item.activityNo}}' >去团</button>
<button class='openBtn' bindtap='openGroup' form-type="submit" data-item='{{item.activityNo}}' >去团</button>
</view>
</view>
</view>
Loading…
Cancel
Save