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