|
|
@ -59,14 +59,12 @@ |
|
|
|
</view> |
|
|
|
<text>分享好友</text> |
|
|
|
</view> |
|
|
|
<!-- todo --> |
|
|
|
<view class="tool" @click="onActivate"> |
|
|
|
<view class="tool-icon"> |
|
|
|
<image src="@/pages_order/static/center/tool-activate.png"></image> |
|
|
|
</view> |
|
|
|
<text>激活码</text> |
|
|
|
</view> |
|
|
|
<!-- todo --> |
|
|
|
<view class="tool" @click="$utils.navigateTo('/pages_order/mine/wallet')"> |
|
|
|
<view class="tool-icon"> |
|
|
|
<image src="@/pages_order/static/center/tool-wallet.png"></image> |
|
|
@ -126,9 +124,9 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<button plain class="btn-simple service" open-type="contact"> |
|
|
|
<image class="icon" src="@/pages_order/static/center/service.png" mode=""></image> |
|
|
|
</button> |
|
|
|
<view class="service" @click="$utils.navigateTo('/pages_order/mine/service')"> |
|
|
|
<image src="@/pages_order/static/center/service.png" mode=""></image> |
|
|
|
</view> |
|
|
|
|
|
|
|
<popupActivate ref="popupActivate"></popupActivate> |
|
|
|
<popupSharing ref="popupSharing"></popupSharing> |
|
|
@ -382,11 +380,8 @@ |
|
|
|
position: fixed; |
|
|
|
right: 29rpx; |
|
|
|
bottom: 312rpx; |
|
|
|
|
|
|
|
.icon { |
|
|
|
width: 149rpx; |
|
|
|
height: 158rpx; |
|
|
|
} |
|
|
|
width: 149rpx; |
|
|
|
height: 158rpx; |
|
|
|
} |
|
|
|
|
|
|
|
</style> |