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.

46 lines
2.0 KiB
Plaintext

<wxs src="../../../common.wxs" module="dateUtil" />
<form catchsubmit="formSubmit">
<view class="display-flex mt16 p016">
<!-- <view class="fwb f16 flex-1">政策{{dateUtil.changeNum(idx)}}</view> -->
<!-- <view class="f14" hover-class="thover" data-id="{{idx}}" bindtap="deleteZc"><i class="iconfont icon-lajitong c6 f14"></i> 删除</view> -->
</view>
<view class="bgf p2016 f16 c6 mt4">
<textarea name="policy" bindblur="blurDesp" data-id="{{idx}}" type="text" maxlength="-1" placeholder="请输入" placeholder-class="weui-input__placeholder" auto-height="true" style="background-color: #ffffff;min-height: 60px;width: 100%;" value="{{policy}}"></textarea>
</view>
<!-- <view class="f14 mt24 tc" bindtap="goAdd" style="color: var(--color-ysd);">
<i class="iconfont icon-tianjia1"></i>
添加政策
</view> -->
<view class="btmFix display-flex" style="justify-content: center;">
<button class="dtBtnD mr12" catchtap="shrink" data-edit="2">取消</button>
<button type='primary' class="dtBtn ml12" formType="submit">确定</button>
</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="shanchu">确认</view>
</view>
</view>
</view>
</form>
<!-- <template v-if="index == 1">二</template>
<template v-if="index == 2">三</template>
<template v-if="index == 3">四</template>
<template v-if="index == 4">五</template>
<template v-if="index == 5">六</template>
<template v-if="index == 6">七</template>
<template v-if="index == 7">八</template>
<template v-if="index == 8">九</template>
<template v-if="index == 9">十</template> -->