|
@@ -10,7 +10,7 @@
|
|
|
</div>
|
|
|
<div class="right-content">
|
|
|
<text class="name">{{ itemData.name }}</text>
|
|
|
- <div class="address">
|
|
|
+ <!-- <div class="address">
|
|
|
<uni-icons
|
|
|
custom-prefix="iconfont"
|
|
|
type="icon-dizhi"
|
|
@@ -18,7 +18,15 @@
|
|
|
color="#949494"
|
|
|
></uni-icons>
|
|
|
<text>{{ itemData.address }}</text>
|
|
|
+ </div> -->
|
|
|
+ <div>
|
|
|
+ <text class="line">月售:{{ itemData.totalSales }}</text>
|
|
|
</div>
|
|
|
+ <div>
|
|
|
+ <text class="line">起送:¥{{ itemData.minCharge }}</text>
|
|
|
+ <text class="line ml-5">配送:¥{{ itemData.deliveryCharge }}</text>
|
|
|
+ </div>
|
|
|
+ <text class="line">营业时间:{{ itemData.workTime }}</text>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -63,6 +71,11 @@ function handleToDetail() {
|
|
|
margin-left: 5px;
|
|
|
}
|
|
|
}
|
|
|
+ .line {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #999;
|
|
|
+ margin-top: 5px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
</style>
|