Commit c5d87f3f authored by lvtz's avatar lvtz

amfix

parent 789d61a9
......@@ -1265,11 +1265,11 @@ Page({
})
},
pageScrollToBottom: function() {
wx.createSelectorQuery().select('#clockeditor-page').boundingClientRect(function(rect){
wx.pageScrollTo({
scrollTop: rect.bottom + 5000,
duration:500
})
}).exec()
},
wx.createSelectorQuery().select('#clockeditor-page').boundingClientRect(function(rect){
wx.pageScrollTo({
scrollTop: rect.bottom + 5000,
duration:500
})
}).exec()
},
})
\ No newline at end of file
......@@ -7,7 +7,7 @@
<view class="title">{{selectedCircle.title}}</view>
</view>
<view class="select-name-box" wx:if="{{filterType == 2}}">
<image class="icon-selectall" src="{{localImageRoot}}2c/growthrecord/icon_classAll.png?{{imageVersion}}"></image>
<image class="icon-selectall" src="{{imageRoot}}2c/growthrecord/icon_classAll.png?{{imageVersion}}"></image>
<view class="title">{{schoolInfo.title}}</view>
<view class="label-all">(全部班级)</view>
</view>
......@@ -16,7 +16,7 @@
<button form-type="submit" class="createidbutton"></button>
</form>
切换班级
<image class="icon-arr {{circleSelecting? 'active':''}}" src="{{localImageRoot}}2c/growthrecord/icon_arrB.png?{{imageVersion}}"></image>
<image class="icon-arr {{circleSelecting? 'active':''}}" src="{{imageRoot}}2c/growthrecord/icon_arrB.png?{{imageVersion}}"></image>
</view>
</view>
......@@ -25,7 +25,7 @@
<form report-submit="true" bindsubmit="formIdCreate" class="createidform">
<button form-type="submit" class="createidbutton"></button>
</form>
<image class="icon-selectall" src="{{localImageRoot}}2c/growthrecord/icon_classAll.png?{{imageVersion}}"></image>
<image class="icon-selectall" src="{{imageRoot}}2c/growthrecord/icon_classAll.png?{{imageVersion}}"></image>
<text class="title">{{schoolInfo.title}}</text>
<text class="label-all">(全部班级)</text>
</view>
......@@ -54,7 +54,7 @@
<view class="text">的同学</view>
</view>
<view class="sharerecord-btn" bindtap="generatePoster">
<image class="icon" src="{{localImageRoot}}2c/growthrecord/icon_cardshare.png?{{imageVersion}}"></image>
<image class="icon" src="{{imageRoot}}2c/growthrecord/icon_cardshare.png?{{imageVersion}}"></image>
<view class="text">分享</view>
</view>
......
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