jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/wodepingjia/wodepingjia.axml
2024-12-10 18:35:22 +08:00

71 lines
2.5 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="tar">
<ant-tabs
type="primary"
items="{{ items }}"
current="{{ current }}"
onChange="onChange"/>
<swiper
current="{{ current }}"
autoplay="{{ false }}"
vertical="{{ false }}"
circular="{{ false }}"
onChange="onSwipeChange">
<block
a:for="{{ items }}"
a:for-index="index"
a:for-item="item"
a:key="{{ index }}">
<!-- 全部-->
<swiper-item class="swiper-item">
<view class="containercontent" a:for="{{ dingdan }}"a:key="index">
<view style="height:190px">
<view style="display:flex">
<image class="image" mode="scaleToFill" src="{{item.image}}" />
<text class="text"style="top:8px;left: 10px;">CC</text>
<text class="text"style="top: 25px;right:10px">2024-12-01评价</text>
</view>
<view >
<view class="container">
<image class="left" mode="scaleToFill" src="/pages/image/meijia3.jpg" />
<view style="margin-top:10px;margin-left:20px">
<text style="font-size:12px">综合评分:5星 | 款式:【半贴短甲彩绘款】</text>
</view>
</view>
</view>
</view>
</view>
</swiper-item>
<!-- 待评价 -->
<swiper-item class="swiper-item">
<view class="containercontent" a:for="{{ dingdan }}"a:key="index">
<view style="height:190px">
<view style="height:30px">
<text class="text"style="top:8px;left: 20px;font-size:18px;font-weight: bold;">晓得美甲店</text>
</view>
<view>
<view class="container">
<image class="left" mode="scaleToFill" src="/pages/image/meijia3.jpg" />
<view class="text"style="width:200px;left:130px;bottom:80px">
<text style="font-size:15px">下单时间2024-12-02</text>
<view style="margin-top:10px">
<text style="color:#57a8fa">分享一下你真实体验吧</text>
</view>
</view>
<view class="box1">
<view class="tab1" onTap="pingjia">
<text>评价</text>
</view>
</view>
</view>
</view>
</view>
</view>
</swiper-item>
</block>
</swiper>
</view>