| | |
| | | <image class="icon" src="../../static/icon/mine_ic_ar.png" mode="widthFix"></image> |
| | | </view> |
| | | </view> |
| | | <!-- index.wxml --> |
| | | <button bindtap="subscribeMessage">订阅消息</button> |
| | | </view> |
| | | <!-- 详情 --> |
| | | <van-popup show="{{ showCard }}" closeable round bind:close="onClose"> |
| | |
| | | <view class="desc">导购 | {{userInfo.jobDate ||'0'}}年经验</view> |
| | | </view> |
| | | </view> |
| | | <image class="qrcode" src="{{userInfo.qrcodeImgFull}}"></image> |
| | | <image show-menu-by-longpress class="qrcode" src="{{userInfo.qrcodeImgFull}}"></image> |
| | | <view class="text">长按图片识别二维码</view> |
| | | </view> |
| | | </van-popup> |