tapd相关修改更新

This commit is contained in:
GaoHao
2025-03-19 18:19:34 +08:00
parent 994cf8bf2b
commit f01bc839f7
53 changed files with 1084 additions and 1032 deletions

View File

@@ -9,11 +9,11 @@
<view class="category">
<view class="category_item" @tap="itemClick(item,index)" :class="{active:index===category.active}" v-for="(item,index) in category.list" :key="index">{{item.name}}</view>
</view>
<view style="flex-shrink: 0;">
<view style="flex-shrink: 0;flex: 1;">
<up-radio-group v-model="goodsValue" @change="groupChange" style="width: 100%;display: initial;">
<view class="goodsList">
<view class="goodsItem" @tap="goodsClick(item,index)" v-for="(item,index) in category.goodsList" :key="index">
<view>{{item.name}}</view>
<view class="up-line-1" style="width: 260rpx;">{{item.name}}</view>
<up-radio
:key="item.id"
:name="item.id"
@@ -132,6 +132,7 @@
}
.content{
display: flex;
width: 100%;
height: 672rpx;
.category{
min-width: 316rpx;
@@ -153,6 +154,7 @@
overflow-y: auto;
display: flex;
flex-direction: column;
flex: 1;
.goodsItem{
width: 100%;
padding: 22rpx 24rpx;