Commit 66dff09d by 施宇

隐藏单个商品擦亮功能

parent bbddab16
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<view class="edit-good btn-com btn-com-b" wx:if="{{editOrShow==1}}" bindtap="editGood"> <view class="edit-good btn-com btn-com-b" wx:if="{{editOrShow==1}}" bindtap="editGood">
<text class="gt-t">编辑商品</text> <text class="gt-t">编辑商品</text>
</view> </view>
<view class="refresh-time btn-com btn-com-y" wx:if="{{editOrShow==1}}" bindtap="refreshGood"> <!-- <view class="refresh-time btn-com btn-com-y" wx:if="{{editOrShow==1}}" bindtap="refreshGood">
<text class="gt-t">擦亮商品</text> <text class="gt-t">擦亮商品</text>
</view> </view> -->
</view> </view>
\ No newline at end of file
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
} }
.edit-good{ .edit-good{
position: absolute; position: absolute;
bottom:230rpx; bottom:94rpx;
left:0; left:0;
right:0; right:0;
} }
......
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 sign in to comment