You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.8 KiB
Plaintext

<!-- <view class="p10">
<view class="bgf br4" style="white-space: pre-line;word-break: break-all;margin-top: 16px;">{{article}}
</view>
</view> -->
<view class="p16 bgf" style="padding-bottom: 120px;padding-left: 36px;" wx:if="{{value != '' && value != '-'}}">
<form bindsubmit="formSubmit">
<view wx:if="{{isEdit}}" style="white-space: pre-line;">{{title}}
<view class="pr" style="border: 1rpx solid var(--color-be);left:-16px;padding:8px 16px;margin: 12px 0 0;width: calc(100vw - 72px);">
<text class="pa">{{icon}}</text>
<input type="text" value="{{value1}}" name="value1" class="leftIcons" placeholder="请输入文本" />
<text class="pa">{{icon}}</text>
<input type="text" value="{{value2}}" name="value2" class="leftIcons" placeholder="请输入文本" />
<text class="pa">{{icon}}</text>
<input type="text" value="{{value3}}" name="value3" class="leftIcons" placeholder="请输入文本" />
</view>{{value4}}
</view>
<view wx:if="{{!isEdit}}" style="white-space: pre-line;">{{valueNormal}}</view>
<view class="btmFix display-flex" wx:if="{{!isEdit}}" style="padding: 0 12px;box-sizing: border-box;">
<view style="margin-top: 8px;color: #333;" hover-class="thover" data-content="{{valueNormal}}" catchtap="setCopy">
<icon class="iconfont icon-fuzhi mr4" style="font-size:18px;"></icon>
复制
</view>
<view class="" wx:if="{{!yifabu && (roleOf41 || managerRoleClassify)}}" style="margin-right: 20px;">
<button class="resetBtn" style="font-weight: 400" mark:ind='{{10}}' bindtap="showForm">编辑</button>
</view>
<view class="" wx:if="{{!yifabu && (roleOf41 || managerRoleClassify)}}">
<button type="primary" class="loginOut" bindtap="chooseTimeTap" hover-class="behover" style="font-weight: 400">发布</button>
</view>
</view>
<view class="btmFix display-flex" wx:if="{{isEdit}}" style="justify-content: center;">
<view class="" style="margin-right: 20px;">
<button class="resetBtn" style="font-weight: 400" mark:ind='{{10}}' bindtap="showForm">取消</button>
</view>
<view class="">
<button type="primary" class="loginOut" formType="submit" hover-class="behover" style="font-weight: 400">确定</button>
</view>
</view>
</form>
</view>
<view aria-role="dialog" aria-modal="true" class="fadeIn" wx:if="{{fabuD}}" style="position: relative;z-index: 999;">
<view class="weui-mask"></view>
<view class="weui-dialog">
<view class="weui-dialog__bd">确认后,机器人将自动发单,是否发单?
</view>
<view class="weui-dialog__ft">
<view aria-role="button" class="weui-dialog__btn weui-dialog__btn_default" bindtap="close">取消</view>
<view aria-role="button" class="weui-dialog__btn weui-dialog__btn_primary" style="color:#00bebe" bindtap="fabu">确认</view>
</view>
</view>
</view>