wangguoyu 2 月之前
父节点
当前提交
2d81e82955
共有 1 个文件被更改,包括 2 次插入10 次删除
  1. 2 10
      pages/client/jiazheng/shareImage.vue

+ 2 - 10
pages/client/jiazheng/shareImage.vue

@@ -74,6 +74,8 @@
 				</view>
 			</view>
 			<view class="jbxx-tip">{{jianliInfo.tips}} </view>
+			<view class="jbxx-tip" @click="callPhone">联系电话</view>
+			
 		</view>
 	</view>
 </template>
@@ -127,16 +129,6 @@
 				}
 
 			},
-			/* goJiazhengManage() {
-				let pageInfo = {
-					status: 'edit',
-					id: this.pageInfo.id,
-					userId: this.pageInfo.userId
-				}
-				uni.redirectTo({
-					url: "/pages/admin/Jiazheng/jiazhengUserManager?pageInfo=" + JSON.stringify(pageInfo)
-				})
-			}, */
 
 		}
 	}