|
@@ -16,8 +16,8 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <uni-collapse>
|
|
|
|
- <uni-collapse-item title="展开更多">
|
|
|
|
|
|
+ <uni-collapse type="line" v-model="accordionVal" class="zpzl-collapse-box">
|
|
|
|
+ <uni-collapse-item title="更多资料" :show-animation="true">
|
|
<view class="form-label-switch form-top-margin">
|
|
<view class="form-label-switch form-top-margin">
|
|
<view class="phone-form-label"><text class="form-label-require"></text>体检报告</view>
|
|
<view class="phone-form-label"><text class="form-label-require"></text>体检报告</view>
|
|
<!-- <switch @change="switchGzChange" color="#3fd2a1" style="transform:scale(0.7)" /> -->
|
|
<!-- <switch @change="switchGzChange" color="#3fd2a1" style="transform:scale(0.7)" /> -->
|
|
@@ -132,6 +132,7 @@
|
|
jiankangDate: '',
|
|
jiankangDate: '',
|
|
tijianbaogaoFlag: false,
|
|
tijianbaogaoFlag: false,
|
|
zhengshuUrls: '',
|
|
zhengshuUrls: '',
|
|
|
|
+ accordionVal:'1',
|
|
}
|
|
}
|
|
},
|
|
},
|
|
props: {
|
|
props: {
|