|
|
|
@ -22,7 +22,7 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="selectContent"> |
|
|
|
|
<view class="selectContent" @click="modifyInfo=true"> |
|
|
|
|
<view class="left"> |
|
|
|
|
修改单个商品价格 |
|
|
|
|
</view> |
|
|
|
@ -53,7 +53,7 @@ |
|
|
|
|
<view class="btn"> |
|
|
|
|
保存修改 |
|
|
|
|
</view> |
|
|
|
|
<u-popup v-model="modifyInfo" width="80%" border-radius="10" :closeable="true" mode="center"> |
|
|
|
|
<u-popup v-model="modifyInfo" width="80%" border-radius="10" :closeable="true" mode="bottom"> |
|
|
|
|
<view class="modifyInfo"> |
|
|
|
|
<view class="filterTitle"> |
|
|
|
|
修改价格 |
|
|
|
@ -68,7 +68,7 @@ |
|
|
|
|
<text>288</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="newPrice"> |
|
|
|
|
<view class="orginPrice"> |
|
|
|
|
<view class="formTitle"> |
|
|
|
|
修改单个商品价格 |
|
|
|
|
</view> |
|
|
|
@ -243,6 +243,10 @@ page{ |
|
|
|
|
} |
|
|
|
|
.form{ |
|
|
|
|
.orginPrice{ |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
padding:36upx 0; |
|
|
|
|
border-bottom: 1px solid #EAEAEA; |
|
|
|
|
.formTitle{ |
|
|
|
|
|
|
|
|
|
font-size: 32upx; |
|
|
|
|