- <view wx:if="{{!layoutFlag}}" catchtap="toCopy" style="{{margin?'margin-left: 10rpx':''}};--fontSize--:{{fontSize}};--color--:{{color}};--fontWeight--:{{fontWeight}};--textDecoration--:{{textDecoration}}" decode class="{{style}}">
- {{displayValue}}</view>
- <view wx:else catchtap="toCopy" style="{{margin?'margin-left: 10rpx':''}};--fontSize--:{{fontSize}};--color--:{{color}};--fontWeight--:{{fontWeight}};--textDecoration--:{{textDecoration}}" decode class="inputLayoutStyle">
- <view class="inputLayoutStyle" >
- <view wx:for="{{valueArray}}" wx:key="index" >{{item}}</view>
- </view>
- </view>
|