JewelryMall/miniprogram/unpackage/dist/dev/mp-weixin/pages/calculator/index.wxml

1 line
1.8 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="calculator-page data-v-0b43ee93"><view class="custom-navbar data-v-0b43ee93" style="{{'padding-top:' + d}}"><view class="custom-navbar__content data-v-0b43ee93" style="{{'height:' + c}}"><image class="custom-navbar__back data-v-0b43ee93" src="{{a}}" mode="aspectFit" bindtap="{{b}}"/><text class="custom-navbar__title data-v-0b43ee93">钻戒计算器</text><view class="custom-navbar__placeholder data-v-0b43ee93"/></view></view><view class="data-v-0b43ee93" style="{{'height:' + e}}"/><view class="section data-v-0b43ee93"><view class="section__title data-v-0b43ee93">基础参数</view><view wx:for="{{f}}" wx:for-item="field" wx:key="h" class="form-item data-v-0b43ee93"><text class="form-item__label data-v-0b43ee93">{{field.a}}{{field.b}}</text><input class="form-item__input data-v-0b43ee93" type="digit" placeholder="{{field.c}}" value="{{field.d}}" bindinput="{{field.e}}"/><text wx:if="{{field.f}}" class="form-item__error data-v-0b43ee93">{{field.g}}</text></view></view><view class="section data-v-0b43ee93"><view class="section__title data-v-0b43ee93">费用参数</view><view wx:for="{{g}}" wx:for-item="field" wx:key="h" class="form-item data-v-0b43ee93"><text class="form-item__label data-v-0b43ee93">{{field.a}}{{field.b}}</text><input class="form-item__input data-v-0b43ee93" type="digit" placeholder="{{field.c}}" value="{{field.d}}" bindinput="{{field.e}}"/><text wx:if="{{field.f}}" class="form-item__error data-v-0b43ee93">{{field.g}}</text></view></view><view class="section result-section data-v-0b43ee93"><view class="section__title data-v-0b43ee93">计算结果</view><view wx:for="{{h}}" wx:for-item="r" wx:key="c" class="result-row data-v-0b43ee93"><text class="result-row__label data-v-0b43ee93">{{r.a}}</text><text class="result-row__value data-v-0b43ee93">{{r.b}}</text></view></view></view>