|
|
|
@ -194,8 +194,8 @@
|
|
|
|
|
<text>是否显示报名列表</text> |
|
|
|
|
<view class="authright"> |
|
|
|
|
<radio-group name="isShowRegister" bindchange="showregisterChange" > |
|
|
|
|
<label><radio value="0" checked="true" color="#FFCB12"/>不显示</label> |
|
|
|
|
<label><radio value="1" color="#FFCB12"/>显示</label> |
|
|
|
|
<label><radio value="0" color="#FFCB12"/>不显示</label> |
|
|
|
|
<label><radio value="1" checked="true" color="#FFCB12"/>显示</label> |
|
|
|
|
</radio-group> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -203,8 +203,8 @@
|
|
|
|
|
<text>是否显示主办方信息</text> |
|
|
|
|
<view class="authright"> |
|
|
|
|
<radio-group name="isShowSponsor" bindchange="sponsorChange" > |
|
|
|
|
<label><radio value="0" checked="true" color="#FFCB12"/>不显示</label> |
|
|
|
|
<label><radio value="1" color="#FFCB12"/>显示</label> |
|
|
|
|
<label><radio value="0" color="#FFCB12"/>不显示</label> |
|
|
|
|
<label><radio value="1" checked="true" color="#FFCB12"/>显示</label> |
|
|
|
|
</radio-group> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -226,8 +226,8 @@
|
|
|
|
|
<text>小程序通知</text> |
|
|
|
|
<view class="authright"> |
|
|
|
|
<radio-group name="isAppletNotify" bindchange="appleChange" > |
|
|
|
|
<label><radio value="0" checked="true" color="#FFCB12"/>不通知</label> |
|
|
|
|
<label><radio value="1" color="#FFCB12"/>通知</label> |
|
|
|
|
<label><radio value="0" color="#FFCB12"/>不通知</label> |
|
|
|
|
<label><radio value="1" checked="true" color="#FFCB12"/>通知</label> |
|
|
|
|
</radio-group> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -235,8 +235,8 @@
|
|
|
|
|
<text>短信通知</text> |
|
|
|
|
<view class="authright"> |
|
|
|
|
<radio-group name="isSmsNotify" bindchange="smsChange" > |
|
|
|
|
<label><radio value="0" checked="true" color="#FFCB12"/>不通知</label> |
|
|
|
|
<label><radio value="1" color="#FFCB12"/>通知</label> |
|
|
|
|
<label><radio value="0" color="#FFCB12"/>不通知</label> |
|
|
|
|
<label><radio value="1" checked="true" color="#FFCB12"/>通知</label> |
|
|
|
|
</radio-group> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -244,8 +244,8 @@
|
|
|
|
|
<text>报名后自动加入俱乐部</text> |
|
|
|
|
<view class="authright"> |
|
|
|
|
<radio-group name="isJoin" bindchange="isJoinChange" > |
|
|
|
|
<label><radio value="0" checked="true" color="#FFCB12"/>不通知</label> |
|
|
|
|
<label><radio value="1" color="#FFCB12"/>通知</label> |
|
|
|
|
<label><radio value="0" color="#FFCB12"/>不自动加入</label> |
|
|
|
|
<label><radio value="1" checked="true" color="#FFCB12"/>自动加入</label> |
|
|
|
|
</radio-group> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -255,8 +255,10 @@
|
|
|
|
|
</view> |
|
|
|
|
<view class="agree"> |
|
|
|
|
<checkbox-group bindchange="xieyi"> |
|
|
|
|
<label> |
|
|
|
|
<checkbox name="box_check" value="{{checked}}"></checkbox> |
|
|
|
|
我已阅读并同意<text bindtap='seexcieyi' data-webview="{{Agreement}}">《报名了服务协议》</text> |
|
|
|
|
我已阅读并同意<text catchtap='seexcieyi'>《服务协议》</text> |
|
|
|
|
</label> |
|
|
|
|
</checkbox-group> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|