|
@@ -76,7 +76,7 @@
|
|
|
<image class='black' src='/static/black.png'></image>
|
|
|
</view>
|
|
|
<view class="activation" bindtap="jump" data-url="/salesperson/pages/sale/index"
|
|
|
- wx:if="{{!userInfo.user.saleUserId}}">
|
|
|
+ wx:if="{{userInfo.user.saleUserId}}">
|
|
|
<view class="tips">
|
|
|
<image src="/static/tjg.png" class="tipsImg" />成为推荐官
|
|
|
</view>
|
|
@@ -88,12 +88,12 @@
|
|
|
</view>
|
|
|
<image class='black' src='/static/black.png'></image>
|
|
|
</view>
|
|
|
- <view class="activation" bindtap="toGzh">
|
|
|
+ <button class="resetBtn activation" open-type="contact" plain="true">
|
|
|
<view class="tips">
|
|
|
<image src="/static/contact.png" class="tipsImg" />联系我们
|
|
|
</view>
|
|
|
<image class='black' src='/static/black.png'></image>
|
|
|
- </view>
|
|
|
+ </button>
|
|
|
<!-- <view class="activation" bindtap="jump" data-url="/pages/orderRecord/index">
|
|
|
<view class="tips">
|
|
|
<image src="/static/care.png" class="tipsImg" />购买记录
|