Commit 8b626f70 by 陈超

T

parent 434555b6
......@@ -15,19 +15,15 @@
input-align="right"
placeholder="请输入详细地址"
></van-field>
<div @click="saveAddress" class="confirm_button" style="margin-top: 0;">
<span>保存</span>
</div>
</van-cell-group>
</div>
<div class="covers"></div>
<if condition="($data['usedCounts'] lt 10) OR ($_GET['id'] gt 0)">
<form class="addressbox" id="addressbox" method="POST" action="" onsubmit="return false;">
<div class="content">
<!-- <div class="header2">
<a <if condition="$_GET['param']"> href="{:U('mall/Goods/pay',['vst'=>$_GET['param']])}" <else/> href="{:U('home/User/index')}" </if>class="icon-back"></a>
<div>新增收货地址</div>
<if condition="($data['usedCounts'] lt 10) OR ($_GET['id'] gt 0)">
<a href="javascript:;" class="save" onclick="saveAddress()" >保存</a>
</if>
</div> -->
<div class="jgzlbox">
<dl>
<dd>
......@@ -138,6 +134,9 @@
methods: {
onArea: function() {
},
saveAddress: function() {
}
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment