...
|
...
|
@@ -244,7 +244,7 @@ |
|
|
<select name="thirdType" id="thirdType" tabindex="-1" class="select2-offscreen" style="width: 100px;">
|
|
|
<option value="1" {{if thirdType == 1}}selected{{/if}}>微信</option>
|
|
|
<option value="2" {{if thirdType == 2}}selected{{/if}}>支付宝</option>
|
|
|
<option value="3" {{if thirdType != 1 && thirdType != 2}}selected{{/if}}>微薄</option>
|
|
|
<option value="3" {{if thirdType != 1 && thirdType != 2}}selected{{/if}}>微博</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
|