代码更新

This commit is contained in:
GaoHao
2025-03-04 18:30:16 +08:00
parent fd0c452a76
commit 4f65b08c06
32 changed files with 622 additions and 1616 deletions

View File

@@ -1,17 +1,17 @@
<template>
<view class=" goods">
<view class=" u-flex">
<view class="u-flex">
<up-image width="126rpx" height="126rpx" :src="data.pic" :radius="6"></up-image>
<view class=" u-p-l-16 u-flex u-p-r-16 u-flex-1 u-col-top">
<view class="u-flex-1">
<view class="color-333 font-bold">{{data.name}}</view>
<view class="color-333 font-bold" style="word-wrap: break-word;word-break: normal;white-space: normal;">{{data.name}}</view>
<view class="color-999 u-m-t-20">
<text class="">排序:</text>
<text class="u-m-l-10">{{data.sort}}</text>
</view>
</view>
<view class="u-flex">
<view class="u-flex" style="flex-shrink: 0;">
<text class="u-font-28 color-666" @click="changeClick">修改排序</text>
</view>
</view>