小程序源码
This commit is contained in:
23
source/wx/xzs-student/component/iView/progress/index.js
Normal file
23
source/wx/xzs-student/component/iView/progress/index.js
Normal file
@@ -0,0 +1,23 @@
|
||||
Component({
|
||||
externalClasses: ['i-class'],
|
||||
|
||||
properties: {
|
||||
percent: {
|
||||
type: Number,
|
||||
value: 0
|
||||
},
|
||||
// normal || active || wrong || success
|
||||
status: {
|
||||
type: String,
|
||||
value: 'normal'
|
||||
},
|
||||
strokeWidth: {
|
||||
type: Number,
|
||||
value: 10
|
||||
},
|
||||
hideInfo: {
|
||||
type: Boolean,
|
||||
value: false
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user