|
@@ -2,7 +2,7 @@
|
|
|
<div class="scroll-Y" scroll-y>
|
|
|
<!-- <wx-points-commit ref='wxPointsCommit'></wx-points-commit>-->
|
|
|
|
|
|
- <scroll-view class="push-box" ref="scrollView">
|
|
|
+ <div class="push-box" ref="scrollView">
|
|
|
<div>
|
|
|
<div style="height: 20px"></div>
|
|
|
<div class="choose-invoice-header lines" @click="changeHeader">
|
|
@@ -133,7 +133,6 @@
|
|
|
class="van-field__control"
|
|
|
style="white-space: nowrap"
|
|
|
type="text"
|
|
|
- @blur="scrollReset"
|
|
|
placeholder="请输入电子邮箱"
|
|
|
v-model="condition.email"
|
|
|
/>
|
|
@@ -157,7 +156,7 @@
|
|
|
</div>
|
|
|
<div style="height:160px"></div>
|
|
|
</div>
|
|
|
- </scroll-view>
|
|
|
+ </div>
|
|
|
<div class="push-btn">
|
|
|
<div
|
|
|
v-if="headerInfo.titleName"
|