...
|
...
|
@@ -49,6 +49,10 @@ |
|
|
<span>分享排队得限购码</span>
|
|
|
<input type="checkbox" id="is_Share"<%if data.isShare == 1%>checked<%/if%> placeholder="分享排队得限购码">
|
|
|
<input type="hidden" id="isShare" value="<%data.isShare%>">
|
|
|
|
|
|
<span>线下店使用</span>
|
|
|
<input type="checkbox" id="platform_type"<%if data.platformType == 1%>checked<%/if%> placeholder="线下店使用">
|
|
|
<input type="hidden" id="platformType" value="<%data.platformType%>">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
...
|
...
|
|