Commit 7edfb1592bee22cdaddf9b407249ff11ede518a9
Merge branch 'test' into 'qa'
Test See merge request !546
Showing
1 changed file
with
3 additions
and
1 deletions
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"> | ... | ... |