|
@@ -32,7 +32,8 @@
|
|
pros.name
|
|
pros.name
|
|
}}</view>
|
|
}}</view>
|
|
<view class="list-details-specs" @click.stop="handlerUnit(pros)"
|
|
<view class="list-details-specs" @click.stop="handlerUnit(pros)"
|
|
- >规格:
|
|
|
|
|
|
+ >
|
|
|
|
+ <view class="list-unit-tt">规格:</view>
|
|
<view class="list-unit">
|
|
<view class="list-unit">
|
|
<text class="list-unit-text">{{ pros.unit }}</text>
|
|
<text class="list-unit-text">{{ pros.unit }}</text>
|
|
<text class="iconfont icon-xiangxiajiantou"></text>
|
|
<text class="iconfont icon-xiangxiajiantou"></text>
|
|
@@ -482,7 +483,7 @@ export default {
|
|
//跳转确认订单页面
|
|
//跳转确认订单页面
|
|
let list = []
|
|
let list = []
|
|
if (!this.isProductChecked) {
|
|
if (!this.isProductChecked) {
|
|
- this.$util.msg('请先选择商品', 2000)
|
|
|
|
|
|
+ this.$util.msg('请选择商品', 2000)
|
|
return
|
|
return
|
|
}
|
|
}
|
|
this.productList.map((el, index) => {
|
|
this.productList.map((el, index) => {
|
|
@@ -823,8 +824,12 @@ page {
|
|
width: 100%;
|
|
width: 100%;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
margin-top: 8rpx;
|
|
margin-top: 8rpx;
|
|
- color: #999999;
|
|
|
|
- font-size: 24rpx;
|
|
|
|
|
|
+ .list-unit-tt{
|
|
|
|
+ color: #999999;
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+ line-height: 40rpx;
|
|
|
|
+ float: left;
|
|
|
|
+ }
|
|
.list-unit{
|
|
.list-unit{
|
|
width: 136rpx;
|
|
width: 136rpx;
|
|
line-height: 40rpx;
|
|
line-height: 40rpx;
|
|
@@ -836,6 +841,7 @@ page {
|
|
color: #999999;
|
|
color: #999999;
|
|
position: relative;
|
|
position: relative;
|
|
border-radius: 6rpx;
|
|
border-radius: 6rpx;
|
|
|
|
+ float: left;
|
|
.list-unit-text{
|
|
.list-unit-text{
|
|
width: 80rpx;
|
|
width: 80rpx;
|
|
line-height: 40rpx;
|
|
line-height: 40rpx;
|