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
4e72e598
Commit
4e72e598
authored
Oct 14, 2022
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/viitto/mallapp
parents
8c2b566b
3e01a403
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
26 deletions
+21
-26
address2.vue
pages/address/address2.vue
+14
-19
order-submit2.vue
pages/order-submit/order-submit2.vue
+7
-7
No files found.
pages/address/address2.vue
View file @
4e72e598
...
...
@@ -9,7 +9,7 @@
placeholder=
"请输入学员姓名"
maxlength=
"5"
/>
</view>
<view
class=
"box-bg"
>
<view>
性别
:
{{}}
</view>
<view>
性别
</view>
<view
class=
"xingbie"
>
<text
v-for=
"(item, i) in goodsist"
:key=
"i"
@
click=
"gende(item,i)"
:class=
"[index==i?'gender':'gender2'] "
>
{{
item
.
name
}}
</text>
...
...
@@ -40,16 +40,12 @@
<u-icon
name=
"arrow"
color=
"#9F9F9F"
size=
"20"
></u-icon>
</view>
</view>
<
!--
<
view
class=
"box-bg"
@
click=
"community()"
>
<view
class=
"box-bg"
@
click=
"community()"
>
<input
maxlength=
"0"
class=
"uni-input inputM"
readonly=
"readonly"
style=
'margin-left: 10px;margin-top: 5px;'
v-model=
"rules.School_Id"
placeholder=
"报名校区"
/>
<view>
<u-icon
name=
"arrow"
color=
"#9F9F9F"
size=
"20"
></u-icon>
</view>
</view>
-->
<view
class=
"box-bg"
>
<input
class=
"uni-input inputM"
readonly=
"readonly"
style=
'margin-left: 10px;margin-top: 5px;'
v-model=
"rules.School_Id"
placeholder=
"报名校区"
/>
</view>
<view
class=
"box-bg"
>
<input
class=
"uni-input inputM"
style=
'margin-left: 10px;margin-top: 5px;'
...
...
@@ -110,7 +106,7 @@
<view
class=
"list"
:class=
"[actuve2==i?'list2':'']"
v-for=
"(item, i) in campus"
:key=
"i"
@
click=
"masklist2(item,i)"
>
<view>
{{
item
.
S
tu
Name
}}
{{
item
.
SName
}}
</view>
<view
v-if=
"actuve2==i"
>
<u-icon
name=
"success"
size=
"20"
></u-icon>
...
...
@@ -186,18 +182,18 @@
BaseCondition
:
that
.
rules
.
BaseCondition
,
// 就读学校 是 [string] 查看
DemandPoint
:
that
.
rules
.
DemandPoint
,
// 班级 是 [string] 查看
ConsultingResults
:
that
.
rules
.
ConsultingResults
,
// 如何知道进阶思维 是 [string] 查看
//
School_Id: that.School_Id, // 校区 是 [string]
School_Id
:
that
.
rules
.
School_Id
,
// 校区 是 [string]
School_Id
:
that
.
School_Id
,
// 校区 是 [string]
//
School_Id: that.rules.School_Id, // 校区 是 [string]
Group_Id
:
"100001"
};
that
.
requestJJSWAdmin
(
testCmd
,
postMsg
,
(
res
)
=>
{
if
(
res
.
data
.
Code
==
1
)
{
uni
.
showToast
({
title
:
'提交成功'
,
icon
:
'exception'
,
duration
:
2000
});
//
uni.showToast({
//
title: '提交成功',
//
icon: 'exception',
//
duration: 2000
//
});
uni
.
navigateBack
({
delta
:
1
});
...
...
@@ -252,7 +248,6 @@
}
else
{
this
.
registered
()
}
},
confirm
(
e
)
{
console
.
log
(
e
);
...
...
@@ -300,17 +295,17 @@
this
.
show3
=
false
},
community
()
{
testCmd
=
"/api/WeChatPublic/GetS
tu
List"
;
testCmd
=
"/api/WeChatPublic/GetS
chool
List"
;
postMsg
=
{
UnionId
:
"oV5Rm1J_MpkEVvE0VPEicwCDG1Zo
"
Group_Id
:
"
"
};
this
.
initlist
()
this
.
show4
=
true
},
masklist2
(
item
,
i
)
{
this
.
actuve2
=
i
this
.
rules
.
School_Id
=
item
.
S
tu
Name
this
.
School_Id
=
item
.
S
tu
Id
this
.
rules
.
School_Id
=
item
.
SName
this
.
School_Id
=
item
.
SId
this
.
show4
=
false
},
},
...
...
pages/order-submit/order-submit2.vue
View file @
4e72e598
...
...
@@ -510,13 +510,13 @@
// that.adressInfo.ShoppingAddress = '四川成都龙泉驿1'
// that.JJSWStuId = '10724';
// that.Thename="HK";
if
(
that
.
adressInfo
.
Consignee
==
''
)
{
this
.
$refs
.
uToast
.
show
({
title
:
'请选择收货信息!'
,
type
:
'warning'
});
return
;
}
//
if (that.adressInfo.Consignee == '') {
//
this.$refs.uToast.show({
//
title: '请选择收货信息!',
//
type: 'warning'
//
});
//
return;
//
}
if
(
that
.
JJSWStuId
==
''
||
that
.
Thename
==
''
)
{
this
.
$refs
.
uToast
.
show
({
title
:
'请添加学员!'
,
...
...
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