首页消息,首页来款项目,工作组,列表详情
This commit is contained in:
@@ -49,13 +49,13 @@ Component({
|
||||
methods: {
|
||||
closePopup() {
|
||||
this.triggerEvent("close", {
|
||||
visible: this.data.visible
|
||||
visibleDate: this.data.visibleDate
|
||||
})
|
||||
},
|
||||
outClick(){
|
||||
if (this.data.outClickCanClose){
|
||||
this.triggerEvent("close", {
|
||||
visible: this.data.visible
|
||||
visibleDate: this.data.visibleDate
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
<picker-view indicator-style="height: 50px;" style="width: 100%; height: 300px;" value="{{value}}" bindtap="ok"
|
||||
bindchange="bindChange">
|
||||
<picker-view-column>
|
||||
<view wx:for="{{years}}" class="item">{{item}}年</view>
|
||||
<view wx:for="{{years}}" class="item" wx:key="item">{{item}}年</view>
|
||||
</picker-view-column>
|
||||
<picker-view-column wx:if="{{mode === 'month'}}">
|
||||
<view wx:for="{{months}}" class="item">{{item}}月</view>
|
||||
<view wx:for="{{months}}" class="item" wx:key="item">{{item}}月</view>
|
||||
</picker-view-column>
|
||||
</picker-view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user