|
@@ -32,8 +32,8 @@
|
|
|
<view wx:if="{{card_type!=='phone'}}">
|
|
|
<view class="form-control form-control-flex">
|
|
|
<text class="form-label" space="emsp" decode="true">卡 号</text>:
|
|
|
- <input wx:if="{{card_type === 'sinopec'}}" class="input-control" type="number" name="card_no" value="{{card_no || '请输入以1开头的19位中石化加油卡号'}}"/>
|
|
|
- <input wx:if="{{card_type === 'petrochina'}}" class="input-control" type="number" name="card_no" value="{{card_no || '请输入以9开头的16位中石油加油卡号' }}"/>
|
|
|
+ <input wx:if="{{card_type === 'sinopec'}}" class="input-control" type="number" name="card_no" value="{{card_no}}"/>
|
|
|
+ <input wx:if="{{card_type === 'petrochina'}}" class="input-control" type="number" name="card_no" value="{{card_no}}"/>
|
|
|
</view>
|
|
|
<view class="form-control form-control-flex">
|
|
|
<text class="form-label">确认卡号</text>:
|