dk-text.wxml 598 B

12345678
  1. <view wx:if="{{!layoutFlag}}" catchtap="toCopy" style="{{margin?'margin-left: 10rpx':''}};--fontSize--:{{fontSize}};--color--:{{color}};--fontWeight--:{{fontWeight}};--textDecoration--:{{textDecoration}}" decode class="{{style}}">
  2. {{displayValue}}</view>
  3. <view wx:else catchtap="toCopy" style="{{margin?'margin-left: 10rpx':''}};--fontSize--:{{fontSize}};--color--:{{color}};--fontWeight--:{{fontWeight}};--textDecoration--:{{textDecoration}}" decode class="inputLayoutStyle">
  4. <view class="inputLayoutStyle" >
  5. <view wx:for="{{valueArray}}" wx:key="index" >{{item}}</view>
  6. </view>
  7. </view>