Commit b318d9ca by 陈超

T

parent 04d05585
......@@ -4,8 +4,16 @@
<div class="layout_v">
<van-cell-group>
<van-field v-model="name" label="收货人" placeholder="收货人" input-align="right" ></van-field>
<van-field v-model="phone" label="联系方式" type="digit" placeholder="请输入联系电话" ></van-field>
<van-field v-model="phone" label="联系方式" type="digit" input-align="right" placeholder="请输入联系电话" ></van-field>
<van-cell @click="onArea" title-class="area_title_style" :value-class="areaStyle" title="所在地区" is-link :value="area" ></van-cell>
<van-field
v-model="address"
rows="2"
autosize
label="详细地址"
type="textarea"
placeholder="请输入详细地址"
></van-field>
</van-cell-group>
</div>
<div class="covers"></div>
......@@ -117,7 +125,7 @@
return {
name: "",
phone: "",
area: ""
area: "请选择收货地区"
}
},
computed: {
......
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