Files
sgy-web/pages/index/assess/assess.wxml
2023-06-21 17:14:39 +08:00

75 lines
3.7 KiB
Plaintext
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="navigation {{isFixedTop > 0 ? 'active' : ''}}" style="padding-top:{{barHeight}}px;">
<image bindtap="returnGo" class="navigation-arrow" src="/static/icons/returnBlack.png"></image>
</view>
<!-- 顶部背景 -->
<view class="top">
<image class="top-back" src="https://api.shui.shuiganying.com/storage/images/2023/04/04/c90aba5bdbda96866f1b72c9fbee6cf9.jpg" mode="aspectFill"></image>
</view>
<!-- 内容 -->
<view class="seeCont">
<view class="seeCont-title">拍照注意事项</view>
<view class="seeCont-item">
<view class="seeCont-text">
<view class="seeCont-laebl">
<view class="seeCont-laebl-number">1</view>
<view class="seeCont-laebl-name">露出全脸</view>
<image src="https://api.shui.shuiganying.com/storage/images/2023/04/04/4fc50445d8947c58dbf2fc1e32f3f18f.png" class="seeCont-laebl-img"></image>
</view>
<view class="seeCont-laebl">
<view class="seeCont-laebl-number">2</view>
<view class="seeCont-laebl-name">保持素颜</view>
<image src="https://api.shui.shuiganying.com/storage/images/2023/04/04/f24b10c6124fa8e41a7198b15d60df92.png" class="seeCont-laebl-img"></image>
</view>
<view class="seeCont-laebl">
<view class="seeCont-laebl-number">3</view>
<view class="seeCont-laebl-name">光线柔和</view>
<image src="https://api.shui.shuiganying.com/storage/images/2023/04/04/505b9fa0366590839226f895588be596.png" class="seeCont-laebl-img"></image>
</view>
<view class="seeCont-laebl">
<view class="seeCont-laebl-number">4</view>
<view class="seeCont-laebl-name">合适角度距离</view>
<image src="https://api.shui.shuiganying.com/storage/images/2023/04/04/6d8d2a7cb6d10573124f248fb3daf4ba.png" class="seeCont-laebl-img"></image>
</view>
</view>
</view>
<view class="seeBtn">
<view class="seeBtn-btn" bindtap="goAnalyze">{{testTitle}}</view>
</view>
</view>
<!-- 是否有名称 -->
<view class="namePop {{nameStatus ? 'active' : ''}}"></view>
<view class="nameCont {{nameStatus ? 'active' : ''}}">
<view class="nameCont-white">
<view class="nameCont-top">
<view class="nameCont-title">请填写真实姓名</view>
<input class="nameCont-input" type="text" name="name" value="{{nameValue}}" placeholder="限制5个字符" bindinput="bindinput" />
</view>
<view class="nameCont-btn">
<view class="nameCont-btn-go" bindtap="returnGo">取消</view>
<view class="nameCont-btn-go" bindtap="issueForm">确定</view>
</view>
</view>
</view>
<!-- 支付弹出 -->
<view class="payEject {{payStatus ? 'active' : ''}}" catchtouchmove='true'></view>
<view class="payPop {{payStatus ? 'active' : ''}}" catchtouchmove='true'>
<view class="payPop-cont">
<view class="payPop-title">
<view class="payPop-title-name">AI测肤火爆进行中</view>
<view class="payPop-title-text">原价¥10/次现价¥1/次即可享受并赠送水感应一年VIP权限</view>
</view>
<image class="payPop-cont-img" src="https://api.shui.shuiganying.com/storage/images/2023/04/04/08be4dfc2d3294a8079d34fecfcc6771.png" mode="widthFix"></image>
<view class="payPop-price">¥1.00</view>
<view class="payPop-btn">
<view class="payPop-btn-go" bindtap="payFound" wx:if="{{!disabled}}">立即支付</view>
<view class="payPop-btn-go active" wx:else>立即支付</view>
<view class="payPop-btn-cancel" bindtap="cancelAnalyze">取消</view>
</view>
</view>
</view>