|
@ -56,7 +56,7 @@ |
|
|
</template> |
|
|
</template> |
|
|
</view> |
|
|
</view> |
|
|
<view class="tools flex"> |
|
|
<view class="tools flex"> |
|
|
<view class="tool" @click="onShare"> |
|
|
|
|
|
|
|
|
<view class="tool" @click="$utils.navigateTo('/pages_order/mine/sharing')"> |
|
|
<view class="tool-icon"> |
|
|
<view class="tool-icon"> |
|
|
<image src="@/static/image/center/tool-share.png"></image> |
|
|
<image src="@/static/image/center/tool-share.png"></image> |
|
|
</view> |
|
|
</view> |
|
@ -127,11 +127,12 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="service" @click="$utils.navigateTo('/pages_order/mine/service')">> |
|
|
|
|
|
|
|
|
<view class="service" @click="$utils.navigateTo('/pages_order/mine/service')"> |
|
|
<image src="@/static/image/center/service.png" mode=""></image> |
|
|
<image src="@/static/image/center/service.png" mode=""></image> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<popupActivate ref="popupActivate"></popupActivate> |
|
|
<popupActivate ref="popupActivate"></popupActivate> |
|
|
|
|
|
<popupSharing ref="popupSharing"></popupSharing> |
|
|
|
|
|
|
|
|
<tabber select="center" /> |
|
|
<tabber select="center" /> |
|
|
</view> |
|
|
</view> |
|
@ -233,9 +234,6 @@ |
|
|
goSetting() { |
|
|
goSetting() { |
|
|
// todo |
|
|
// todo |
|
|
}, |
|
|
}, |
|
|
onShare() { |
|
|
|
|
|
// todo |
|
|
|
|
|
}, |
|
|
|
|
|
onActivate() { |
|
|
onActivate() { |
|
|
this.$refs.popupActivate.open(this.isAgent) |
|
|
this.$refs.popupActivate.open(this.isAgent) |
|
|
}, |
|
|
}, |
|
|