Commit 904ad1d8 authored by ltz's avatar ltz

Merge branch 'wxl-develop-v2' of git.server:wangxuelai/wechatapp.shangjiadao.com into lvtz_home

parents 8e82a935 02b49bd2
......@@ -493,7 +493,7 @@ page{
height:43rpx;
position: absolute;
top: 0;
right: 0;
right: -43rpx;
}
.check-item-box .add-item-btn{
width:255rpx;
......
......@@ -511,7 +511,7 @@ Page({
})
this.setData({
infogetShow: false,
'moreTheme.info_collection_count': this.moreTheme.info_collection_count + 1
'moreTheme.info_collection_count': this.data.moreTheme.info_collection_count + 1
});
if (this.data.moreTheme.join_rule_type == 2) {
this.setData({
......
......@@ -93,8 +93,8 @@
</view> -->
</view>
</view>
<!-- -->
<view class="dailog-box info-dialog" wx:if="{{infogetShow}}">
<!-- -->
<view class="dailog-box info-dialog" wx:if="{{infogetShow}}">
<view class="content-box">
<view class="closebox" bindtap="closeinfoget">
<image class="closeicon" src="{{imageRoot}}2c/clockdetail/close.png?{{imageVersion}}"></image>
......
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