You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.4 KiB
Plaintext

<view class="contarner">
<view class="title" bindtap='gotoAddressList'>
<block wx:if="{{addressFlag}}">
<view>
<text class="titleText">{{address.receiveName}}</text>
<text class="titleText">{{address.receiveMobile}}</text>
</view>
<view class="addressDetail">
{{address.receiveAddress}} {{address.receiveDoor}}
</view>
<view class="titleBottom">
<image src='/images/lll.png'></image>
</view>
<image src='/images/jt.png' class="jt"></image>
</block>
<block wx:else>
<view class="addressMsg">请添加收货地址</view>
</block>
</view>
<view class="content">
<view class="contentLeft">
<image src='{{productDetail.imageUrl}}'></image>
</view>
<view class="contentRight">
<view class="contentRightTitle">{{productDetail.productName}}
<text class="num">x{{num}}</text>
</view>
<view class="contentRightContent">{{productDetail.specName}}</view>
<view class="contentRightBottom">{{productDetail.money}}</view>
</view>
</view>
<view class="content2">
<view>
<text class="content2Left">商品运费</text>
<text class="content2Right">¥0.00</text>
</view>
<view class="fg"></view>
<view>
<text class="content2Left">商品总值</text>
<text class="content2Right">{{productDetail.totalMoney}}</text>
</view>
</view>
<view class="buttom" bindtap='showRemark'>
<text decode="true" class="content2Left" style='margin-top:25rpx;'>备&nbsp;&nbsp;注&nbsp;&nbsp;</text>
<text class="content2Right comment">{{remark}}</text>
</view>
</view>
<view class="dh">
<view style='width:65%;height: 130rpx;' class="money">
<text class="text1">合计:</text>
<text class="text2">{{productDetail.totalMoney}}</text>
</view>
<view style='width:35%;' bindtap='onSubmit' class="weui-btn">付款</view>
</view>
<view class="mode_view" wx:if="{{showRemark}}" style='height:{{height}}px;'>
<view bindtap="hideModeClick" class="phone_bg_view" style='height:{{height}}px;'></view>
<view class="phone_center_view">
<text class="mode_text1">填写备注</text>
<textarea class="remark" bindinput='remarkInput' value='{{remark}}'></textarea>
<form report-submit='true' bindsubmit='confirmRemark'>
<button class="mode_btn" form-type="submit" style='background:{{color}};'>确定</button>
</form>
</view>
</view>