@@ -65,7 +65,7 @@ export default {
// 确定按钮点击回调
handleSub() {
const reName = /^[\u4e00-\u9fa5]{2,4}$/
- const rePhone = /^[1][3,4,5,7,8,9][0-9]{9}$/
+ const rePhone = /^1[3-9]\d{9}$/
const reIdentity = /(^\d{15}$)|(^\d{18}$)|(^\d{17}(\d|X|x)$)/
if (!this.name) {
uni.showToast({
@@ -39,6 +39,7 @@
<view class="right_bottom" v-if="item.title">标题:{{ item.title }}</view>
<view class="right_bottom" v-if="item.content">问题描述:{{ item.content }}</view>
<view class="right_bottom" v-if="item.progressType === '待处理'">问题跟进中</view>
+ <view class="right_bottom" v-if="item.progressType === '处理中'">问题处理中</view>
<view class="right_bottom" v-if="item.progressType === '已处理'">您的问题已处理</view>
<!-- 图片区域 -->
<view class="right_bottom" v-if="item.urlList.length">