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
c3ca0292
Commit
c3ca0292
authored
Sep 02, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/viitto/mallapp
parents
e2aeacb2
250e14f9
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
139 additions
and
101 deletions
+139
-101
index.vue
components/guidecar/index.vue
+0
-2
index.vue
pages/index/index.vue
+12
-4
activityList.vue
pages/kotra/activityList.vue
+19
-15
ld-select.vue
pages/kotra/billboard/components/ld-select.vue
+5
-2
listsignUp.vue
pages/kotra/billboard/listsignUp.vue
+5
-6
selectChoice.vue
pages/kotra/billboard/plugin/selectChoice.vue
+10
-2
detail.vue
pages/kotra/brand/detail.vue
+1
-1
detail.vue
pages/kotra/carrier/detail.vue
+13
-1
signList.vue
pages/kotra/signList.vue
+10
-6
signListEdit.vue
pages/kotra/signListEdit.vue
+64
-62
No files found.
components/guidecar/index.vue
View file @
c3ca0292
...
@@ -146,8 +146,6 @@
...
@@ -146,8 +146,6 @@
</
template
>
</
template
>
<
script
>
<
script
>
// import AddressParse from '../address/zh-address-parse.min.js'
import
AddressParse
from
'../../pages/address/zh-address-parse.min.js'
import
AddressParse
from
'../../pages/address/zh-address-parse.min.js'
export
default
{
export
default
{
props
:
{
props
:
{
...
...
pages/index/index.vue
View file @
c3ca0292
...
@@ -386,6 +386,7 @@ export default {
...
@@ -386,6 +386,7 @@ export default {
},
},
onLoad
(
options
)
{
onLoad
(
options
)
{
let
that
=
this
;
let
that
=
this
;
// that.yj()
// options = {user_id:125459,SmallShopId:0,EduSchoolId:79}
// options = {user_id:125459,SmallShopId:0,EduSchoolId:79}
uni
.
getSystemInfo
({
uni
.
getSystemInfo
({
success
(
res
)
{
success
(
res
)
{
...
@@ -666,7 +667,7 @@ export default {
...
@@ -666,7 +667,7 @@ export default {
:
0
;
:
0
;
return
{
return
{
title
:
title
,
title
:
title
,
query
:
"user_id="
+
uid
+
"&SmallShopId="
+
SmallShopId
+
"&Up="
+
Up
,
query
:
"user_id="
+
uid
+
"&SmallShopId="
+
SmallShopId
+
"&Up="
+
Up
+
"&page_id="
+
this
.
pageId
,
imageUrl
:
""
,
imageUrl
:
""
,
};
};
},
},
...
@@ -707,7 +708,7 @@ export default {
...
@@ -707,7 +708,7 @@ export default {
"&SmallShopId="
+
"&SmallShopId="
+
SmallShopId
+
SmallShopId
+
"&Up="
+
"&Up="
+
Up
,
Up
+
"&page_id="
+
this
.
pageId
,
imageUrl
:
""
,
imageUrl
:
""
,
};
};
},
},
...
@@ -1560,9 +1561,16 @@ export default {
...
@@ -1560,9 +1561,16 @@ export default {
// console.log("tag", "刷新");
// console.log("tag", "刷新");
},
},
yj
()
{
yj
()
{
let
data
=
{
Id
:
5
,
ListType
:
5
,
template_message_list
:
[
"TRUazxijixEVRp4TBSEH9jJwhMC6PdWXrLL7zyizCVc"
]
}
uni
.
navigateTo
({
uni
.
navigateTo
({
// url: '/pages/blindDate/persondetails?UserId=123978'
// url: "/pages/kotra/billboard/billboardList",
url
:
"/pages/kotra/signSuccse"
,
// url: "/pages/kotra/billboard/mybillbordList",
url
:
"/pages/kotra/billboard/billboarddetails?Id=9&type=2"
,
// url: "/pages/kotra/billboard/listsignUp?formData="+encodeURIComponent(JSON.stringify(data)),
});
});
},
},
},
},
...
...
pages/kotra/activityList.vue
View file @
c3ca0292
...
@@ -40,6 +40,19 @@
...
@@ -40,6 +40,19 @@
font-size
:
12px
;
font-size
:
12px
;
width
:
100%
;
width
:
100%
;
}
}
.seebtn
{
width
:
200
rpx
;
height
:
60
rpx
;
background
:
#f70027
;
border-radius
:
20
rpx
;
font-size
:
20
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
bold
;
color
:
#ffffff
;
text-align
:
center
;
line-height
:
60
rpx
;
margin-top
:
30
rpx
;
}
</
style
>
</
style
>
<
template
>
<
template
>
<view
class=
"activityList"
style=
"height: 100vh"
>
<view
class=
"activityList"
style=
"height: 100vh"
>
...
@@ -84,21 +97,12 @@
...
@@ -84,21 +97,12 @@
<view>
结束时间:
{{
item
.
EndTimeStr
}}
</view>
<view>
结束时间:
{{
item
.
EndTimeStr
}}
</view>
</view>
</view>
</view>
</view>
<view>
<view
style=
"display: flex; justify-content: flex-end"
>
<u-button
<view
size=
"80"
class=
"seebtn"
:ripple=
"true"
:style=
"
{ backgroundColor: mainColor ? mainColor : '#1F1F1F' }"
shape=
"circle"
@click.stop="goSignList(item)"
:custom-style=
"
{
>查看报名信息
</view
backgroundColor: mainColor ? mainColor : '#1F1F1F',
color: '#FFF',
fontSize: '28rpx',
marginTop: '10rpx',
width: '300rpx',
height: '88rpx',
}"
@click="goSignList(item)"
>查看报名信息
</u-button
>
>
</view>
</view>
</view>
</view>
...
...
pages/kotra/billboard/components/ld-select.vue
View file @
c3ca0292
...
@@ -108,9 +108,12 @@
...
@@ -108,9 +108,12 @@
if
(
this
.
multiple
==
true
){
if
(
this
.
multiple
==
true
){
this
.
value
=
[]
this
.
value
=
[]
}
}
console
.
log
(
this
.
list
,
'list
'
)
console
.
log
(
this
.
value
,
'value
'
)
},
},
methods
:
{
methods
:
{
getmorendata
(){
console
.
log
(
'进来了'
)
},
get_value
(
val
){
// 将数组值转换为以,隔开的字符串
get_value
(
val
){
// 将数组值转换为以,隔开的字符串
if
(
val
||
val
===
0
){
if
(
val
||
val
===
0
){
if
(
Array
.
isArray
(
val
)){
if
(
Array
.
isArray
(
val
)){
...
...
pages/kotra/billboard/listsignUp.vue
View file @
c3ca0292
...
@@ -137,12 +137,11 @@
...
@@ -137,12 +137,11 @@
this
.
addMsg
.
ObjectId
=
this
.
formData
.
ObjectId
this
.
addMsg
.
ObjectId
=
this
.
formData
.
ObjectId
this
.
ObjectName
=
this
.
formData
.
ObjectName
this
.
ObjectName
=
this
.
formData
.
ObjectName
this
.
dataList
=
this
.
formData
.
Content
this
.
dataList
=
this
.
formData
.
Content
console
.
log
(
this
.
dataList
)
// this.dataList.forEach(x=>{
this
.
dataList
.
forEach
(
x
=>
{
// if(x.CompKey=="DorpDownList"){
if
(
x
.
CompKey
==
"DorpDownList"
){
// x.CompData.OptionValue = x.CompData.OptionValue.split(',')
x
.
CompData
.
OptionValue
=
x
.
CompData
.
OptionValue
.
split
(
','
)
// }
}
// })
})
}
else
{
}
else
{
this
.
addMsg
.
ListId
=
this
.
formData
.
Id
;
this
.
addMsg
.
ListId
=
this
.
formData
.
Id
;
...
...
pages/kotra/billboard/plugin/selectChoice.vue
View file @
c3ca0292
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
label-key=
"Name"
value-key=
"Id"
label-key=
"Name"
value-key=
"Id"
:multiple=
"CompData.IsMultiple"
:multiple=
"CompData.IsMultiple"
placeholder=
"请选择"
placeholder=
"请选择"
ref=
'ldselect'
v-model=
"CompData.OptionValue"
v-model=
"CompData.OptionValue"
@
change=
"selectChange"
></ld-select>
@
change=
"selectChange"
></ld-select>
<view
class=
"single_Remark"
v-if=
"CompData.Remark"
>
{{
CompData
.
Remark
}}
</view>
<view
class=
"single_Remark"
v-if=
"CompData.Remark"
>
{{
CompData
.
Remark
}}
</view>
...
@@ -25,7 +25,15 @@
...
@@ -25,7 +25,15 @@
}
}
},
},
created
()
{
created
()
{
console
.
log
(
this
.
CompData
,
'CompData'
)
if
(
this
.
CompData
.
OptionValue
&&
this
.
CompData
.
OptionValue
!=
''
){
if
(
Object
.
keys
(
this
.
$refs
).
length
>
0
&&
this
.
$refs
.
ldselect
)
{
//判断
console
.
log
(
this
.
$refs
.
ldselect
,
'ldselect'
)
;
}
}
},
},
methods
:{
methods
:{
selectChange
(
e
){
selectChange
(
e
){
...
...
pages/kotra/brand/detail.vue
View file @
c3ca0292
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
margin-right: -40rpx;
margin-right: -40rpx;
position: absolute;
position: absolute;
top: 0;
top: 0;
right:
3
0rpx;
right:
5
0rpx;
"
"
@
click=
"follow"
@
click=
"follow"
>
>
...
...
pages/kotra/carrier/detail.vue
View file @
c3ca0292
...
@@ -330,6 +330,11 @@
...
@@ -330,6 +330,11 @@
v-if=
"detailData.AreaRequirement > 0"
v-if=
"detailData.AreaRequirement > 0"
>
{{
detailData
.
AreaRequirement
}}
万㎡
</text
>
{{
detailData
.
AreaRequirement
}}
万㎡
</text
>
>
<text
style=
"color: #f30329; font-weight: bold"
v-if=
"detailData.AreaRequirement
<
=
0
"
>
/
</text
>
</view>
</view>
<view
style=
"flex: 1; font-size: 26rpx; color: #a4a4a4"
>
<view
style=
"flex: 1; font-size: 26rpx; color: #a4a4a4"
>
<text
style=
"width: 156rpx; text-align: right"
>
经营面积:
</text>
<text
style=
"width: 156rpx; text-align: right"
>
经营面积:
</text>
...
@@ -338,6 +343,11 @@
...
@@ -338,6 +343,11 @@
v-if=
"detailData.BuiltUpArea > 0"
v-if=
"detailData.BuiltUpArea > 0"
>
{{
detailData
.
BuiltUpArea
}}
万㎡
</text
>
{{
detailData
.
BuiltUpArea
}}
万㎡
</text
>
>
<text
style=
"color: #f30329; font-weight: bold"
v-if=
"detailData.BuiltUpArea
<
=
0
"
>
/
</text
>
</view>
</view>
</view>
</view>
<view
<view
...
@@ -468,6 +478,7 @@
...
@@ -468,6 +478,7 @@
line-height: 38rpx;
line-height: 38rpx;
font-weight: 600;
font-weight: 600;
"
"
v-if=
"detailData.Discount"
>
<!--招引优惠-->
{{
detailData
.
Discount
}}
</text
>
<!--招引优惠-->
{{
detailData
.
Discount
}}
</text
>
>
</view>
</view>
...
@@ -499,6 +510,7 @@
...
@@ -499,6 +510,7 @@
line-height: 38rpx;
line-height: 38rpx;
font-weight: 600;
font-weight: 600;
"
"
v-if=
"detailData.StartingInfo"
>
<!--首发、首展、首秀政策-->
{{
detailData
.
StartingInfo
}}
</text
>
<!--首发、首展、首秀政策-->
{{
detailData
.
StartingInfo
}}
</text
>
>
</view>
</view>
...
@@ -726,7 +738,7 @@
...
@@ -726,7 +738,7 @@
</view>
</view>
</view>
</view>
<view
<view
style=
"margin-bottom:
8
3rpx; text-align: right; position: relative"
style=
"margin-bottom:
9
3rpx; text-align: right; position: relative"
>
>
<view
style=
"text-align: left"
>
<view
style=
"text-align: left"
>
<image
<image
...
...
pages/kotra/signList.vue
View file @
c3ca0292
...
@@ -163,7 +163,6 @@ export default {
...
@@ -163,7 +163,6 @@ export default {
data
:
this
.
qmsg
,
data
:
this
.
qmsg
,
},
},
(
res
)
=>
{
(
res
)
=>
{
console
.
log
(
res
);
if
(
res
.
resultCode
==
1
)
{
if
(
res
.
resultCode
==
1
)
{
this
.
dataList
=
res
.
data
.
CommerceConsultList
;
this
.
dataList
=
res
.
data
.
CommerceConsultList
;
}
}
...
@@ -172,22 +171,27 @@ export default {
...
@@ -172,22 +171,27 @@ export default {
},
},
//删除用户
//删除用户
deleteUser
(
item
)
{
deleteUser
(
item
)
{
var
delMsg
=
{
let
delMsg
=
{
Id
:
item
.
Id
,
Id
:
item
.
Id
,
};
};
let
that
=
this
;
uni
.
showModal
({
uni
.
showModal
({
title
:
"提示"
,
title
:
"提示"
,
content
:
"确认删除?"
,
content
:
"确认删除?"
,
success
:
function
(
res
)
{
success
:
function
(
res
)
{
if
(
res
.
confirm
)
{
if
(
res
.
confirm
)
{
th
is
.
request2
(
th
at
.
request2
(
{
{
url
:
"/api/AppletTrade/DeleteTrdceConsult"
,
url
:
"/api/AppletTrade/DeleteTrdceConsult"
,
data
:
delMsg
,
data
:
delMsg
,
},
},
(
res
)
=>
{
(
_res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
if
(
_res
.
resultCode
==
1
)
{
this
.
getList
();
uni
.
showToast
({
title
:
"删除成功"
,
duration
:
2000
,
});
that
.
getList
();
}
}
}
}
);
);
...
...
pages/kotra/signListEdit.vue
View file @
c3ca0292
<
style
>
<
style
>
page
{
.editpage
{
backgroundcolor
:
"#F6F6F6"
;
height
:
100vh
;
background-color
:
#f6f6f6
;
padding
:
0
rpx
35
rpx
35
rpx
;
box-sizing
:
border-box
;
}
}
.signedit
{
.signedit
{
width
:
680
rpx
;
width
:
680
rpx
;
height
:
100%
;
background
:
#ffffff
;
background
:
#ffffff
;
border-radius
:
30
rpx
;
border-radius
:
30
rpx
;
margin
:
0
auto
;
margin
:
0
auto
;
...
@@ -54,46 +58,48 @@ page {
...
@@ -54,46 +58,48 @@ page {
}
}
</
style
>
</
style
>
<
template
>
<
template
>
<view
class=
"signedit"
style=
"height: 100vh"
>
<view
class=
"editpage"
>
<view
class=
"box"
>
<view
class=
"signedit"
>
<view
class=
"name"
>
姓名
</view>
<view
class=
"box"
>
<input
<view
class=
"name"
>
姓名
</view>
type=
"text"
<input
class=
"input"
type=
"text"
v-model=
"msg.LinkMan"
class=
"input"
placeholder=
"请输入姓名"
v-model=
"msg.LinkMan"
/>
placeholder=
"请输入姓名"
</view>
/>
<view
class=
"box"
>
</view>
<view
class=
"name"
>
公司职务
</view>
<view
class=
"box"
>
<input
<view
class=
"name"
>
公司职务
</view>
type=
"text"
<input
class=
"input"
type=
"text"
v-model=
"msg.Post"
class=
"input"
placeholder=
"请输入公司职务"
v-model=
"msg.Post"
/>
placeholder=
"请输入公司职务"
</view>
/>
<view
class=
"box"
>
</view>
<view
class=
"name"
>
所属区域
</view>
<view
class=
"box"
>
<input
<view
class=
"name"
>
所属区域
</view>
type=
"text"
<input
class=
"input"
type=
"text"
v-model=
"msg.CountryInfo"
class=
"input"
placeholder=
"请输入所属区域"
v-model=
"msg.CountryInfo"
/>
placeholder=
"请输入所属区域"
</view>
/>
<view
class=
"box"
>
</view>
<view
class=
"name"
>
联系电话
</view>
<view
class=
"box"
>
<input
<view
class=
"name"
>
联系电话
</view>
type=
"text"
<input
class=
"input"
type=
"text"
v-model=
"msg.LinkTel"
class=
"input"
placeholder=
"请输入联系电话"
v-model=
"msg.LinkTel"
/>
placeholder=
"请输入联系电话"
</view>
/>
<view
class=
"btnBox"
>
</view>
<view
class=
"btn btn1"
@
click=
"submit"
>
确认修改
</view>
<view
class=
"btnBox"
>
<view
class=
"btn btn2"
@
click=
"quxiao"
>
取消
</view>
<view
class=
"btn btn1"
@
click=
"submit"
>
确认修改
</view>
<view
class=
"btn btn2"
@
click=
"quxiao"
>
取消
</view>
</view>
</view>
</view>
</view>
</view>
</
template
>
</
template
>
...
@@ -144,25 +150,24 @@ export default {
...
@@ -144,25 +150,24 @@ export default {
}
}
);
);
},
},
//删除用户
deleteUser
(
item
)
{
var
delMsg
=
{
Id
:
item
.
Id
,
};
this
.
request2
(
{
url
:
"/api/AppletTrade/DeleteTrdceConsult"
,
data
:
delMsg
,
},
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
this
.
getList
();
}
}
);
},
//修改用户信息
//修改用户信息
submit
()
{
submit
()
{
if
(
this
.
msg
.
LinkMan
==
""
||
!
this
.
msg
.
LinkMan
)
{
uni
.
showToast
({
title
:
"请输入姓名"
,
duration
:
2000
,
icon
:
"error"
,
});
return
;
}
if
(
this
.
msg
.
LinkTel
==
""
||
!
this
.
msg
.
LinkTel
)
{
uni
.
showToast
({
title
:
"请输入联系电话"
,
duration
:
2000
,
icon
:
"error"
,
});
return
;
}
this
.
request2
(
this
.
request2
(
{
{
url
:
"/api/AppletTrade/SetTradeConsult"
,
url
:
"/api/AppletTrade/SetTradeConsult"
,
...
@@ -178,9 +183,6 @@ export default {
...
@@ -178,9 +183,6 @@ export default {
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
"/pages/kotra/activityList"
,
url
:
"/pages/kotra/activityList"
,
});
});
// uni.navigateBack({
// delta: 1,
// });
}
}
}
}
);
);
...
...
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