移出使用账户历史消息

This commit is contained in:
唐明明
2023-03-24 10:11:48 +08:00
parent d45ace96c6
commit d605b0b0ff
2 changed files with 0 additions and 34 deletions

View File

@@ -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",

View File

@@ -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>