|
@@ -35,7 +35,7 @@
|
|
|
<view class="input-box">
|
|
|
<input type="text" :value="form.birthday" placeholder="请选择出生年月" placeholder-class="form-input" disabled="disabled" />
|
|
|
</view>
|
|
|
- <image class="arrow" src="../../static/images/arrow_gray.png" mode=""></image>
|
|
|
+ <image class="arrow" src="@/static/images/arrow_gray.png" mode=""></image>
|
|
|
</view>
|
|
|
</picker>
|
|
|
</view>
|
|
@@ -47,7 +47,7 @@
|
|
|
<view class="input-box">
|
|
|
<input type="text" :value="form.relation" placeholder="请选择" placeholder-class="form-input" disabled="disabled" />
|
|
|
</view>
|
|
|
- <image class="arrow" src="../../static/images/arrow_gray.png" mode=""></image>
|
|
|
+ <image class="arrow" src="@/static/images/arrow_gray.png" mode=""></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|