|
@@ -4,9 +4,40 @@
|
|
|
<!-- 收货地址 -->
|
|
|
<view class="ad">
|
|
|
<view class="ad-box">
|
|
|
- <image src="../image/dizhi.png" mode="" />
|
|
|
- <text class="ad-text01">请选择收货地址</text>
|
|
|
- <text class="ad-text02">></text>
|
|
|
+
|
|
|
+ <van-cell title="收货地址" value="请点击选择地址" is-link bind:click="showPopup" />
|
|
|
+ <van-icon name="location-o" class="dz"/>
|
|
|
+ <van-popup show="{{ show }}" position="bottom" custom-style="height: 90%;" bind:close="onClose">
|
|
|
+ <view class="tan">
|
|
|
+ 请选择收货地址
|
|
|
+ </view>
|
|
|
+ <!-- <van-cell icon="location-o" title="哈尔滨师范大学第一公寓2门312室" size="large" label="吴迪(先生)182****2898" >
|
|
|
+ <van-radio-group value="{{ radio }}" bind:change="onChange">
|
|
|
+ <van-radio name="1">单选框 1</van-radio>
|
|
|
+ </van-radio-group>
|
|
|
+ </van-cell> -->
|
|
|
+ <view class="a">
|
|
|
+ <van-cell label="吴迪(先生)182****2898">
|
|
|
+ <view slot="title">
|
|
|
+ <van-radio-group value="{{ radio }}" bind:change="onChange" >
|
|
|
+ <van-radio name="0" checked-color="#FF8700">
|
|
|
+ <view class="van-cell-text" >哈尔滨师范大学第一公寓2门312室
|
|
|
+ <van-tag type="danger" style="margin-left: 8px;">默认</van-tag>
|
|
|
+ </view>
|
|
|
+ <!-- <view class="van-cell-text">吴迪(先生)182****2898</view> -->
|
|
|
+
|
|
|
+ </van-radio>
|
|
|
+ </van-radio-group>
|
|
|
+ </view>
|
|
|
+ <view class="xiugai">
|
|
|
+ <van-icon name="edit" color="#9E9E9E" size="20px"/>
|
|
|
+ <text >编辑</text>
|
|
|
+ </view>
|
|
|
+ </van-cell>
|
|
|
+ </view>
|
|
|
+<!-- 弹出窗内容--结束 -->
|
|
|
+ </van-popup>
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 商品信息 -->
|