jiangping
2024-07-29 14fbe95ee5c7f601da703614f7e1e4a8ec29c8ce
wechat_jiaxuan/pages/calculator/index.wxml
@@ -64,14 +64,14 @@
    <!-- 计算器 end -->
    <!-- 计算结果展示 -->
    <view class="results" style="opacity: {{ showResultMoney ? '1' : '0.2' }};">
    <view class="results" style="position: {{ showResultMoney ? 'static' : 'absolute' }}">
      <view class="results-title">最优家装分配表</view>
      <view class="flex thead">
        <view class="td name">详情</view>
        <view class="td rate">参考比例</view>
        <view class="td money">参考价格</view>
      </view>
      <view class="item" wx:for="{{ activeList }}" wx:key="index"
      <view style="opacity: {{ showResultMoney ? '1' : '0.2' }};" class="item" wx:for="{{ activeList }}" wx:key="index"
        hidden="{{ type == item.info }}">
        <view class="flex th">
          <view class="td name">{{ item.name }}</view>