You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
211 lines
12 KiB
211 lines
12 KiB
<view class="add-issue">
|
|
|
|
<view class="issue-content">
|
|
<textarea maxlength="500" value="{{issueContent}}" bindblur="bindTextareaBlur" bindinput="bindTextareaInput" bindfocus="bindTextareaFocus">
|
|
<view class="textarea-placeholder" wx:if="{{placeholderShow}}">
|
|
<view wx:if="{{isCreateCity == '1'}}">
|
|
<view>请对您反映的事儿尽量描述清楚</view>
|
|
</view>
|
|
<view wx:else>
|
|
<view>1、请对您反映的事儿尽量描述清楚</view>
|
|
<view>2、请提出您的诉求和希望</view>
|
|
</view>
|
|
</view>
|
|
</textarea>
|
|
<view class="image-list">
|
|
<view
|
|
class="image-item"
|
|
wx:for="{{uploadImageList}}"
|
|
wx:for-index="index"
|
|
wx:for-item="item"
|
|
wx:key="imageId">
|
|
<image class="issue-image" src="{{item.imgUrl}}" />
|
|
<image wx:if="{{!item.uploaded}}" class="loading" src="../../images/loading.gif" />
|
|
<image bindtap="deleteImage" data-imageid="{{item.imageId}}" class="close" wx:else src="../../images/icon_close.png" />
|
|
</view>
|
|
<!-- <image wx:if="{{uploadImageList.length < 3}}" src="../../images/ig_tianjiatupian@2x.png" bindtap="chooseImage" /> -->
|
|
</view>
|
|
<view class="audio" wx:if="{{recorderData.tempFilePath && !showRecord}}">
|
|
<view class="delete-audio">
|
|
<image bindtap="deleteRecord" src="../../images/icon_close.png" />
|
|
</view>
|
|
<view class="control-button" wx:if="{{!uploadRecord.uploaded}}">
|
|
<image src="../../images/loading.gif"/>
|
|
</view>
|
|
<block wx:else>
|
|
<view class="control-button">
|
|
<image src="../../images/xiaozanting.png" wx:if="{{!isPlayAudio}}" bindtap="onPlayAudio"/>
|
|
<image src="../../images/xiaobofang.png" wx:else bindtap="onStopAudio"/>
|
|
</view>
|
|
<view class="control-line">
|
|
<slider class="control-slider" value="{{audioTimeline}}" bindchange="sliderchange" min="0" max="100" block-size="15" selected-color="#fd6161"/>
|
|
<view class="line-time">
|
|
<view class="time-text">{{recorderTimeCur}}</view>
|
|
<view class="time-text">{{recorderTimeMax}}</view>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="image-box">
|
|
<image class="add-icon" src="../../images/tupian.png" bindtap="chooseImage"/>
|
|
<image class="add-icon" src="../../images/yuyin.png" bindtap="showRecordSheet"/>
|
|
</view>
|
|
|
|
<view class="issue-location">
|
|
<textarea maxlength="80" placeholder="请输入地址" placeholder-class="address-placeholder" value="{{addressContent}}" bindblur="bindAddressInput" bindinput="bindAddressInput"></textarea>
|
|
<view class="flexBox">
|
|
<view class="address">
|
|
<image src="../../images/ic_yitidingwei@2x.png" />
|
|
<view>{{ isCreateCity == '1' ? '定位' : '议题定位' }}</view>
|
|
</view>
|
|
<view bindtap="getPosition" class="refresh">
|
|
<image src="../../images/reResh.png"></image>
|
|
<view class="refresh-name">重新定位</view>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
<view class="publish-issue">
|
|
<button hover-class="hover-publish" bindtap="throttlePublisgIssue">发布</button>
|
|
</view>
|
|
</view>
|
|
|
|
<wux-actionsheet id="wux-actionsheet" />
|
|
<tip-dialog
|
|
dialogVisible="{{dialogVisible}}"
|
|
title="{{ isCreateCity == '1' ? '待审核' : '议题待审核' }}"
|
|
content="{{ isCreateCity == '1' ? ['收到举报,我们会尽快审核。', '市北因您而精彩,感谢您的参与!'] : ['收到议题,我们会尽快审核。', '家园因您而精彩,感谢您的参与!']}}"
|
|
confirmText="知道了"
|
|
bind:confirm="confirmDialog"
|
|
bind:cancel="confirmDialog">
|
|
</tip-dialog>
|
|
<view class="sheet-bg" wx:if="{{showRecord}}"></view>
|
|
<view class="record-actionsheet {{showRecord ? '' : 'record-actionsheet-hide'}}">
|
|
<view class="close-icon" wx:if="{{isRecord == 0}}"><image class="" src="../../images/IC_guanbi@2x.png" bindtap="onHideSheet"/></view>
|
|
<view class="top-menu" wx:else>
|
|
<view class="button cancel" bindtap="onCancelRecord">取消</view>
|
|
<view class="button confirm" bindtap="onConfirmRecord">确定</view>
|
|
</view>
|
|
<view class="text-status" wx:if="{{isRecord == 0}}">按住录音</view>
|
|
<view class="text-status" wx:elif="{{isRecord == 1}}">{{recordingTime}}秒</view>
|
|
<view class="text-status" wx:elif="{{isRecord == 2}}">{{recorderTimeCur}} / {{recorderTimeMax}}</view>
|
|
<view class="status-icon">
|
|
<image class="icon" src="../../images/dianji.png" wx:if="{{isRecord != 2}}" bindlongpress="recordStart" bindtouchend="recordStop"/>
|
|
<image class="icon" src="../../images/zanting.png" wx:else bindtap="onPlayRecord"/>
|
|
</view>
|
|
<view class="text-tip">语音内容限制60秒</view>
|
|
</view>
|
|
|
|
<view class="tip_bg" wx:if="{{ isShowTip }}">
|
|
<view class="tip-info">
|
|
<view class="title">
|
|
中国联通联合亿联科技关于助力市北争创全国文明典范城市开展“我为创城加一分”有奖举报的通知
|
|
<!-- <view class="close"></view> -->
|
|
</view>
|
|
|
|
<view class="content">
|
|
<view class="h2">
|
|
<text decode="{{true}}"> 为充分发动群众,鼓励社会力量和广大群众监督不文明行为,深入推进全国文明典范城市创建活动,提升城区环境品质和治理效果,联通公司联合亿联科技共同推出“我为创城加一分”有奖举报活动(以下简称“有奖举报”),现将有关事宜通知如下:</text>
|
|
</view>
|
|
<view class="h1">
|
|
<text decode="{{true}}">一、举报的范围</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(一)道路破损沉陷、积水,井盖缺失破损,杆体箱体倾斜破损,交通设施破损、不规范、不整洁,路灯不亮;</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(二)环境卫生清扫不及时,存在卫生死角;</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(三)占路经营、游商浮贩、乱贴乱画、乱堆乱放、私搭乱建、私设地桩地锁、毁绿缺株、不文明养犬;</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(四)空中线缆杂乱,飞线充电,占用消防通道;</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(五)市场及周边卫生环境脏乱差等。</text>
|
|
</view>
|
|
<view class="h1">
|
|
<text decode="{{true}}">二、举报的途径</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}"> 举报人使用“党群e家”微信小程序,通过“有奖举报”模块,按照程序设定将身边的不文明现象随手拍摄下来,采集、提交不文明行为的相关情况并填写相关文字信息。</text>
|
|
</view>
|
|
<view class="h1">
|
|
<text decode="{{true}}">三、举报的要求</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}"> 举报的不文明行为是指通过手机拍摄的,能够全面、准确、实时反映不文明行为发生时间、地点、事实等情况的图片、影像资料。</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(一)证据采集时间限定在7:00-19:00时,确保光线良好。</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(二)举报要按照“有奖举报”版块的程序设定,提交现场远景照片(反应周边环境)、照片要清晰并显示拍摄时间,完整体现不文明行为的事实,照片拍摄后需要当场进行上传。</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(三)如抛撒物品和不按序通行等证据,不适合后期核查,不纳入举报范围。</text>
|
|
</view>
|
|
<view class="h1">
|
|
<text decode="{{true}}">四、举报的奖励办法</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(一)对通过审核并确认的举报信息进行话费奖励。根据您上传内容的数量进行排名,每月评选前100名。</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}"> 一等奖10名,每人奖励200元话费;</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}"> 二等奖40名,每人奖励100元话费;</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}"> 三等奖50名,每人奖励80元话费。</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(二)话费使用规则</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}"> 自中奖之日起次月5号至25日内,联通公司将会按照中奖积分兑换话费。</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}"> 话费可为直接充值账户或电子券形式兑换,可抵扣中国联通相关通信服务消费(通话费、宽带费、流量费以及其他相关手机订阅的权益包等,不可抵扣终端款、智家产品等终端产品费用)。</text>
|
|
</view>
|
|
<view class="h1">
|
|
<text decode="{{true}}">五、举报行为的相关规定及法律责任</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(一)举报行为坚持自愿原则。</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(二)按照规定的范围进行举报。</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(三)举报人要严格遵守各类法律、法规,采集交通违法图片时要确保自身交通安全,不得影响其他车辆和行人正常通行,不得破坏、损毁交通安全设施,不得在驾驶机动车时采集。</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(四)同一起违法行为多人举报的,按举报时间先后,只奖励第一顺序举报人,其他人员不再奖励。</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(五)举报应依法规范。举报人违法收集证据的,依法承担相应的法律责任。举报人收集、上传证据要确保安全,严禁采取危险方法或不正当手段,在收集、上传证据过程中因自身或第三人原因造成人身伤害或财产损失的,由举报人自行承担或由第三人承担。</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(六)举报应实事求是,举报人不得弄虚作假或者恶意举报。对借举报之名骗取奖励或敲诈被举报人或影响相关管理部门公正执法的,将追究有关当事人的责任;构成犯罪的,依法追究刑事责任。</text>
|
|
</view>
|
|
<view class="h2">
|
|
<text decode="{{true}}">(七)平台将保护上报人的隐私安全,请放心上报。本通知由联通公司负责解释。自发布之日起执行。</text>
|
|
</view>
|
|
<view class="h3">
|
|
<text decode="{{true}}">2022年7月26日</text>
|
|
</view>
|
|
</view>
|
|
<view class="end">
|
|
<view bindtap="closeTip" class="end-but {{ time == 1 ? 'bg2' : 'bg1' }} ">{{ time == '1' ? '已阅读' : '阅读须知( ' + time +' )'}}</view>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|