银花优选微信小程序修改后的最新版本代码
This commit is contained in:
23
pages/qhaddress/index.wxml
Normal file
23
pages/qhaddress/index.wxml
Normal file
@@ -0,0 +1,23 @@
|
||||
<view class="container">
|
||||
|
||||
<view class="myaddress-box" wx:for="{{myaddress}}" wx:for-index="index" >
|
||||
<view class="myaddress-item">
|
||||
<view class="myaddress-contact" bindtap="select" data-id="{{index}}">
|
||||
<text>{{item.contact}} {{item.tel}}\n{{item.area}}{{item.address}} <text>{{item.distance}}</text></text>
|
||||
</view>
|
||||
<view class="myaddress-bottom">
|
||||
<view class="myaddress-btn" bindtap="select" data-id="{{index}}"><image src="../../images/select.png" />选择</view>
|
||||
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
|
||||
|
||||
<loading hidden="{{loadingHidden}}">
|
||||
加载中...
|
||||
</loading>
|
||||
Reference in New Issue
Block a user