- 
Status changed to merged
 - 
mentioned in commit 6677b673317231d86ff5e9dbfb03d34f718c69ba
 
Showing
1 changed file
packageA/pages/addCustomer/addCustomer.wxml
| ... | ... | @@ -4,7 +4,9 @@ | 
| 4 | 4 | <view class="nickname">微信昵称</view> | 
| 5 | 5 | <view class="gray">hello,我是您的专属顾问</view> | 
| 6 | 6 | <view class="gray">扫描下方二维码,加我微信吧~</view> | 
| 7 | - <view class="qrcode"></view> | |
| 7 | + <view class="qrcode"> | |
| 8 | + <!-- <image src="{{qrCode}}"></image> --> | |
| 9 | + </view> | |
| 8 | 10 | </view> | 
| 9 | 11 | <view class="flex bottom t-c gray pdv10"> | 
| 10 | 12 | <view class="w50"> | ... | ... |