This commit is contained in:
weipengfei 2024-04-16 17:48:20 +08:00
parent c679d55eb2
commit f6ceed4060
2 changed files with 13 additions and 12 deletions

View File

@ -311,7 +311,7 @@
</view>
<!-- 内容 -->
<view class="wholeSale-con">
<view class="wholeSale-con" style="padding-top: calc(var(--status-bar-height) + 100rpx);">
<view class="wholeSale-nav">
<!-- <u-icon class="icon" name="arrow-left" size="20" @click="navBack"></u-icon> -->
<!-- 搜索 -->

View File

@ -511,19 +511,20 @@
if (options.status) this.orderStatus = options.status;
let user = this.$store.state.app.userInfo;
if (user.mer_info) this.initMerInfo(user);
if (this.isLogin) {
this.page = 1;
this.loadend = false;
this.loading = false;
this.getOrderData();
this.getOrderList();
this.getUserInfo();
this.getpreSellOrderList();
} else {
toLogin()
}
},
onShow() {
if (this.isLogin) {
this.page = 1;
this.loadend = false;
this.loading = false;
this.getOrderData();
this.getOrderList();
this.getUserInfo();
this.getpreSellOrderList();
} else {
toLogin()
}
},
onReady: function() {
// #ifdef H5