|
|
@@ -42,7 +42,7 @@
|
|
|
border="none"></u--input>
|
|
|
<u-icon slot="right" name="arrow-right"></u-icon>
|
|
|
</u-form-item> -->
|
|
|
- <view class="item">
|
|
|
+ <view v-if="form.categoryId === '1889837829066899458'" class="item">
|
|
|
<view class="label">
|
|
|
商品分组<span v-if="tabIndex == '0'">*</span>
|
|
|
</view>
|
|
|
@@ -760,7 +760,7 @@ export default {
|
|
|
});
|
|
|
return
|
|
|
}
|
|
|
- if (this.tabIndex == '0' && !this.form.groupingId) {
|
|
|
+ if (this.tabIndex == '0' && this.form.categoryId === '1889837829066899458' && !this.form.groupingId) {
|
|
|
uni.showToast({
|
|
|
title: '请选择商品分组',
|
|
|
icon: 'none'
|