@@ -74,6 +74,8 @@
</view>
<view class="jbxx-tip">{{jianliInfo.tips}} </view>
+ <view class="jbxx-tip" @click="callPhone">联系电话</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)
- })
- }, */