Commit 6e38fb88 authored by Aivs's avatar Aivs

bug修改

parent f353d3b3
...@@ -346,7 +346,6 @@ Page({ ...@@ -346,7 +346,6 @@ Page({
let that = this; let that = this;
let specName = event.currentTarget.dataset.name; let specName = event.currentTarget.dataset.name;
let specValueId = event.currentTarget.dataset.valueId; let specValueId = event.currentTarget.dataset.valueId;
//判断是否可以点击 //判断是否可以点击
//TODO 性能优化,可在wx:for中添加index,可以直接获取点击的属性名和属性值,不用循环 //TODO 性能优化,可在wx:for中添加index,可以直接获取点击的属性名和属性值,不用循环
......
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
</view> </view>
<!-- 规格选择界面 --> <!-- 规格选择界面 -->
<view class="attr-pop-box" hidden="{{!openAttr}}" catchtouchmove='stopPageScroll'> <view class="attr-pop-box" hidden="{{!openAttr}}" catchtouchmove='stopPageScroll'>
<view class="attr-pop"> <scroll-view scroll-y class="attr-pop">
<view class="close" bindtap="closeAttr"> <view class="close" bindtap="closeAttr">
<image class="icon" src="/static/images/icon_close.png"></image> <image class="icon" src="/static/images/icon_close.png"></image>
</view> </view>
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
</view> </view>
</view> </scroll-view>
</view> </view>
<!-- 联系客服 --> <!-- 联系客服 -->
......
...@@ -765,8 +765,13 @@ ...@@ -765,8 +765,13 @@
height: 177rpx; height: 177rpx;
display: flex; display: flex;
align-items: center; align-items: center;
width:450rpx;
}
.attr-pop .info .a{
white-space: normal;
word-wrap: break-word;
word-break: break-all;
} }
.attr-pop .p { .attr-pop .p {
line-height: 33rpx; line-height: 33rpx;
font-size:24rpx; font-size:24rpx;
...@@ -776,7 +781,6 @@ ...@@ -776,7 +781,6 @@
} }
.attr-pop .a { .attr-pop .a {
height: 40rpx;
line-height: 40rpx; line-height: 40rpx;
font-size:24rpx; font-size:24rpx;
font-family:PingFangSC-Regular; font-family:PingFangSC-Regular;
......
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