Commit c4c96edf authored by lvtz's avatar lvtz

fix

parent c75cc403
export default {
imageRoot: 'https://cdn.img.shangjiadao.cn/qingxiao/daka/images/',
// host: 'https://qxapi.qingxiao.online/daka',
// host2: 'https://wx.m.shangjiadao.cn',
host: 'https://qxapi.qingxiao.online/daka',
host2: 'https://wx.m.shangjiadao.cn',
storageVersion: '4.0',
imageVersion: '20191022',
host: 'https://clock.wp53.cn',
host2: 'https://test.wp53.cn',
// host: 'https://clock.wp53.cn',
// host2: 'https://test.wp53.cn',
appId: 'wxc1246ea029394785',
miniProgram: {
clock: 'wxdeee20e52a1fd7ee'
......
......@@ -40,7 +40,7 @@
</block>
</cover-view>
</cover-view>
<block wx:if="{{!noUserinfo}}">
<block wx:if="{{userInfo && userInfo.id}}">
<view class="header-box">
<view class="person-info">
<image class="person-avator" src="{{filter.imagify(userInfo.avatar, 'image/resize,w_160/format,jpg')}}"></image>
......@@ -238,7 +238,7 @@
</view>
</view>
<view class="empty-content-box" wx:if="{{noUserinfo}}">
<view class="empty-content-box" wx:if="{{!(userInfo && userInfo.id)}}">
<empty-content></empty-content>
</view>
<poster-box
......
......@@ -44,6 +44,7 @@ Page({
})
},
tobindmobile(){
return
// 已经绑定
if(this.data.hasBindErp){
wx.showModal({
......
......@@ -10,8 +10,8 @@
<view class="form-item">
<view class="form-label">手机号绑定</view>
<view class="form-content" bindtap="tobindmobile">
<input type="text" class="form-input" value="{{mobile}}" placeholder="绑定" disabled/>
<image class="arrowsmall" src="{{imageRoot}}2b/organizationalmgt/right.png?{{imageVersion}}"></image>
<input type="text" class="form-input" value="{{mobile}}" placeholder="绑定" disabled/>
<!-- <image class="arrowsmall" src="{{imageRoot}}2b/organizationalmgt/right.png?{{imageVersion}}"></image> -->
</view>
</view>
<view class="form-item">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment