Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
259aafe0
authored
2026-05-07 09:27:49 +0800
by
张猛
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # personal/addVip_per.vue
2 parents
b9106935
3e1407b4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
110 deletions
level/paymentDetail.vue
personal/addVip_per.vue
personal/home.vue
level/paymentDetail.vue
View file @
259aafe
...
...
@@ -588,6 +588,7 @@ const handleSubmit = async () => {
padding
:
20
rpx
30
rpx
;
background
:
#fff
;
box-shadow
:
0
-2
rpx
10
rpx
rgba
(
0
,
0
,
0
,
0.05
);
z-index
:
99
;
.total-info
{
flex
:
1
;
...
...
personal/addVip_per.vue
View file @
259aafe
...
...
@@ -74,62 +74,25 @@
@
select=
"upPhoto"
:del-ico=
"false"
:image-styles=
"imageStylesTx"
></uni-file-picker>
<image
mode=
"aspectFill"
v-if=
"baseFormData.photo2"
style=
"height:200rpx;width:200rpx;"
:src=
"config.baseUrl_api + baseFormData.photo2"
/>
</uni-forms-item>
-->
</view>
</uni-forms>
</view>
</view>
<view
class=
"fixed-agreeline"
>
<view
class=
"agreeline"
>
<image
v-if=
"agree"
:src=
"config.baseUrl_api+'/fs/static/login/xz_dwn@2x.png'"
@
click=
"changeAgree(agree)"
></image>
<image
v-else
:src=
"config.baseUrl_api+'/fs/static/login/xz@2x.png'"
@
click=
"changeAgree(agree)"
>
</image>
<view>
我已阅读
<text
@
click=
"openpopup"
>
《入会须知》
</text>
</view>
</view>
</view>
<view
class=
"fixedBottom"
>
<button
class=
"btn-red"
@
click=
"goSubmit"
>
确 定
</button>
</view>
<!-- 会员须知 -->
<uni-popup
ref=
"popup"
:disable-scroll=
"true"
:mask-click=
"false"
animation
background-color=
"#fff"
type=
"bottom"
>
<view
class=
"tt"
>
注册须知
</view>
<view
class=
"tt"
>
入会须知
</view>
<view
class=
"popBody"
>
_
{{
baseFormData
.
name
}}
_欢迎您申请成为中国跆拳道协会(以下简称中国跆协)会员,请确保本次申请是经过您本人或监护人授权同意后的自愿行为,请您务必仔细阅读本入会须知。
<br/>
一、中国跆协会员分为个人会员和单位会员。
<br/>
二、成为本协会会员条件:遵守中国跆协章程和协会各项规章制度及相关决议,按期交纳会费,积极支持和参与中国跆拳道事业发展的社会各届人士或地方跆拳道协会、俱乐部、培训机构等,均可自愿申请成为中国跆协会员。
<br/>
三、个人会员为在中国工作和生活的跆拳道爱好者,16 周岁以下应有监护人协助申请,会员须为中国公民。
<br/>
四、会员入会需向所在区域内中国跆协单位会员提出入会申请,并按程序报中国跆协批准,按规定交纳会费。
<br/>
五、会员享有《中国跆拳道协会会员管理办法》规定的会员权利。
<br/>
六、会员应履行《中国跆拳道协会会员管理办法》规定的会员义务。
<br/>
七、凡中国跆协会员,须按照《中国跆拳道协会会员会费标准(2021 版)》按时交纳年度会费。
<br/>
八、会员行为违反《中国跆拳道协会会员管理办法》中规定的,按照相关处罚规定进行处理。
<br/>
九、其它会员相关内容请查看《中国跆拳道协会章程》《中国跆拳道协会会员管理办法》。
<br/>
<button
class=
"btn-red"
@
click=
"closepopup"
>
我已阅读
</button>
</view>
</uni-popup>
<uni-popup
ref=
"infoConfirm"
:disable-scroll=
"true"
:mask-click=
"false"
type=
"center"
>
<view
class=
"tt"
>
确认信息
</view>
<view
class=
"popBody"
>
<view>
</view>
<button
class=
"btn-red"
@
click=
"closepopup"
>
已确认
</button>
</view>
</uni-popup>
</view>
</view>
</uni-forms>
</view>
</view>
<view
class=
"fixed-agreeline"
>
<view
class=
"agreeline"
>
<checkbox-group
@
change=
"onAgreeChange"
>
<label
class=
"agree-label"
>
<checkbox
:checked=
"agree"
color=
"#C40F18"
value=
"1"
/>
<text
class=
"agree-text"
>
我已阅读并同意
</text>
<text
class=
"notice-link"
@
click
.
stop=
"showNotice(1)"
>
《注册须知》
</text>
<text
class=
"notice-link"
@
click
.
stop=
"showNotice(2)"
>
《入会须知》
</text>
</label>
</checkbox-group>
</view>
</view>
<view
class=
"fixedBottom"
><button
class=
"btn-red"
@
click=
"goSubmit"
>
确 定
</button></view>
</view>
</
template
>
<
script
setup
>
...
...
@@ -752,20 +715,24 @@ function getUserInfo() {
}
.agreeline
{
padding
:
20
rpx
4
0
rpx
;
padding
:
20
rpx
3
0
rpx
;
box-sizing
:
border-box
;
}
.agree-label
{
display
:
flex
;
font-size
:
30
rpx
;
text
{
color
:
#014A9F
;
}
image
{
width
:
40
rpx
;
height
:
40
rpx
;
margin-right
:
20
rpx
;
}
align-items
:
center
;
flex-wrap
:
wrap
;
font-size
:
24
rpx
;
}
.agree-text
{
color
:
#666
;
margin-left
:
10
rpx
;
}
.notice-link
{
color
:
#007AFF
;
}
.upCard
{
...
...
personal/home.vue
View file @
259aafe
...
...
@@ -102,48 +102,6 @@
</view>
<uni-icons
color=
"#999"
size=
"20"
type=
"arrowright"
></uni-icons>
</view>
<!--
<view
class=
"query-item"
@
click=
"goToWebView(1)"
>
<view
class=
"query-item-left"
>
<image
:src=
"config.baseUrl_api + '/fs/static/user_icon03@2x.png'"
class=
"query-item-icon"
></image>
<text
class=
"query-item-text"
>
单位会员查询
</text>
</view>
<uni-icons
type=
"arrowright"
size=
"20"
color=
"#999"
></uni-icons>
</view>
<view
class=
"query-item"
@
click=
"goToWebView(2)"
>
<view
class=
"query-item-left"
>
<image
:src=
"config.baseUrl_api + '/fs/static/user_icon03@2x.png'"
class=
"query-item-icon"
></image>
<text
class=
"query-item-text"
>
个人会员查询
</text>
</view>
<uni-icons
type=
"arrowright"
size=
"20"
color=
"#999"
></uni-icons>
</view>
<view
class=
"query-item"
@
click=
"goToWebView(3)"
>
<view
class=
"query-item-left"
>
<image
:src=
"config.baseUrl_api + '/fs/static/user_icon02@2x.png'"
class=
"query-item-icon"
></image>
<text
class=
"query-item-text"
>
旧版级位证书查询
</text>
</view>
<uni-icons
type=
"arrowright"
size=
"20"
color=
"#999"
></uni-icons>
</view>
-->
<!--
<view
class=
"query-item"
@
click=
"goToWebView(4)"
>
<view
class=
"query-item-left"
>
<image
:src=
"config.baseUrl_api + '/fs/static/user_icon02@2x.png'"
class=
"query-item-icon"
></image>
<text
class=
"query-item-text"
>
新版级位证书查询
</text>
</view>
<uni-icons
type=
"arrowright"
size=
"20"
color=
"#999"
></uni-icons>
</view>
-->
<!--
<view
class=
"query-item"
@
click=
"goToWebView(5)"
>
<view
class=
"query-item-left"
>
<image
:src=
"config.baseUrl_api + '/fs/static/user_icon02@2x.png'"
class=
"query-item-icon"
></image>
<text
class=
"query-item-text"
>
级位记录查询
</text>
</view>
<uni-icons
type=
"arrowright"
size=
"20"
color=
"#999"
></uni-icons>
</view>
-->
<!--
<view
class=
"query-item"
@
click=
"goToWebView(6)"
>
<view
class=
"query-item-left"
>
<image
:src=
"config.baseUrl_api + '/fs/static/user_icon02@2x.png'"
class=
"query-item-icon"
></image>
<text
class=
"query-item-text"
>
国际段位证书查询
</text>
</view>
<uni-icons
type=
"arrowright"
size=
"20"
color=
"#999"
></uni-icons>
</view>
-->
<view
class=
"query-item"
@
click=
"goToRecord(1)"
>
<view
class=
"query-item-left"
>
<image
:src=
"config.baseUrl_api + '/fs/static/user_icon02@2x.png'"
class=
"query-item-icon"
></image>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment