单位显示问题修改
This commit is contained in:
parent
1bc054be5d
commit
939406afba
|
@ -757,7 +757,6 @@
|
||||||
let storeInfo = res.data;
|
let storeInfo = res.data;
|
||||||
// this.product_attribute = res.data.product_attribute
|
// this.product_attribute = res.data.product_attribute
|
||||||
|
|
||||||
console.log(res.data.product_attribute);
|
|
||||||
this.image = res.data.image;
|
this.image = res.data.image;
|
||||||
|
|
||||||
if (storeInfo.video_link && storeInfo.slider_image.length > 1) {
|
if (storeInfo.video_link && storeInfo.slider_image.length > 1) {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<view class="card" style="min-height: 268rpx;">
|
<view class="card" style="min-height: 268rpx;">
|
||||||
<u-form-item label="商品图片" prop="formData.imageList" ref="item1" labelWidth='auto'>
|
<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>
|
</u-form-item>
|
||||||
<view class="" style="display: flex;flex-wrap: wrap;">
|
<view class="" style="display: flex;flex-wrap: wrap;">
|
||||||
<view v-for="(item,index) in formData.imageList" style="margin-right: 20rpx;margin-bottom: 20rpx;">
|
<view v-for="(item,index) in formData.imageList" style="margin-right: 20rpx;margin-bottom: 20rpx;">
|
||||||
|
|
|
@ -62,7 +62,6 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
<u-form-item label="商品详情" prop="formData.content.image" required>
|
<u-form-item label="商品详情" prop="formData.content.image" required>
|
||||||
<text style="color: #E18C34;font-size: 24rpx">上传时应注重真实性、清晰度</text>
|
<text style="color: #E18C34;font-size: 24rpx">上传时应注重真实性、清晰度</text>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="" style="display: flex;align-items: center;color: #FC452F;">
|
<view class="" style="display: flex;align-items: center;color: #FC452F;">
|
||||||
<u--input border="surround" color='#FC452F' inputAlign='right' style='padding: 0;'
|
<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>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
Loading…
Reference in New Issue