Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
traceSourceMb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yanyanhong
traceSourceMb
Commits
cc5bb6df
Commit
cc5bb6df
authored
Aug 18, 2020
by
yyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Dailog
parent
ec3d4de4
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
.env.test
.env.test
+2
-1
Detail.vue
src/views/proof/Detail.vue
+2
-1
Index.vue
src/views/proof/Index.vue
+2
-1
AddBaseinfo.vue
src/views/proof/components/AddBaseinfo.vue
+2
-1
Recharge.vue
src/views/userCenter/Recharge.vue
+2
-1
No files found.
.env.test
View file @
cc5bb6df
NODE_ENV
=
development
NODE_ENV
=
production
VUE_APP_SERVER
=/
api
VUE_APP_BROWSER
=
http
://
47.114
.
159.142
:
9033
\ No newline at end of file
src/views/proof/Detail.vue
View file @
cc5bb6df
...
...
@@ -43,7 +43,7 @@
</
template
>
<
script
lang=
"ts"
>
import
{
Component
,
Prop
,
Watch
,
Vue
}
from
'vue-property-decorator'
;
import
{
Button
,
Field
}
from
'vant'
;
import
{
Button
,
Field
,
Dialog
}
from
'vant'
;
import
{
Getter
,
State
}
from
'vuex-class'
;
import
{
TemplateDataItem
}
from
'@/const/interface'
;
import
{
Route
}
from
'vue-router'
;
...
...
@@ -52,6 +52,7 @@ import AddBanner from './components/AddBanner.vue';
components
:
{
[
Button
.
name
]:
Button
,
[
Field
.
name
]:
Field
,
[
Dialog
.
Component
.
name
]:
Dialog
.
Component
,
AddBanner
,
},
})
...
...
src/views/proof/Index.vue
View file @
cc5bb6df
...
...
@@ -70,7 +70,7 @@
</template>
<
script
lang=
"ts"
>
import
{
Component
,
Prop
,
Vue
}
from
'vue-property-decorator'
;
import
{
List
,
Popup
,
Button
,
Image
,
Picker
,
Grid
,
GridItem
,
Empty
}
from
'vant'
;
import
{
List
,
Popup
,
Button
,
Image
,
Picker
,
Grid
,
GridItem
,
Empty
,
Dialog
}
from
'vant'
;
import
{
ChainStatus
}
from
'@/const/enum'
;
import
{
ActionList
,
ChainStatusStr
}
from
'@/const/constants'
;
import
SelectTemplate
from
'@/views/template/components/SelectTemplate.vue'
;
...
...
@@ -87,6 +87,7 @@ import AddBaseinfo from './components/AddBaseinfo.vue';
[
Grid
.
name
]:
Grid
,
[
GridItem
.
name
]:
GridItem
,
[
Empty
.
name
]:
Empty
,
[
Dialog
.
Component
.
name
]:
Dialog
.
Component
,
SelectTemplate
,
PreviewTemplate
,
AddFolder
,
...
...
src/views/proof/components/AddBaseinfo.vue
View file @
cc5bb6df
...
...
@@ -23,7 +23,7 @@
<
/template
>
<
script
lang
=
"ts"
>
import
{
Component
,
Prop
,
Watch
,
Vue
,
Emit
,
Model
}
from
'vue-property-decorator'
;
import
{
Button
,
Field
,
Popup
,
Image
}
from
'vant'
;
import
{
Button
,
Field
,
Popup
,
Image
,
Dialog
}
from
'vant'
;
import
{
Getter
}
from
'vuex-class'
;
import
{
TemplateDataItem
}
from
'@/const/interface'
;
import
{
Route
}
from
'vue-router'
;
...
...
@@ -33,6 +33,7 @@ import { Route } from 'vue-router';
[
Field
.
name
]:
Field
,
[
Popup
.
name
]:
Popup
,
[
Image
.
name
]:
Image
,
[
Dialog
.
Component
.
name
]:
Dialog
.
Component
,
}
,
}
)
export
default
class
AddBaseinfo
extends
Vue
{
...
...
src/views/userCenter/Recharge.vue
View file @
cc5bb6df
...
...
@@ -72,7 +72,7 @@
</template>
<
script
lang=
"ts"
>
import
{
Component
,
Prop
,
Vue
}
from
'vue-property-decorator'
;
import
{
Cell
,
Form
,
Field
,
CellGroup
,
Button
,
Image
,
RadioGroup
,
Radio
,
Popup
}
from
'vant'
;
import
{
Cell
,
Form
,
Field
,
CellGroup
,
Button
,
Image
,
RadioGroup
,
Radio
,
Popup
,
Dialog
}
from
'vant'
;
import
{
Getter
,
State
}
from
'vuex-class'
;
import
{
Route
}
from
'vue-router'
;
@
Component
({
...
...
@@ -85,6 +85,7 @@ import { Route } from 'vue-router';
[
RadioGroup
.
name
]:
RadioGroup
,
[
Radio
.
name
]:
Radio
,
[
Popup
.
name
]:
Popup
,
[
Dialog
.
Component
.
name
]:
Dialog
.
Component
,
},
})
export
default
class
Recharge
extends
Vue
{
...
...
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