sc
This commit is contained in:
@@ -89,6 +89,10 @@
|
|||||||
<checkbox value="2" :checked="formData.useTypes.includes('2')" />
|
<checkbox value="2" :checked="formData.useTypes.includes('2')" />
|
||||||
<text class="checkbox-label">客服赠送</text>
|
<text class="checkbox-label">客服赠送</text>
|
||||||
</label>
|
</label>
|
||||||
|
<label class="checkbox-item">
|
||||||
|
<checkbox value="3" :checked="formData.useTypes.includes('3')" />
|
||||||
|
<text class="checkbox-label">注册赠送</text>
|
||||||
|
</label>
|
||||||
</checkbox-group>
|
</checkbox-group>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user