暂存代码
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<text>¥</text>
|
||||
<text style="color:36rpx;">{{item.adPrice}}</text>
|
||||
</view>
|
||||
<!-- <view class="price_sell">已售{{item.sell}}件</view> -->
|
||||
<view class="price_sell">已售{{item.sales}}件</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.choiceness_warp{
|
||||
margin-top: 100rpx;
|
||||
margin-top: 50rpx;
|
||||
}
|
||||
.choiceness_title{
|
||||
display: flex;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- 导航栏 -->
|
||||
<view class="header_" >
|
||||
<view style="margin-top: 20rpx;" @click="leftJump">
|
||||
<up-image src="/static/common/left.png" width="18" height="20" bgColor="#f1f6ff00" @click="jumpMine"/>
|
||||
<up-image src="/static/common/left.png" width="18" height="20" bgColor="#f1f6ff00"/>
|
||||
</view>
|
||||
<view class="title_">{{leftTitle}}</view>
|
||||
<view @click="rightJump">{{rightTitle}}</view>
|
||||
|
||||
Reference in New Issue
Block a user