暂存代码

This commit is contained in:
何江明
2025-05-23 18:03:45 +08:00
parent 8217069b9a
commit a2c87e47bf
313 changed files with 6157 additions and 1102 deletions
+2 -2
View File
@@ -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;
+1 -1
View File
@@ -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>