更新代码

This commit is contained in:
zhangmanman
2021-09-23 10:19:38 +08:00
45 changed files with 57402 additions and 4013 deletions

View File

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