切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
刘朕
5 years ago
提交
398135eb70f099ba84f9cb9ae1fb885d46182ea0
1 个父辈
53965eb0
1 个管道 的构建
通过
耗费 2 秒
备用地址优化
变更
2
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
13 行增加
和
6 行删除
public/themes/simpleboot3/portal/order_salesman/get_one.html
public/themes/simpleboot3/portal/orderpage/order_salesman_ty.html
public/themes/simpleboot3/portal/order_salesman/get_one.html
查看文件 @
398135e
...
...
@@ -231,12 +231,17 @@
<input
style=
"width: 200px;text-align: left"
class=
"phone"
type=
"text"
value=
"{$data.phone}"
/>
</div>
</div>
<div
class=
"log_four_input_one"
>
<div
class=
"log_four_input_one"
style=
"border: none;"
>
<div
class=
"log_four_input_one_left"
>
备用地址
</div>
<div
class=
"log_four_input_one_center"
>
<input
style=
"width: 200px;text-align: left"
class=
"beiyong_address"
type=
"text"
value=
"{$data.beiyong_address}"
/>
</div>
<div
class=
"log_four_input_one"
style=
"padding-top: 0;"
>
<div
class=
""
style=
"width: 100%;"
>
<textarea
type=
"text"
class=
"beiyong_address"
style=
"border: none;font-size: 0.28rem;color: #333;"
placeholder=
"备用家庭地址免邮费"
maxlength=
"200"
>
{$data.beiyong_address}
</textarea>
</div>
<div
class=
"log_four_input_one_right"
style=
"opacity: 0;"
>
<img
src=
"__TMPL__/public/assets/images/29.png"
alt=
""
/>
</div>
</div>
</if>
...
...
public/themes/simpleboot3/portal/orderpage/order_salesman_ty.html
查看文件 @
398135e
...
...
@@ -154,12 +154,14 @@
<img
src=
"__TMPL__/public/assets/images/29.png"
alt=
""
/>
</div>
</div>
<div
class=
"log_four_input_one"
>
<div
class=
"log_four_input_one"
style=
"border: none;"
>
<div
class=
"log_four_input_one_left"
>
备用地址
</div>
<div
class=
"log_four_input_one_center"
>
<input
type=
"text"
placeholder=
"输入备用地址"
maxlength=
"11"
id=
"beiyong_address"
/>
</div>
<div
class=
"log_four_input_one"
style=
"padding-top: 0;"
>
<div
class=
""
style=
"width: 100%;"
>
<textarea
type=
"text"
style=
"border: none;font-size: 0.28rem;color: #333;"
placeholder=
"备用家庭地址免邮费"
maxlength=
"200"
id=
"beiyong_address"
></textarea>
</div>
<div
class=
"log_four_input_one_right"
style=
"opacity: 0;"
>
<img
src=
"__TMPL__/public/assets/images/29.png"
alt=
""
/>
...
...
请
注册
或
登录
后发表评论