77 lines
2.6 KiB
XML
77 lines
2.6 KiB
XML
<view style="width:100%">
|
|
<!-- 通知栏 -->
|
|
<view style="width:100%">
|
|
<ant-notice
|
|
type="primary"
|
|
icon="https://files.superbed.cn/proxy/7569696d6e2732326a766d75726972337e7973337f7e787f726e337e7270327f2424247c242d2c297e2d252b782d2b252b7e252a782c7f2c2f2d252a7f7b292d7c792c7e7f2a7c33776d7a.png"
|
|
style="margin-bottom: 8px"
|
|
mode="link"
|
|
>
|
|
提交评价或建议,鼓励美甲师和商家做得更好~
|
|
</ant-notice>
|
|
</view>
|
|
<!-- 评价部分 -->
|
|
<view style="width:100%;height:500px;display:flex; flex-direction: column;align-items: center">
|
|
<view class="box">
|
|
<!-- 标题栏 -->
|
|
<view class="box1">
|
|
<text class="text">您对美甲师满意吗?</text>
|
|
<view class="box2"style="top:30rpx">
|
|
<ant-checkbox onChange="onChange">
|
|
<text class="text1">匿名提交</text>
|
|
</ant-checkbox>
|
|
</view>
|
|
</view>
|
|
<view style="width:100%;height:70px">
|
|
<image class="image" mode="scaleToFill" src="../image/meijiashi1.png" />
|
|
<text class="text2"style="left: 40rpx;
|
|
bottom: 70rpx;">美甲师制作</text>
|
|
<text class="text2"style="right:120rpx;bottom:30rpx;font-size:12px;color:#cdd1d5;margin-left:10rpx">11月11日 16:37左右完成</text>
|
|
</view>
|
|
<view style="width:100%;height:30px">
|
|
<view style="margin-left:40rpx;margin-bottom:20rpx;width:300px">
|
|
<text style="margin-right:10rpx">总体</text>
|
|
<ant-rate
|
|
defaultValue="{{3.5}}"
|
|
>
|
|
<ant-icon
|
|
slot="character"
|
|
type="StarOutline"
|
|
></ant-icon>
|
|
</ant-rate>
|
|
</view>
|
|
<!-- 店铺商品 -->
|
|
</view>
|
|
</view>
|
|
<view class="box">
|
|
<!-- 标题栏 -->
|
|
<view class="box1">
|
|
<text class="text">您对商品/商家满意吗?</text>
|
|
<view class="box2"style="top:30rpx">
|
|
<ant-checkbox onChange="onChange">
|
|
<text class="text1">匿名提交</text>
|
|
</ant-checkbox>
|
|
</view>
|
|
</view>
|
|
<view style="width:100%;height:70px">
|
|
<image class="image" mode="scaleToFill" src="../image/meijiashi1.png" />
|
|
<text class="text2"style="left: 40rpx;
|
|
bottom: 50rpx;">晓得美甲店</text>
|
|
</view>
|
|
<view style="width:100%;height:30px">
|
|
<view style="margin-left:40rpx;margin-bottom:20rpx;width:300px">
|
|
<text style="margin-right:10rpx">总体</text>
|
|
<ant-rate
|
|
defaultValue="{{3.5}}"
|
|
>
|
|
<ant-icon
|
|
slot="character"
|
|
type="StarOutline"
|
|
></ant-icon>
|
|
</ant-rate>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="button" onTap="ruzhu">提交</view>
|
|
</view>
|
|
</view> |