Browse Source

志愿者注册签名改为格言;积分火火banner修复;

feature/optimise
ZhaoTongYao 5 years ago
parent
commit
24374f44e2
  1. 9
      project.config.json
  2. 5
      subpages/heart/pages/leaderboardNew/leaderboardNew.js
  3. 8
      subpages/heart/pages/volunteer/volunteer.wxml

9
project.config.json

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

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

@ -88,7 +88,10 @@ Page({
preViewImage (e) {
let list = [];
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({
urls: list,
current: e.currentTarget.dataset.src

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

@ -79,11 +79,11 @@
</view>
<view class="head-portrait-last">
<view class="head-portrait-name-last">签名</view>
<view class="head-portrait-name-last">格言</view>
</view>
<view class="info-box-last-v2">
<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>
@ -128,7 +128,7 @@
</view>
<!-- 居住地址 -->
<view class="info magin-top">
<!-- <view class="info magin-top">
<view class="info-box">
<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>
</view>
</view>
</view>
</view> -->
<view class="submit-btn" wx:if="{{unionIdStatus === '1'}}">
<button hover-class="hover-button" bindtap="submission">提交认证</button>

Loading…
Cancel
Save