mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 19:02:53 +08:00
日历兼容ios
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { getBaseAgentInfo, getPerformanceDetail, getHeader } from '@/api/ebiz/performance/performance'
|
||||
import { getBaseAgentInfo, getPerformanceHeader, getPerformanceDetail, getHeader } from '@/api/ebiz/performance/performance'
|
||||
import utils from '@/assets/js/utils/date-utils'
|
||||
import { Popup, DatetimePicker } from 'vant'
|
||||
export default {
|
||||
@@ -185,7 +185,9 @@ export default {
|
||||
|
||||
|
||||
// this.performanceData()
|
||||
|
||||
if (this.code == '') {
|
||||
this.getPerformanceHeader1()
|
||||
}
|
||||
if(this.mask=="1"){
|
||||
this.getPerformanceDetailC()
|
||||
}
|
||||
@@ -293,7 +295,20 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
//获取代理人下级头像
|
||||
getPerformanceHeader1() {
|
||||
let date = {}
|
||||
getPerformanceHeader(date).then((res) => {
|
||||
console.log('==' + res)
|
||||
if (res.result == 0) {
|
||||
for (let i = 0; i < res.content.length; i++) {
|
||||
res.content[i].isShowImg = true
|
||||
}
|
||||
this.headerList = res.content
|
||||
console.log(this.headerList)
|
||||
}
|
||||
})
|
||||
},
|
||||
getHeader1() {
|
||||
console.log(1111)
|
||||
let code = {
|
||||
|
||||
Reference in New Issue
Block a user