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
96deb3b4
Commit
96deb3b4
authored
Sep 01, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/viitto/mallapp
parents
48881382
ecdeea70
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1226 additions
and
825 deletions
+1226
-825
carrierInformation.vue
pages/kotra/carrierInformation.vue
+3
-4
firstShop.vue
pages/kotra/firstShop/firstShop.vue
+860
-585
news.vue
pages/kotra/news.vue
+363
-236
No files found.
pages/kotra/carrierInformation.vue
View file @
96deb3b4
...
...
@@ -669,7 +669,7 @@
/>
</view>
<view
class=
"bottom-border"
>
<view
class=
"label-text"
>
首发政策
</view>
<view
class=
"label-text"
>
首发
、首秀、首展
政策
</view>
<input
type=
"text"
v-model=
"model.StartingInfo"
...
...
@@ -679,7 +679,7 @@
placeholder-style=
"color:#CECECE;"
/>
</view>
<view
class=
"bottom-border"
>
<
!--
<
view
class=
"bottom-border"
>
<view
class=
"label-text"
>
首秀政策
</view>
<input
type=
"text"
...
...
@@ -700,7 +700,7 @@
placeholder=
"请填写首展政策"
placeholder-style=
"color:#CECECE;"
/>
</view>
</view>
-->
<view
style=
"margin-top: 30px"
>
<view
class=
"butBox2"
@
click=
"carrierSubmit"
v-if=
"!disabled"
>
...
...
@@ -1249,7 +1249,6 @@ export default {
this
.
model
.
FirstShopNumList
[
currentIndex
].
Id
=
this
.
shenList
[
index
].
Id
;
this
.
model
.
FirstShopNumList
[
currentIndex
].
Name
=
this
.
shenList
[
index
].
Name
;
console
.
log
(
1138
,
index
,
currentIndex
);
},
addFirstShop
()
{
this
.
model
.
FirstShopNumList
.
push
({
Id
:
0
,
Name
:
""
,
Num
:
0
});
...
...
pages/kotra/firstShop/firstShop.vue
View file @
96deb3b4
This diff is collapsed.
Click to expand it.
pages/kotra/news.vue
View file @
96deb3b4
This diff is collapsed.
Click to expand it.
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