|
@ -33,7 +33,8 @@ |
|
|
<view class='iconfont icon-dizhi' style='margin:auto 0;'></view> |
|
|
<view class='iconfont icon-dizhi' style='margin:auto 0;'></view> |
|
|
<view class="df_1 c6"> |
|
|
<view class="df_1 c6"> |
|
|
<view class="l_h20 pay_xt" style='color:#333333;font-size:16px;'> |
|
|
<view class="l_h20 pay_xt" style='color:#333333;font-size:16px;'> |
|
|
<text style='color:#333333;font-size:18px;'>{{address.name}}</text> {{address.tel}}</view> |
|
|
<text style='color:#333333;font-size:18px;'>{{address.name}}</text> {{address.tel}} |
|
|
|
|
|
</view> |
|
|
<view class="l_h20 mt5 pay_xt" style='color:#333333;padding:0 4px;'>地址:{{address.address_xq}}</view> |
|
|
<view class="l_h20 mt5 pay_xt" style='color:#333333;padding:0 4px;'>地址:{{address.address_xq}}</view> |
|
|
<input type="text" style='display:none;' name="address" value="{{address.address_xq}}" /> |
|
|
<input type="text" style='display:none;' name="address" value="{{address.address_xq}}" /> |
|
|
</view> |
|
|
</view> |
|
@ -48,7 +49,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view style='height:10px;width:100%;background:#eee;'></view> |
|
|
<view style='height:10px;width:100%;background:#eee;'></view> |
|
|
<!-- 产品信息 --> |
|
|
<!-- 产品信息 --> |
|
|
<view class="shop-list" wx:key="key" wx:for="{{productData}}" > |
|
|
<view class="shop-list" wx:key="key" wx:for="{{productData}}"> |
|
|
<view class="shopView"> |
|
|
<view class="shopView"> |
|
|
<image src="{{item.shop_logo}}" mode="aspectFill"></image> |
|
|
<image src="{{item.shop_logo}}" mode="aspectFill"></image> |
|
|
<text class="left">{{item.shop_name}}</text> |
|
|
<text class="left">{{item.shop_name}}</text> |
|
@ -105,15 +106,15 @@ |
|
|
<text class="left">选择支付方式</text> |
|
|
<text class="left">选择支付方式</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="pay_zf pd" style='border-bottom:none;padding-right:3px;'> |
|
|
<view class="pay_zf pd" style='border-bottom:none;padding-right:3px;'> |
|
|
<checkbox-group class="radio-group left"> |
|
|
<radio-group class="radio-group left" bindchange="updataRadio"> |
|
|
<label class="radio" wx:for-items="{{pays}}" wx:key="key" style='border-bottom:1px solid #eee;'> |
|
|
<view class="radio" wx:for="{{pays}}" wx:key="key"> |
|
|
<view class="payment"> |
|
|
<view class="payment"> |
|
|
<image src='{{item.icon}}'></image> |
|
|
<image src='{{item.icon}}'></image> |
|
|
<text>{{item.name}}</text> |
|
|
<text>{{item.name}}</text> |
|
|
<!-- <switch bindchange="switchChange" checked="{{item.checked}}" data-index="{{index}}" data-check="{{item.value}}" class="right" style='vertical-align:2px;float:right;margin-bottom:20px;' /> --> |
|
|
<radio class="select" value="{{item.type}}" checked="{{item.checked}}" /> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</label> |
|
|
</radio-group> |
|
|
</checkbox-group> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|