新增资产权证转让管理部分页面增加分页
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="OrderTemplate" >
|
||||
<view class="top" >
|
||||
<view class="top" v-if="isTop">
|
||||
<view class="company">
|
||||
<view class="company-logo">
|
||||
<image :src="item.shop.cover" mode="aspectFill" />
|
||||
@@ -33,7 +33,11 @@
|
||||
};
|
||||
},
|
||||
props:{
|
||||
item:Object
|
||||
item : Object,
|
||||
isTop : {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
console.log(this.item,'onshow,numtempa')
|
||||
@@ -113,13 +117,11 @@
|
||||
justify-content: flex-start;
|
||||
box-sizing: border-box;
|
||||
margin-top: 36rpx;
|
||||
|
||||
.goods-img {
|
||||
width: 120rpx;
|
||||
height: 120rpx;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
|
||||
.goods {
|
||||
flex: 1;
|
||||
margin-left: 20rpx;
|
||||
|
||||
Reference in New Issue
Block a user