Browse Source

Merge branch 'release'

master tagv1.5.5
lihenian 5 years ago
parent
commit
907dc505c5
  1. BIN
      images/heart/apply-new.png
  2. 21
      pages/heartNew/heartNew.wxml
  3. 2
      pages/toRegister/toRegister.js

BIN
images/heart/apply-new.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

21
pages/heartNew/heartNew.wxml

@ -77,16 +77,16 @@
<!-- 志友朵朵 --> <!-- 志友朵朵 -->
<block wx:if="{{ selectedTab == 'tab1' }}"> <block wx:if="{{ selectedTab == 'tab1' }}">
<view class="details-top"> <view class="details-top">
<view class="search"> <view class="search">
<view class="item-all"> <view class="item-all">
<view class="item-left"> <view class="item-left">
<image src="../../images/search.png"></image> <image src="../../images/search.png"></image>
<input placeholder-class="placeholder-style" placeholder="输入昵称关键字" bindinput="bindInputValue" value="{{searchName}}"></input> <input placeholder-class="placeholder-style" placeholder="输入昵称关键字" bindinput="bindInputValue" value="{{searchName}}"></input>
</view> </view>
<button class="item-right" bindtap="searchName" hover-class="none">搜索</button> <button class="item-right" bindtap="searchName" hover-class="none">搜索</button>
</view> </view>
</view> </view>
<view class="reg-count">志愿者注册数:{{volunteerCount}}</view> <view class="reg-count">志愿者注册数:{{volunteerCount}}</view>
<view class="volunteer-box"> <view class="volunteer-box">
<volunteer-list bind:clickImage="clickImage" wx:for="{{volunteerlist}}" volunteerItemObj="{{item}}" wx:for-index="index" wx:for-item="item" wx:key="index"></volunteer-list> <volunteer-list bind:clickImage="clickImage" wx:for="{{volunteerlist}}" volunteerItemObj="{{item}}" wx:for-index="index" wx:for-item="item" wx:key="index"></volunteer-list>
</view> </view>
@ -97,15 +97,12 @@
<view class="details-top" hidden="{{jingcai}}"> <view class="details-top" hidden="{{jingcai}}">
<activity bind:toActDetail="toActDetailDown" id="state-2" state="2"></activity> <activity bind:toActDetail="toActDetailDown" id="state-2" state="2"></activity>
</view> </view>
<movable-area class="movable-area"> <movable-area class="movable-area">
<movable-view class="movable-view" direction="all" inertia="true" friction="10"> <movable-view class="movable-view" direction="all" inertia="true" friction="10">
<view class="my-apply" bindtap="myApply"> <view class="my-apply" bindtap="myApply">
<image src="../../images/heart/apply.png" /> <image src="../../images/heart/apply-new.png" />
</view> </view>
</movable-view> </movable-view>
</movable-area> </movable-area>
<load-more loadMoreVisible="{{loadMoreVisible}}" loadMoreType="{{loadMoreType}}"></load-more> <load-more loadMoreVisible="{{loadMoreVisible}}" loadMoreType="{{loadMoreType}}"></load-more>
<completeInfo-dialog completeInfoDialogVisible="{{completeInfoDialogVisible}}"></completeInfo-dialog> <completeInfo-dialog completeInfoDialogVisible="{{completeInfoDialogVisible}}"></completeInfo-dialog>

2
pages/toRegister/toRegister.js

@ -21,7 +21,7 @@ Page({
// } // }
// }) // })
let that = this let that = this
const versionNum = "1.5.4" const versionNum = "1.5.5"
api.getScanSwitch(versionNum).then(function (res) { api.getScanSwitch(versionNum).then(function (res) {
console.log(res.data) console.log(res.data)
let state = res.data.scanFlag let state = res.data.scanFlag

Loading…
Cancel
Save