Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
d7d33b0c
Commit
d7d33b0c
authored
Oct 13, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
学员修改
parent
d2d9c6a2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
158 additions
and
125 deletions
+158
-125
address2.vue
pages/address/address2.vue
+138
-113
goods.vue
pages/goods/goods.vue
+6
-6
order-submit2.vue
pages/order-submit/order-submit2.vue
+14
-6
No files found.
pages/address/address2.vue
View file @
d7d33b0c
This diff is collapsed.
Click to expand it.
pages/goods/goods.vue
View file @
d7d33b0c
...
@@ -167,16 +167,16 @@
...
@@ -167,16 +167,16 @@
<text
class=
"introduce2"
>
老师介绍
</text>
<text
class=
"introduce2"
>
老师介绍
</text>
</view>
</view>
<view
class=
"teacher"
>
<view
class=
"teacher"
>
<image
src=
"@/static/images/icon/icon-share.png"
style=
"width:2
0px;height:30px;"
<image
:src=
"g.edu_data.TeacherIcon"
mode=
"aspectFill"
style=
"width:3
0px;height:30px;"
class=
"share-icon"
/>
class=
"share-icon"
/>
<view
class=
"teacher2"
>
<view
class=
"teacher2"
>
<view
class=
"teacher3"
>
<view
class=
"teacher3"
>
<view
class=
"teacher4"
>
张鑫生
</view>
<view
class=
"teacher4"
v-if=
'g.edu_data.TeacherName'
>
{{g.edu_data.TeacherName}}
</view>
<view
class=
"teacher5"
>
高级高级高级高级高级高级高级高级高级
</view>
<view
class=
"teacher5"
>
<rich-text
:nodes=
"g.edu_data.TeacherInfo"
></rich-text>
</view>
</view>
</view>
<view
class=
"teacher4"
>
<!--
<view class="teacher4">
<u-icon name="arrow" :size="32" color="#111"></u-icon>
<u-icon name="arrow" :size="32" color="#111"></u-icon>
</view>
</view>
-->
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
<text
class=
"introduce"
:style=
"{ 'background-color': mc }"
></text>
<text
class=
"introduce"
:style=
"{ 'background-color': mc }"
></text>
<text
class=
"introduce2"
>
详情介绍
</text>
<text
class=
"introduce2"
>
详情介绍
</text>
</view>
</view>
<
view>
富文本
</view
>
<
rich-text
:nodes=
"detailContent"
></rich-text
>
</view>
</view>
<!-- top3 -->
<!-- top3 -->
<view
iew
v-if=
"current==2"
>
<view
iew
v-if=
"current==2"
>
...
...
pages/order-submit/order-submit2.vue
View file @
d7d33b0c
...
@@ -5,24 +5,25 @@
...
@@ -5,24 +5,25 @@
<!--
<view
v-if=
"address.province && address.province != ''"
class=
"add-info"
>
-->
<!--
<view
v-if=
"address.province && address.province != ''"
class=
"add-info"
>
-->
<view
v-if=
"address.province && address.province != ''"
class=
"add-info"
style=
"margin-top: 39px;"
>
<view
v-if=
"address.province && address.province != ''"
class=
"add-info"
style=
"margin-top: 39px;"
>
<!--
<view
class=
"address"
>
{{
address
.
province
+
address
.
city
+
address
.
district
}}
</view>
-->
<!--
<view
class=
"address"
>
{{
address
.
province
+
address
.
city
+
address
.
district
}}
</view>
-->
<view
class=
"area"
@
click=
"mask()"
>
{{
Thename
}}
</view>
<view
v-if=
"namelist&&namelist.length>0"
class=
"area"
@
click=
"mask()"
>
{{
Thename
}}
</view>
<view
v-if=
"namelist.length
<0
"
class=
"area"
@
click=
"chosenAddress()"
>
请添加学员
</view>
<view
class=
"address"
>
<view
class=
"address"
>
<!-- 切换学员 -->
<!-- 切换学员 -->
<!--
<text
style=
"margin-right: 10px;"
>
{{
address
.
name
}}
</text>
<!--
<text
style=
"margin-right: 10px;"
>
{{
address
.
name
}}
</text>
<text>
{{
address
.
mobile
}}
</text
--
>
<text>
{{
address
.
mobile
}}
</text
--
>
</view>
</view>
</view>
</view>
<view
v-else
class=
"add-info"
>
<
!--
<
view
v-else
class=
"add-info"
>
<span
style=
"position: relative;top: 16rpx;"
>
请选择
</span>
<span
style=
"position: relative;top: 16rpx;"
>
请选择
</span>
</view>
</view>
-->
<view
class=
"arrow"
@
click=
"chosenAddress()"
>
<view
class=
"arrow"
@
click=
"chosenAddress()"
>
<u-icon
name=
"arrow"
size=
"32"
color=
"#444"
></u-icon>
<u-icon
name=
"arrow"
size=
"32"
color=
"#444"
></u-icon>
</view>
</view>
</view>
</view>
<view
class=
"pay"
>
<view
class=
"pay"
>
<view>
支付方式
22
</view>
<view>
支付方式
</view>
<view
style=
"text-align: right;"
>
在线支付
222
</view>
<view
style=
"text-align: right;"
>
在线支付
</view>
</view>
</view>
<!--
<view
class=
"discountbox"
style=
"padding: 15px 0;margin-bottom: 12px;"
v-if=
"ds.total_price >0"
>
<!--
<view
class=
"discountbox"
style=
"padding: 15px 0;margin-bottom: 12px;"
v-if=
"ds.total_price >0"
>
<view
class=
"filed"
style=
"justify-content: space-between;"
>
<view
class=
"filed"
style=
"justify-content: space-between;"
>
...
@@ -292,7 +293,7 @@
...
@@ -292,7 +293,7 @@
<text
:class=
"[actuve==i?'mask-lit3':'mask-lit33']"
>
{{item.StuName}}
</text>
<text
:class=
"[actuve==i?'mask-lit3':'mask-lit33']"
>
{{item.StuName}}
</text>
</view>
</view>
<view
v-if=
"actuve==i"
>
<view
v-if=
"actuve==i"
>
<u-icon
name=
"
arrow
"
size=
"40"
></u-icon>
<u-icon
name=
"
success
"
size=
"40"
></u-icon>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -491,6 +492,13 @@
...
@@ -491,6 +492,13 @@
});
});
return
;
return
;
}
}
if
(
that
.
JJSWStuId
==
''
)
{
this
.
$refs
.
uToast
.
show
({
title
:
'请添加学员!'
,
type
:
'warning'
});
return
;
}
if
(
!
this
.
submitOrder
)
{
if
(
!
this
.
submitOrder
)
{
this
.
submitOrder
=
true
;
this
.
submitOrder
=
true
;
uni
.
requestSubscribeMessage
({
uni
.
requestSubscribeMessage
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment