Showing
1 changed file
with
2 additions
and
1 deletions
@@ -55,8 +55,9 @@ | @@ -55,8 +55,9 @@ | ||
55 | <input type="radio" name="appType" value="1"/>是</label> | 55 | <input type="radio" name="appType" value="1"/>是</label> |
56 | <label class="radio-inline"> | 56 | <label class="radio-inline"> |
57 | <input type="radio" name="appType" value="0"/>否</label> | 57 | <input type="radio" name="appType" value="0"/>否</label> |
58 | + <span class="red" style="margin-left: 10px;">注:BLK店铺,店铺内商品默认全部为BLK商品,创建商品时会自动加上BLK标识</span> | ||
58 | </div> | 59 | </div> |
59 | - <input type="hidden" id="appType" value="<%data.appType%>" for="radio" required> | 60 | + <input type="hidden" id="appType" value="<%data.appType%>" for="radio" required placeholder="BLK标识"> |
60 | </div> | 61 | </div> |
61 | <div class="form-group"> | 62 | <div class="form-group"> |
62 | <div class="col-sm-1 control-label"> | 63 | <div class="col-sm-1 control-label"> |
-
Please register or login to post a comment