|
@@ -5,8 +5,8 @@ Component({
|
|
|
*/
|
|
|
properties: {
|
|
|
wxObjectives: {
|
|
|
- type: String,
|
|
|
- value: ""
|
|
|
+ type: Array,
|
|
|
+ value: []
|
|
|
}
|
|
|
},
|
|
|
|
|
@@ -27,14 +27,14 @@ Component({
|
|
|
onTap (e) {
|
|
|
let flage = e.target.dataset.flag;
|
|
|
if(flage){
|
|
|
- this.util(flage, '156rpx');
|
|
|
+ this.util(flage, '120rpx');
|
|
|
this.setData({
|
|
|
'flag': false,
|
|
|
'downUp': '展开',
|
|
|
'src': '../../pages/image/toUp.png'
|
|
|
})
|
|
|
} else {
|
|
|
- this.util(flage, '200rpx');
|
|
|
+ this.util(flage, '100%');
|
|
|
this.setData({
|
|
|
'flag': true,
|
|
|
'downUp': '收起',
|