jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/zhifujiemian/zhifujiemian.axml
2024-11-10 15:01:22 +08:00

44 lines
1.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="Box">
<!-- 顶部 -->
<view class="Box1">
<text class="t1">确认订单</text>
</view>
<!-- 订单盒子 -->
<view class="Box2">
<!-- 商品图 -->
<view class="box1">
<image mode="scaleToFill" src="../image/xiangce1.jpg" />
<text class="z1">【半贴短甲彩绘款】(饰品免费)</text>
<text class="z2">¥59.90</text>
<!-- 价格框 -->
<view class="Box3">
<view class="Box4">
<!-- 内容1 -->
<text class="t1">商品总价</text>
<text class="t2">共1件</text>
<text class="t3">¥59.90</text>
<view class="box4"></view>
<!-- 内容2 -->
<text class="t4">蚂蚁积分</text>
<text class="t5">暂不可用</text>
<view class="box5"></view>
<!-- 内容3 -->
<text class="t6">小计</text>
<text class="t7">¥59.90</text>
</view>
</view>
</view>
<!-- 减号 -->
<view class="box2">
<image mode="scaleToFill" src="../image/减号.png" />
</view>
<!-- 加号 -->
<view class="box3">
<text class="z3">1</text>
<image mode="scaleToFill" src="../image/加号.png" />
</view>
<!-- 支付按钮 -->
<view class="Box5">
<text class="t8">立即支付</text>
</view>
</view>