Commit 703eca84 authored by lijiongliang's avatar lijiongliang

bug014修改

parent 3edd6b21
...@@ -36,10 +36,10 @@ ...@@ -36,10 +36,10 @@
<image :src="vo.img" /> <image :src="vo.img" />
</div> --> </div> -->
<div class="list__money"> <div class="list__money">
<div class="money__title"> <div class="money__title clamp2">
<text>{{vo.title}}</text> <text>{{vo.title}}</text>
</div> </div>
<div class="code__tips"> <div class="code__tips clamp1">
<text>{{vo.spec}}</text> <text>{{vo.spec}}</text>
</div> </div>
<div class="money__num"> <div class="money__num">
...@@ -89,6 +89,9 @@ ...@@ -89,6 +89,9 @@
<div v-else class="add__address" @click="addAddress"> <div v-else class="add__address" @click="addAddress">
<image src="@/static/index/get-car-code5.png"> 添加收货地址 <image src="@/static/index/get-car-code5.png"> 添加收货地址
</div> </div>
<view class="fiexd_foot">
</view>
</div> </div>
</div> </div>
<u-modal :show="show" :content='content' @confirm='show = false'></u-modal> <u-modal :show="show" :content='content' @confirm='show = false'></u-modal>
...@@ -536,6 +539,15 @@ export default { ...@@ -536,6 +539,15 @@ export default {
margin-right: 20rpx; margin-right: 20rpx;
} }
} }
.fiexd_foot{
position: fixed;
left: 0;
bottom: 114rpx;
width: 100%;
height: 90rpx;
background: #f9f9f9;
}
.content__code { .content__code {
padding: 28rpx; padding: 28rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment