fix: 完善文字性描述

master
misworga831 2023-09-14 15:06:59 +08:00
parent 4f915a32b6
commit 5d5a845523
2 changed files with 3 additions and 3 deletions

View File

@ -162,7 +162,7 @@
</div>
<div>
<div class="counts">{{ homeData.goodsNum || 0 }}</div>
<div>整体商品数量</div>
<div>上架商品数量</div>
</div>
</div>

View File

@ -35,7 +35,7 @@
</Radio>
</RadioGroup>
<br />
<span style="color: #cccccc">开启虚拟成团后24小时人数未满的团系统将会模拟匿名买家凑满人数使该团成团您只需要对已付款参团的真实买家发货建议合理开启以提高</span>
<span style="color: #cccccc">开启虚拟成团后24小时人数未满的团系统将会模拟匿名买家凑满人数使该团成团您只需要对已付款参团的真实买家发货建议合理开启以提高成团率</span>
</FormItem>
<FormItem label="拼团规则" prop="pintuanRule">
<Input v-model="form.pintuanRule" type="textarea" :rows="4" clearable maxlength="255" style="width: 260px" />
@ -173,7 +173,7 @@ export default {
this.form = data;
// 1 true 0 false ivew radio
this.form.fictitious ? this.$set(this.form, "fictitious", 1) : this.$set(this.form, "fictitious", 0);
}
});
},