登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
微信开发
>
微信小程序/小游戏
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
19
Star
367
Fork
108
程序员阿鑫
/
微信报修小程序V4.1
代码
Issues
8
Pull Requests
0
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
资讯详情
待办的
#I85GQ6
将军
创建于
2023-10-04 22:37
资讯详情 ``` <wxs src="../../utils/common.wxs" module="morejs" /> <swiper wx:if='{{info.img.length > 0}}' class="card-swiper {{DotStyle?'square-dot':'round-dot'}}" indicator-dots="true" circular="true" autoplay="true" interval="5000" duration="500" bindchange="cardSwiper" indicator-color="#8799a3" indicator-active-color="#0081ff" style="width: 750rpx; height: 429rpx; display: block; box-sizing: border-box"> <swiper-item wx:for="{{info.img}}" wx:key class="{{cardCur==index?'cur':''}}"> <view class="swiper-item" data-url='{{item}}' bindtap='showModal'> <image src="{{item}}" mode="aspectFill"></image> </view> </swiper-item> </swiper> <view class="cu-card dynamic "> <view class="cu-item shadow"> <view class="cu-list menu-avatar"> <view class="cu-item"> <image class="cu-avatar round lg" src="{{info.avatarurl}}"></image> <view class="content flex-sub"> <!-- <view class=" text-red "></view> <text class=" text-red " wx:if="{{userroot}}">超级管理员</text> <text class=" text-red " wx:else>普通用户</text> --> <view>{{info.nickname}} <view class="cu-tag {{info.gender==0?'cuIcon-female bg-pink':'cuIcon-male bg-blue'}}"> </view> </view> <view class="text-gray text-sm flex justify-between"> {{morejs.format(info._createTime)}} </view> </view> <view class="cu-capsule radius"> <view class="cu-tag bg-{{info.gender== 0?'red':'blue'}} " style="position: relative; left: -26rpx; top: 0rpx" > <text class="cuIcon-phone"></text> </view> <view class="cu-tag line-{{info.gender== 0?'red':'blue'}} wx:if='{{info.phone}}' " bindtap='makePhoneCall' style="position: relative; left: -26rpx; top: 0rpx" > 联系Ta </view> </view> </view> </view> <!-- 界面布局 --> <view class="flex"> {{info.detail}} </view> <view class="flex justify-between"> <view class="cu-bar bg-white "> <view class="action"> <text class="cuIcon-title text-orange "></text> 评论留言 <text class="cuIcon-title text-white "></text> <text class="cu-btn round bg-blue sm" data-comment_id="{{item._id}}" data-index="{{index}}" bindtap="showModalView" data-target="DialogModal1" >发表评论</text> </view> </view> <view class="text-gray text-sm text-right padding"> <text class="cuIcon-attentionfill margin-lr-xs"></text> {{info.view}} <text class="cuIcon-messagefill margin-lr-xs"></text>{{commentInfo.length}} </view> </view> <view class="cu-list menu-avatar comment solids-top" wx:for='{{commentInfo}}' wx:key='index'> <view class="cu-item"> <image class="cu-avatar round" src='{{item.logo}}'></image> <view class="content"> <view class="text-grey">{{item.realName}}\t <!-- <text class="text-red" wx:if="{{userroot}}" >超级管理员</text> <text wx:else>普通用户</text> --> </view> <view class="text-gray text-content text-df"> <view class="text-gray text-df">发表于 {{morejs.timelog(item._createTime)}} <text wx:if='{{name===name }}' bindtap='deleteComment' data-comment_id='{{item._id}}'> <text class="cuIcon-deletefill text-red"></text>删除 </text> <!-- <text bindtap='InputBottom' data-comment_id='{{item._id}}'><text class="text-red "></text>发表评论 </text> --> <!-- <text class="text-orange text-df" data-comment_id="{{item._id}}" data-index="{{index}}" bindtap="showModalView" data-target="DialogModal1" >发表评论</text> --> </view> </view> <view class="bg-pale "> <view class="flex"> <view class="flex-sub">{{item.comment}}</view> </view> </view> </view> </view> </view> </view> </view> <!-- <view class="cu-bar foot input {{InputBottom!=0?'cur':''}}" style="bottom:{{InputBottom}}"> <view class="action"> <text class="cuIcon-sound text-grey"></text> </view> <input class="solid-bottom" bindfocus="InputFocus" bindblur="InputBlur" placeholder="请输入评论内容" adjust-position="{{false}}" focus="{{false}}" maxlength="50" value='{{comment}}' bindinput="inputComment" cursor-spacing="10"></input> <view class="action"> <text class="cuIcon-emojifill text-grey"></text> </view> <button class="cu-btn bg-green shadow" bindtap='postComment'>发送</button> </view> --> <!-- <view class="cu-modal {{modalName=='Image'?'show':''}}" catchtap="hideModal"> <view class="cu-dialog"> <image class="bg-img" mode='widthFix' src='{{url}}'></image> </view> </view> --> <view class="cu-modal {{modalName=='DialogModal1'?'show':''}}"> <view class="cu-dialog"> <view class="cu-bar bg-white justify-end"> <view class="content">发表评论</view> <view class="action" bindtap="hideModal"> <text class="cuIcon-close text-red"></text> </view> </view> <view class="padding-xl"> <view style="margin-bottom: 20rpx;font-weight: bold;"> </view> <textarea name="adminTallText" id="" cols="30" rows="10" bindinput="inputComment" placeholder="请输入评论内容" class="weixiuText"></textarea> </view> <view class="cu-bar bg-white justify-end"> <view class="action"> <button class="cu-btn line-green text-green" bindtap="hideModal">取消</button> <button class="cu-btn bg-green margin-left" bindtap="postComment">确定</button> </view> </view> </view> </view> ```
资讯详情 ``` <wxs src="../../utils/common.wxs" module="morejs" /> <swiper wx:if='{{info.img.length > 0}}' class="card-swiper {{DotStyle?'square-dot':'round-dot'}}" indicator-dots="true" circular="true" autoplay="true" interval="5000" duration="500" bindchange="cardSwiper" indicator-color="#8799a3" indicator-active-color="#0081ff" style="width: 750rpx; height: 429rpx; display: block; box-sizing: border-box"> <swiper-item wx:for="{{info.img}}" wx:key class="{{cardCur==index?'cur':''}}"> <view class="swiper-item" data-url='{{item}}' bindtap='showModal'> <image src="{{item}}" mode="aspectFill"></image> </view> </swiper-item> </swiper> <view class="cu-card dynamic "> <view class="cu-item shadow"> <view class="cu-list menu-avatar"> <view class="cu-item"> <image class="cu-avatar round lg" src="{{info.avatarurl}}"></image> <view class="content flex-sub"> <!-- <view class=" text-red "></view> <text class=" text-red " wx:if="{{userroot}}">超级管理员</text> <text class=" text-red " wx:else>普通用户</text> --> <view>{{info.nickname}} <view class="cu-tag {{info.gender==0?'cuIcon-female bg-pink':'cuIcon-male bg-blue'}}"> </view> </view> <view class="text-gray text-sm flex justify-between"> {{morejs.format(info._createTime)}} </view> </view> <view class="cu-capsule radius"> <view class="cu-tag bg-{{info.gender== 0?'red':'blue'}} " style="position: relative; left: -26rpx; top: 0rpx" > <text class="cuIcon-phone"></text> </view> <view class="cu-tag line-{{info.gender== 0?'red':'blue'}} wx:if='{{info.phone}}' " bindtap='makePhoneCall' style="position: relative; left: -26rpx; top: 0rpx" > 联系Ta </view> </view> </view> </view> <!-- 界面布局 --> <view class="flex"> {{info.detail}} </view> <view class="flex justify-between"> <view class="cu-bar bg-white "> <view class="action"> <text class="cuIcon-title text-orange "></text> 评论留言 <text class="cuIcon-title text-white "></text> <text class="cu-btn round bg-blue sm" data-comment_id="{{item._id}}" data-index="{{index}}" bindtap="showModalView" data-target="DialogModal1" >发表评论</text> </view> </view> <view class="text-gray text-sm text-right padding"> <text class="cuIcon-attentionfill margin-lr-xs"></text> {{info.view}} <text class="cuIcon-messagefill margin-lr-xs"></text>{{commentInfo.length}} </view> </view> <view class="cu-list menu-avatar comment solids-top" wx:for='{{commentInfo}}' wx:key='index'> <view class="cu-item"> <image class="cu-avatar round" src='{{item.logo}}'></image> <view class="content"> <view class="text-grey">{{item.realName}}\t <!-- <text class="text-red" wx:if="{{userroot}}" >超级管理员</text> <text wx:else>普通用户</text> --> </view> <view class="text-gray text-content text-df"> <view class="text-gray text-df">发表于 {{morejs.timelog(item._createTime)}} <text wx:if='{{name===name }}' bindtap='deleteComment' data-comment_id='{{item._id}}'> <text class="cuIcon-deletefill text-red"></text>删除 </text> <!-- <text bindtap='InputBottom' data-comment_id='{{item._id}}'><text class="text-red "></text>发表评论 </text> --> <!-- <text class="text-orange text-df" data-comment_id="{{item._id}}" data-index="{{index}}" bindtap="showModalView" data-target="DialogModal1" >发表评论</text> --> </view> </view> <view class="bg-pale "> <view class="flex"> <view class="flex-sub">{{item.comment}}</view> </view> </view> </view> </view> </view> </view> </view> <!-- <view class="cu-bar foot input {{InputBottom!=0?'cur':''}}" style="bottom:{{InputBottom}}"> <view class="action"> <text class="cuIcon-sound text-grey"></text> </view> <input class="solid-bottom" bindfocus="InputFocus" bindblur="InputBlur" placeholder="请输入评论内容" adjust-position="{{false}}" focus="{{false}}" maxlength="50" value='{{comment}}' bindinput="inputComment" cursor-spacing="10"></input> <view class="action"> <text class="cuIcon-emojifill text-grey"></text> </view> <button class="cu-btn bg-green shadow" bindtap='postComment'>发送</button> </view> --> <!-- <view class="cu-modal {{modalName=='Image'?'show':''}}" catchtap="hideModal"> <view class="cu-dialog"> <image class="bg-img" mode='widthFix' src='{{url}}'></image> </view> </view> --> <view class="cu-modal {{modalName=='DialogModal1'?'show':''}}"> <view class="cu-dialog"> <view class="cu-bar bg-white justify-end"> <view class="content">发表评论</view> <view class="action" bindtap="hideModal"> <text class="cuIcon-close text-red"></text> </view> </view> <view class="padding-xl"> <view style="margin-bottom: 20rpx;font-weight: bold;"> </view> <textarea name="adminTallText" id="" cols="30" rows="10" bindinput="inputComment" placeholder="请输入评论内容" class="weixiuText"></textarea> </view> <view class="cu-bar bg-white justify-end"> <view class="action"> <button class="cu-btn line-green text-green" bindtap="hideModal">取消</button> <button class="cu-btn bg-green margin-left" bindtap="postComment">确定</button> </view> </view> </view> </view> ```
评论 (
0
)
登录
后才可以发表评论
状态
待办的
待办的
进行中
已完成
已关闭
负责人
未设置
标签
未设置
标签管理
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
未关联
master
cxyax
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
参与者(1)
JavaScript
1
https://gitee.com/cxyax/WeChatComputer-roomMaintenance.git
git@gitee.com:cxyax/WeChatComputer-roomMaintenance.git
cxyax
WeChatComputer-roomMaintenance
微信报修小程序V4.1
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册