单位显示问题修改

This commit is contained in:
1154079537 2024-05-16 18:12:21 +08:00
parent 1bc054be5d
commit 939406afba
4 changed files with 2 additions and 4 deletions

View File

@ -757,7 +757,6 @@
let storeInfo = res.data;
// this.product_attribute = res.data.product_attribute
console.log(res.data.product_attribute);
this.image = res.data.image;
if (storeInfo.video_link && storeInfo.slider_image.length > 1) {

View File

@ -13,7 +13,7 @@
<view class="card" style="min-height: 268rpx;">
<u-form-item label="商品图片" prop="formData.imageList" ref="item1" labelWidth='auto'>
<text style="font-size:24rpx ; color:#E18C34 ;">上传时应注重真实性清晰度</text>
<text style="font-size:24rpx ; color:#E18C34 ;">上传时应注重真实性清晰度至少上传两张</text>
</u-form-item>
<view class="" style="display: flex;flex-wrap: wrap;">
<view v-for="(item,index) in formData.imageList" style="margin-right: 20rpx;margin-bottom: 20rpx;">

View File

@ -62,7 +62,6 @@
</view>
</view>
<u-form-item label="商品详情" prop="formData.content.image" required>
<text style="color: #E18C34;font-size: 24rpx">上传时应注重真实性清晰度</text>
</u-form-item>

View File

@ -36,7 +36,7 @@
</view>
<view class="" style="display: flex;align-items: center;color: #FC452F;">
<u--input border="surround" color='#FC452F' inputAlign='right' style='padding: 0;'
v-model="item.stock"></u--input>
v-model="item.stock"></u--input>{{item.unit_name}}
</view>
</view>
</view>