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
32edc977
authored
2026-05-07 15:47:21 +0800
by
张猛
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
级位支付
1 parent
a463bd31
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
level/paymentDetail.vue
level/paymentDetail.vue
View file @
32edc97
...
...
@@ -76,14 +76,14 @@
<view
class=
"section-title"
>
支付方式
</view>
<view
class=
"payment-methods"
>
<radio-group
@
change=
"onPayTypeChange"
>
<label
class=
"payment-item"
:class=
"
{ selected: payType === '1' }
">
<radio
:checked=
"payType === '
1'"
value=
"1"
/>
<label
:class=
"
{ selected: payType === '0' }" class="payment-item
">
<radio
:checked=
"payType === '
0'"
value=
"0"
/>
<image
:src=
"config.baseUrl_api + '/fs/static/min.png'"
class=
"icon ml10"
mode=
"widthFix"
></image>
<text
class=
"payment-name ml10"
>
民生付
</text>
<!--
<view
v-if=
"payType === '1'"
class=
"check-icon"
>
✓
</view>
-->
</label>
<label
class=
"payment-item"
:class=
"
{ selected: payType === '3' }
">
<radio
:checked=
"payType === '3'"
value=
"3"
/>
<label
:class=
"
{ selected: payType === '3' }" class="payment-item
">
<radio
:checked=
"payType === '3'"
value=
"3"
/>
<image
:src=
"config.baseUrl_api + '/fs/static/min.png'"
class=
"icon ml10"
mode=
"widthFix"
></image>
<text
class=
"payment-name ml10"
>
对公转账
</text>
<!--
<view
v-if=
"payType === '3'"
class=
"check-icon"
>
✓
</view>
-->
...
...
@@ -96,11 +96,11 @@
<view
v-if=
"payType === '3'"
class=
"info-card transfer-form"
>
<view
class=
"form-item"
>
<text
class=
"form-label"
>
联系人
</text>
<input
class=
"form-input"
v-model=
"formData.contactPerson"
placeholder=
"请输入联系人"
/>
<input
v-model=
"formData.contactPerson"
class=
"form-input"
placeholder=
"请输入联系人"
/>
</view>
<view
class=
"form-item"
>
<text
class=
"form-label"
>
联系方式
</text>
<input
class=
"form-input"
v-model=
"formData.contactTel"
type=
"number"
placeholder=
"请输入联系方式"
/>
<input
v-model=
"formData.contactTel"
class=
"form-input"
placeholder=
"请输入联系方式"
type=
"number"
/>
</view>
</view>
</view>
...
...
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