|
@@ -280,7 +280,7 @@
|
|
|
weui.picker(that.serviceSkillsArr, {
|
|
|
className: 'custom-classname',
|
|
|
container: 'body',
|
|
|
- defaultValue: [0],
|
|
|
+ defaultValue: [1],
|
|
|
onChange: function (result) {
|
|
|
},
|
|
|
onConfirm: function (result) {
|
|
@@ -304,7 +304,7 @@
|
|
|
weui.picker(newStoreArr, {
|
|
|
className: 'custom-classname',
|
|
|
container: 'body',
|
|
|
- defaultValue: [0],
|
|
|
+ defaultValue: [1],
|
|
|
onChange: function (result) {
|
|
|
},
|
|
|
onConfirm: function (result) {
|
|
@@ -320,7 +320,7 @@
|
|
|
weui.picker(that.serviceTimeArrAM, {
|
|
|
className: 'custom-classname',
|
|
|
container: 'body',
|
|
|
- defaultValue: [0],
|
|
|
+ defaultValue: [1],
|
|
|
onChange: function (result) {
|
|
|
},
|
|
|
onConfirm: function (result) {
|
|
@@ -334,7 +334,7 @@
|
|
|
weui.picker(that.serviceTimeArrPM, {
|
|
|
className: 'custom-classname',
|
|
|
container: 'body',
|
|
|
- defaultValue: [0],
|
|
|
+ defaultValue: [1],
|
|
|
onChange: function (result) {
|
|
|
},
|
|
|
onConfirm: function (result) {
|
|
@@ -348,7 +348,7 @@
|
|
|
weui.picker(that.serviceArr, {
|
|
|
className: 'custom-classname',
|
|
|
container: 'body',
|
|
|
- defaultValue: [0],
|
|
|
+ defaultValue: [1],
|
|
|
onChange: function (result) {
|
|
|
},
|
|
|
onConfirm: function (result) {
|