Merge branch 'master' of https://gitea.lihaink.cn/mkm/new_shop_app
This commit is contained in:
commit
4b5ffc1387
@ -383,7 +383,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.popups {
|
.popups {
|
||||||
width: 600rpx;
|
width: 640rpx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 18rpx;
|
border-radius: 18rpx;
|
||||||
padding: 30rpx;
|
padding: 30rpx;
|
||||||
@ -400,21 +400,19 @@
|
|||||||
|
|
||||||
.popups-item {
|
.popups-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
margin-bottom: 30rpx;
|
margin-bottom: 30rpx;
|
||||||
|
|
||||||
.popups-item-label {
|
.popups-item-label {
|
||||||
width: 240rpx;
|
width: 160rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #282828;
|
color: #282828;
|
||||||
|
text-align-last: justify;
|
||||||
|
margin-right: 40rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popups-item-val {
|
.popups-item-val {
|
||||||
|
flex: 1;
|
||||||
color: #868686;
|
color: #868686;
|
||||||
display: flex;
|
|
||||||
flex-wrap: nowrap;
|
|
||||||
justify-content: flex-end;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -543,6 +541,8 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
|
//如果是对公转账 则跳转商户订单
|
||||||
|
if (options.type == 2) this.changeSaleType(2);
|
||||||
if (options.sale_type) this.sale_type = options.sale_type;
|
if (options.sale_type) this.sale_type = options.sale_type;
|
||||||
if (options.status) this.orderStatus = options.status;
|
if (options.status) this.orderStatus = options.status;
|
||||||
let user = this.$store.state.app.userInfo;
|
let user = this.$store.state.app.userInfo;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user