|
@@ -8,7 +8,7 @@
|
|
<tm-input title="手机号码" placeholder="填写收件人手机号码" v-model="dizhi.mobile"></tm-input>
|
|
<tm-input title="手机号码" placeholder="填写收件人手机号码" v-model="dizhi.mobile"></tm-input>
|
|
<tm-pickersCity @confirm="dateSe_3" :default-value="d_3" btn-color="bg-gradient-deep-purple-accent"
|
|
<tm-pickersCity @confirm="dateSe_3" :default-value="d_3" btn-color="bg-gradient-deep-purple-accent"
|
|
style="margin:0 16px 0px;box-sizing: border-box;">
|
|
style="margin:0 16px 0px;box-sizing: border-box;">
|
|
- <tm-input style="padding: 0px 60px 0px 0px!important;margin-left: 0!important;" title="所在地区"
|
|
|
|
|
|
+ <tm-input :disabled="true" style="padding: 0px 60px 0px 0px!important;margin-left: 0!important;" title="所在地区"
|
|
placeholder="省市区县、乡镇等" v-model="dizhi.region" @click="dateSe_3">
|
|
placeholder="省市区县、乡镇等" v-model="dizhi.region" @click="dateSe_3">
|
|
</tm-input>
|
|
</tm-input>
|
|
</tm-pickersCity>
|
|
</tm-pickersCity>
|
|
@@ -22,7 +22,7 @@
|
|
<!-- <tm-button class="ml-20" :round="10" theme="gray" size="s">{{dizhi.label}}</tm-button> -->
|
|
<!-- <tm-button class="ml-20" :round="10" theme="gray" size="s">{{dizhi.label}}</tm-button> -->
|
|
<tm-button class="ml-20" :round="10" v-model="sel" :theme="sel==index?'blue':'gray'" size="s"
|
|
<tm-button class="ml-20" :round="10" v-model="sel" :theme="sel==index?'blue':'gray'" size="s"
|
|
v-for="(item,index) in tags" @click="selectTag(index)">{{item.name}}</tm-button>
|
|
v-for="(item,index) in tags" @click="selectTag(index)">{{item.name}}</tm-button>
|
|
- <tm-button class="ml-20" :round="10" theme="gray" size="s" @click="addTag">+</tm-button>
|
|
|
|
|
|
+ <!-- <tm-button class="ml-20" :round="10" theme="gray" size="s" @click="addTag">+</tm-button> -->
|
|
</view>
|
|
</view>
|
|
<view style="clear: both;"></view>
|
|
<view style="clear: both;"></view>
|
|
<tm-listitem title="设置为默认地址" @click="btnClick">
|
|
<tm-listitem title="设置为默认地址" @click="btnClick">
|