移出使用账户历史消息
This commit is contained in:
20
pages.json
20
pages.json
@@ -344,16 +344,6 @@
|
|||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"navigationBarBackgroundColor": "#446EFE",
|
"navigationBarBackgroundColor": "#446EFE",
|
||||||
"navigationBarTextStyle": "white",
|
"navigationBarTextStyle": "white",
|
||||||
"app-plus": {
|
|
||||||
"titleNView": {
|
|
||||||
"buttons": [{
|
|
||||||
"text": "使用账户信息",
|
|
||||||
"color": "#ffffff",
|
|
||||||
"fontSize": "30rpx",
|
|
||||||
"width": "180rpx"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/work/perfectBasis",
|
"path": "pages/work/perfectBasis",
|
||||||
@@ -364,16 +354,6 @@
|
|||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"navigationBarBackgroundColor": "#446EFE",
|
"navigationBarBackgroundColor": "#446EFE",
|
||||||
"navigationBarTextStyle": "white",
|
"navigationBarTextStyle": "white",
|
||||||
"app-plus": {
|
|
||||||
"titleNView": {
|
|
||||||
"buttons": [{
|
|
||||||
"text": "使用账户信息",
|
|
||||||
"color": "#ffffff",
|
|
||||||
"fontSize": "30rpx",
|
|
||||||
"width": "180rpx"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/transfers/lists",
|
"path": "pages/transfers/lists",
|
||||||
|
|||||||
@@ -64,20 +64,6 @@
|
|||||||
</view>
|
</view>
|
||||||
<u-loadmore v-if="pagesShow" :status="status" />
|
<u-loadmore v-if="pagesShow" :status="status" />
|
||||||
</view>
|
</view>
|
||||||
<!-- 筛选时间 -->
|
|
||||||
<!-- <button @click="">打开弹窗</button> -->
|
|
||||||
<!-- <u-calendar
|
|
||||||
v-if="maxDate != ''"
|
|
||||||
:show="dayShow"
|
|
||||||
mode="range"
|
|
||||||
color="#446EFE"
|
|
||||||
:minDate="minDate"
|
|
||||||
:maxDate="maxDate"
|
|
||||||
monthNum="36"
|
|
||||||
title="选择筛选区间"
|
|
||||||
@close="dayShow = false"
|
|
||||||
@confirm="onDay"
|
|
||||||
></u-calendar> -->
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user