Showing
1 changed file
with
1 additions
and
1 deletions
@@ -240,7 +240,7 @@ | @@ -240,7 +240,7 @@ | ||
240 | <div class="form-group"> | 240 | <div class="form-group"> |
241 | <label class="col-sm-2 control-label">第三方类型 </label> | 241 | <label class="col-sm-2 control-label">第三方类型 </label> |
242 | <div class="col-sm-8"> | 242 | <div class="col-sm-8"> |
243 | - <input type="hidden" name="couponId" value="{{couponId}}"/> | 243 | + <input type="hidden" name="couponId" id="couponId" value="{{couponId}}"/> |
244 | <select name="thirdType" id="thirdType" tabindex="-1" class="select2-offscreen" style="width: 100px;"> | 244 | <select name="thirdType" id="thirdType" tabindex="-1" class="select2-offscreen" style="width: 100px;"> |
245 | <option value="1" {{if thirdType == 1}}selected{{/if}}>微信</option> | 245 | <option value="1" {{if thirdType == 1}}selected{{/if}}>微信</option> |
246 | <option value="2" {{if thirdType != 1}}selected{{/if}}>微薄</option> | 246 | <option value="2" {{if thirdType != 1}}selected{{/if}}>微薄</option> |
-
Please register or login to post a comment