|
@@ -4,7 +4,7 @@
|
|
|
<view class="one">
|
|
|
<scroll-view scroll-y="true" class="scroll-view">
|
|
|
<view class="list-scroll-view">
|
|
|
- <view class="one_1">
|
|
|
+ <view class="one_1" @click="toChoose">
|
|
|
<text class="localicon iconfont icon-dingweixiao"></text>
|
|
|
<view class="other" v-if="address._id">
|
|
|
<view class="name">
|
|
@@ -16,7 +16,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="address" v-else><text>请选择一个收货地址</text></view>
|
|
|
- <text @click="toChoose" class="iconfont icon-jiantouyou"></text>
|
|
|
+ <text class="iconfont icon-jiantouyou"></text>
|
|
|
</view>
|
|
|
<view class="one_2">
|
|
|
<view class="list" v-for="(item,index) in orderList" :key="index">
|
|
@@ -629,6 +629,7 @@
|
|
|
height: 100vw;
|
|
|
overflow-x: hidden;
|
|
|
background-color: var(--f5Color);
|
|
|
+ padding: 2vw;
|
|
|
|
|
|
.list {
|
|
|
.one {
|