Commit c83ee0ece6a1bdf46a3908166f562091c7538b5b
1 parent
9c43e71a
添加客户
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"> | ... | ... |