|
|
@@ -167,10 +167,10 @@
|
|
|
<label class="form-label col-xs-4 col-sm-2"><span class="c-red">*</span>是否显示小程序二维码:</label>
|
|
|
<div class="formControls col-xs-8 col-sm-9">
|
|
|
<label style="margin-right: 10px;"><input name="is_qrcode_show" checked type="radio" value="1"
|
|
|
- th:checked="${activity.is_public=='1'}"
|
|
|
+ th:checked="${activity.is_qrcode_show=='1'}"
|
|
|
>显示</label>
|
|
|
<label><input name="is_qrcode_show" type="radio" value="0"
|
|
|
- th:checked="${activity.is_public=='0'}"
|
|
|
+ th:checked="${activity.is_qrcode_show=='0'}"
|
|
|
>不显示</label>
|
|
|
</div>
|
|
|
</div>
|