123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248 |
- <view class='three_yards-three_yards {{className}}' style='{{style}}' ref='saveChildRef0'>
- <import-sjs from='../../utils/util/util.sjs' name='util'>
- </import-sjs>
- <view a:if="{{util.indexOf(threeCodeList,'1')>-1}}">
- <van-cell a:if='{{form.jkm}}' border='{{ false }}' class='label-sm' ref='saveChildRef1'>
- <view slot='title'>
- {{international.HealthStatus[language]}}
- <van-icon
- a:if="{{form.jkm=='绿码'}}"
- name='checked'
- style='color:#2dcb92'
- size='30rpx'
- ref='saveChildRef2'
- >
- </van-icon>
- <van-icon
- a:else
- name='clear'
- style='color:#ff5552'
- size='30rpx'
- ref='saveChildRef3'
- >
- </van-icon>
- </view>
- <text class='color333'>
- {{form.jkm}}
- </text>
- </van-cell>
- <view a:else class='cu-form-group'>
- <view class='title font-size'>
- <text class="{{form.jkmPhoto?'text-green':'text-red'}}">
- *
- </text>
- <text>
- {{international.uploadHealth[language]}}
- </text>
- </view>
- <view a:if='{{form.jkmPhoto}}' class='img_box'>
- <image
- src='{{form.jkmPhoto}}'
- class='img'
- data-src='{{form.jkmPhoto}}'
- onTap='antmoveAction'
- data-antmove-tap='previewImg'
- >
- </image>
- <image
- src='/static/images/delete_img.png'
- class='DelImg'
- data-type='jkmPhoto'
- catchTap='antmoveAction'
- data-antmove-tap='DelImg'
- >
- </image>
- </view>
- <image
- a:else
- class='upload'
- data-type='jkmPhoto'
- src='/static/images/default_img.png'
- onTap='antmoveAction'
- data-antmove-tap='getValue'
- >
- </image>
- </view>
- </view>
- <view a:if="{{util.indexOf(threeCodeList,'2')>-1}}">
- <view a:if='{{form.hs}}' class='newnucleate'>
- <view class='left font-size'>
- {{international.LatestTests[language]}}
- <van-icon
- a:if='{{form.unqualifiedHS }}'
- name='checked'
- style='color:#2dcb92'
- size='30rpx'
- ref='saveChildRef4'
- >
- </van-icon>
- <van-icon
- a:else
- name='clear'
- style='color:#ff5552'
- size='30rpx'
- ref='saveChildRef5'
- >
- </van-icon>
- </view>
- <view class='right font-size'>
- <view class='color333'>
- {{form.hsResultTime}}
- </view>
- <view class='color333'>
- {{form.hs}}
- </view>
- </view>
- </view>
- <view a:else class='cu-form-group marginTop'>
- <view class='title'>
- <text class="{{form.hsPhoto?'text-green':'text-red'}}">
- *
- </text>
- <text>
- {{international.UploadScreenshot[language]}}{{'('+hsHour+'小时内)'}}
- </text>
- </view>
- <view a:if='{{form.hsPhoto}}' class='img_box'>
- <image
- src='{{form.hsPhoto}}'
- class='img'
- data-src='{{form.hsPhoto}}'
- onTap='antmoveAction'
- data-antmove-tap='previewImg'
- >
- </image>
- <image
- src='/static/images/delete_img.png'
- class='DelImg'
- data-type='hsPhoto'
- catchTap='antmoveAction'
- data-antmove-tap='DelImg'
- >
- </image>
- </view>
- <image
- a:else
- class='upload'
- data-type='hsPhoto'
- src='/static/images/default_img.png'
- onTap='antmoveAction'
- data-antmove-tap='getValue'
- >
- </image>
- </view>
- </view>
- <view a:if="{{util.indexOf(threeCodeList,'3')>-1}}">
- <view class='line'>
- </view>
- <view a:if='{{!form.xc}}' class='cu-form-group'>
- <view class='title'>
- <text class="{{form.xcPhone?'text-green':'text-red'}}">
- *
- </text>
- <text>
- {{international.Phone[language]}}
- </text>
- </view>
- <custom-input
- class='phone'
- type='text'
- value='{{form.xcPhone}}'
- data-type='xcPhone'
- maxlength='11'
- onInput='getValue'
- >
- </custom-input>
- <btn
- class='get-code'
- disabled='{{moDisabled}}'
- onTap='antmoveAction'
- data-antmove-tap='getCode'
- >
- {{moCodeMsg}}
- </btn>
- </view>
- <view a:if='{{!form.xc}}' class='cu-form-group poisition'>
- <view class='title'>
- <text class='text-red'>
- *
- </text>
- <text>
- {{international.VerificationCode[language]}}
- </text>
- </view>
- <block a:for='{{codeLength}}' a:key='{{item}}' ref-numbers='{{codeLength}}'>
- <custom-input
- class="Sho_box7 {{inputCodeFocus[index]?'orange':'blue'}}"
- type='number'
- focus='{{false}}'
- value='{{codeVal[index]}}'
- disabled='{{true}}'
- onTap='antmoveAction'
- data-antmove-tap='tapInput'
- >
- </custom-input>
- </block>
- <view>
- <custom-input
- class='hidden-input'
- focus='{{focus}}'
- maxlength='{{codeLength}}'
- type='number'
- onInput='inputVal'
- onBlur='blurInput'
- onLongTap='antmoveAction'
- data-antmove-longpress='longPressInput'
- >
- </custom-input>
- </view>
- </view>
- <van-cell a:if='{{form.xc}}' border='{{ false }}' class='label-sm' ref='saveChildRef6'>
- <view slot='title'>
- {{international.TravelInformation[language]}}
- <image class='icon' src="../../static/images/{{(form.xc==1||form.xcPhoto)?'green':'red'}}.png">
- </image>
- </view>
- <text class='color333'>
- {{form.xc==1?'未去过高风险地区':form.xc==2?'去过高风险地区':'未知,请上传行程卡截图'}}
- </text>
- </van-cell>
- <view a:if='{{form.xc==3}}' class='cu-form-group'>
- <view class='title'>
- <text class="{{form.xcPhoto?'text-green':'text-red'}}">
- *
- </text>
- <text>
- {{international.UploadTrip[language]}}
- </text>
- </view>
- <view a:if='{{form.xcPhoto}}' class='img_box'>
- <image
- src='{{form.xcPhoto}}'
- class='img'
- data-src='{{form.xcPhoto}}'
- onTap='antmoveAction'
- data-antmove-tap='previewImg'
- >
- </image>
- <image
- src='/static/images/delete_img.png'
- class='DelImg'
- data-type='xcPhoto'
- catchTap='antmoveAction'
- data-antmove-tap='DelImg'
- >
- </image>
- </view>
- <image
- a:else
- class='upload'
- data-type='xcPhoto'
- src='/static/images/default_img.png'
- onTap='antmoveAction'
- data-antmove-tap='getValue'
- >
- </image>
- </view>
- </view>
- </view>
|