|
|
|
@ -344,22 +344,6 @@
|
|
|
|
|
<span class="notice-text">显示推广员的平台币余额,推广员平台币用于会长代充或者转移给下级推广员</span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<if condition="$data['level'] eq 1">
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l">结算模式:</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<span class="form_radio table_btn">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="radio" value="1" name="settlement_type" <eq name="data['settlement_type']" value="1">checked="checked"</eq>>周结
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="radio" value="2" name="settlement_type" <eq name="data['settlement_type']" value="2">checked="checked"</eq>>月结
|
|
|
|
|
</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="notice-text">会长推广结算模式</span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</if>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|