From 874a5a8f1353666c10a2aa0b6963873cecff5bab Mon Sep 17 00:00:00 2001 From: TM <923727421@qq.com> Date: Tue, 15 Dec 2020 17:08:28 +0800 Subject: [PATCH] 修改头像 --- pages/hbfqPage/orderInfo/orderInfo.axml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/hbfqPage/orderInfo/orderInfo.axml b/pages/hbfqPage/orderInfo/orderInfo.axml index a4cc9b8..d775182 100644 --- a/pages/hbfqPage/orderInfo/orderInfo.axml +++ b/pages/hbfqPage/orderInfo/orderInfo.axml @@ -1,6 +1,6 @@ <view class="order-info-page"> <view class="top" style="{{background:userStyle.gradientColor}}"> - <cover-image src="../../static/img/backpic.png" class="back-pic"></cover-image> + <cover-image src="../../../static/img/backpic.png" class="back-pic"></cover-image> </view> <view class="fenqi-info-view"> <text class="title">分期信息</text> @@ -34,7 +34,7 @@ <view class="user-info-view"> <text class="title">用户信息</text> <input-item labelCls="label-class" inputCls="ipt-class" data-code="{{3}}" onInput="confirm" placeholder="请输入客户姓名">客户姓名</input-item> - <input-item last="{{true}}" labelCls="label-class" inputCls="ipt-class" data-code="{{4}}" onInput="confirm" maxlength="{{11}}" placeholder="请输入客户手机号">客户手机号</input-item> + <input-item last="{{true}}" type="number" labelCls="label-class" inputCls="ipt-class" data-code="{{4}}" onInput="confirm" maxlength="{{11}}" placeholder="请输入客户手机号">客户手机号</input-item> </view> <!-- 订单试算展示组件 --> <order-trial title="订单试算" amtList="{{amtList}}" rateList="{{rateList}}"></order-trial> -- Gitblit v1.8.0