|
|
@@ -28,7 +28,7 @@
|
|
|
<view class='name'>详细地址</view>
|
|
|
<input class="address" type='text' placeholder='请填写具体地址' placeholder-style="color:#ccc;" name='detail'
|
|
|
placeholder-class='placeholder' v-model='userAddress.detail' maxlength="100"></input>
|
|
|
- <view class='iconfont icon-ic_location1 font_color' @tap="chooseLocation"></view>
|
|
|
+ <!--<view class='iconfont icon-ic_location1 font_color' @tap="chooseLocation"></view>-->
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='default acea-row row-middle borRadius14 mt20'>
|
|
|
@@ -39,10 +39,14 @@
|
|
|
|
|
|
<button class='keepBnt' form-type="submit">{{orderNo!=0?'保存并使用':'立即保存'}}</button>
|
|
|
<!-- #ifdef MP -->
|
|
|
+ <!--
|
|
|
<view class="wechatAddress" v-if="!addressId" @click="getWxAddress">导入微信地址</view>
|
|
|
+ -->
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifdef H5 -->
|
|
|
+ <!--
|
|
|
<view class="wechatAddress" v-if="this.$wechat.isWeixin() && !addressId" @click="getAddress">导入微信地址</view>
|
|
|
+ -->
|
|
|
<!-- #endif -->
|
|
|
</view>
|
|
|
</form>
|