jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/pingjia/pingjia.axml

96 lines
3.4 KiB
Plaintext
Raw Normal View History

2024-12-10 10:35:22 +00:00
<view style="width:100%">
<!-- 通知栏 -->
<view style="width:100%">
2024-12-03 11:59:36 +00:00
<ant-notice
type="primary"
icon="https://files.superbed.cn/proxy/7569696d6e2732326a766d75726972337e7973337f7e787f726e337e7270327f2424247c242d2c297e2d252b782d2b252b7e252a782c7f2c2f2d252a7f7b292d7c792c7e7f2a7c33776d7a.png"
style="margin-bottom: 8px"
mode="link"
>
提交评价或建议,鼓励美甲师和商家做得更好~
</ant-notice>
2024-12-10 10:35:22 +00:00
</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
2025-01-21 13:56:53 +00:00
onChange="handleChangem"
defaultValue="{{0}}"
2024-12-10 10:35:22 +00:00
>
<ant-icon
slot="character"
type="StarOutline"
></ant-icon>
</ant-rate>
</view>
<!-- 店铺商品 -->
</view>
2025-01-21 13:56:53 +00:00
<view style="margin-bottom:10rpx">
<textarea onBlur="bindTextAreaBlur" auto-height placeholder="告诉美甲师,激励我们做的更好" />
</view>
2024-12-10 10:35:22 +00:00
</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
2025-01-21 13:56:53 +00:00
defaultValue="{{0}}"
onChange="handleChange"
2024-12-10 10:35:22 +00:00
>
<ant-icon
slot="character"
type="StarOutline"
></ant-icon>
</ant-rate>
</view>
</view>
2025-01-21 13:56:53 +00:00
<view style="margin-bottom:10rpx">
<textarea onInput="bindTextAreaBlur" auto-height placeholder="说说商品怎么样,给大家参考" />
</view>
<view class="section">
<view class="input-row">
<ant-uploader
onChange="onChange"
onUpload="{{onUpload ? onUpload : 'onUpload'}}"
uploadingText="上传中……"
uploadfailedText="上传失败"
></ant-uploader>
<text class="label">上传图片</text>
</view>
</view>
2024-12-10 10:35:22 +00:00
</view>
2025-01-21 13:56:53 +00:00
<view class="button" onTap="tijiao">提交</view>
2024-12-03 11:59:36 +00:00
</view>
</view>