Browse Source

Merge branch 'release'

master tagv1.4.27
lihenian 5 years ago
parent
commit
3218dd7039
  1. 2
      pages/toRegister/toRegister.js
  2. 9
      project.config.json
  3. 5
      subpages/heart/pages/leaderboardNew/leaderboardNew.js
  4. 8
      subpages/heart/pages/volunteer/volunteer.wxml

2
pages/toRegister/toRegister.js

@ -21,7 +21,7 @@ Page({
// } // }
// }) // })
let that = this let that = this
const versionNum = "1.4.26" const versionNum = "1.4.27"
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

9
project.config.json

@ -17,22 +17,15 @@
"checkInvalidKey": true, "checkInvalidKey": true,
"checkSiteMap": true, "checkSiteMap": true,
"uploadWithSourceMap": true, "uploadWithSourceMap": true,
"compileHotReLoad": false,
"babelSetting": { "babelSetting": {
"ignore": [], "ignore": [],
"disablePlugins": [], "disablePlugins": [],
"outputPath": "" "outputPath": ""
}, },
<<<<<<< HEAD "useCompilerModule": false,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false, "userConfirmedUseCompilerModuleSwitch": false,
"compileHotReLoad": false, "compileHotReLoad": false,
"useIsolateContext": true "useIsolateContext": true
=======
"useIsolateContext": true,
"useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false
>>>>>>> 5f77a3de8685061a23d87e7003a24ef1037572cf
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.8.2", "libVersion": "2.8.2",

5
subpages/heart/pages/leaderboardNew/leaderboardNew.js

@ -88,7 +88,10 @@ Page({
preViewImage (e) { preViewImage (e) {
let list = []; let list = [];
list.push(this.data.banner[e.currentTarget.dataset.listIndex].bannerImg) list.push(this.data.banner[e.currentTarget.dataset.listIndex].bannerImg)
list.push(this.data.banner[e.currentTarget.dataset.listIndex+1].bannerImg) console.log(list)
if (e.currentTarget.dataset.listIndex+1 < this.data.banner.length) {
list.push(this.data.banner[e.currentTarget.dataset.listIndex+1].bannerImg)
}
wx.previewImage({ wx.previewImage({
urls: list, urls: list,
current: e.currentTarget.dataset.src current: e.currentTarget.dataset.src

8
subpages/heart/pages/volunteer/volunteer.wxml

@ -79,11 +79,11 @@
</view> </view>
<view class="head-portrait-last"> <view class="head-portrait-last">
<view class="head-portrait-name-last">签名</view> <view class="head-portrait-name-last">格言</view>
</view> </view>
<view class="info-box-last-v2"> <view class="info-box-last-v2">
<view class="introduce"> <view class="introduce">
<textarea disabled= '{{disabled}}' placeholder-class="placeholder-style" value="{{volunteerSignature}}" placeholder="请输入您的签名" bindblur="volunteerSignature" bindinput="volunteerSignature" maxlength="20"></textarea> <textarea disabled= '{{disabled}}' placeholder-class="placeholder-style" value="{{volunteerSignature}}" placeholder="请输入您的格言" bindblur="volunteerSignature" bindinput="volunteerSignature" maxlength="20"></textarea>
</view> </view>
</view> </view>
@ -128,7 +128,7 @@
</view> </view>
<!-- 居住地址 --> <!-- 居住地址 -->
<view class="info magin-top"> <!-- <view class="info magin-top">
<view class="info-box"> <view class="info-box">
<view class="info-left header"> <view class="info-left header">
自我介绍 自我介绍
@ -141,7 +141,7 @@
<textarea disabled= '{{disabled}}' placeholder-class="placeholder-style" value="{{introduce}}" placeholder="请输入自我介绍、是否参加过公益活动、参加了哪些公益活动" bindblur="adInputIntroduce" bindinput="adInputIntroduce" maxlength="500"></textarea> <textarea disabled= '{{disabled}}' placeholder-class="placeholder-style" value="{{introduce}}" placeholder="请输入自我介绍、是否参加过公益活动、参加了哪些公益活动" bindblur="adInputIntroduce" bindinput="adInputIntroduce" maxlength="500"></textarea>
</view> </view>
</view> </view>
</view> </view> -->
<view class="submit-btn" wx:if="{{unionIdStatus === '1'}}"> <view class="submit-btn" wx:if="{{unionIdStatus === '1'}}">
<button hover-class="hover-button" bindtap="submission">提交认证</button> <button hover-class="hover-button" bindtap="submission">提交认证</button>

Loading…
Cancel
Save