|
@@ -160,7 +160,7 @@
|
|
|
</navigator>
|
|
|
|
|
|
<u-cell isLink>
|
|
|
- <view slot="title" class="u-slot-title">
|
|
|
+ <view slot="title" class="u-slot-title" @click="goMyMessage">
|
|
|
<image src="http://www.gzzzyd.com/groupon/regiment/编组 8@2x.png" mode=""></image>
|
|
|
<text class="u-cell-text">我的消息</text>
|
|
|
</view>
|
|
@@ -326,7 +326,7 @@
|
|
|
</navigator>
|
|
|
|
|
|
<u-cell isLink>
|
|
|
- <view slot="title" class="u-slot-title">
|
|
|
+ <view slot="title" class="u-slot-title" @click="goMyMessage">
|
|
|
<image src="http://www.gzzzyd.com/groupon/regiment/编组 8@2x.png" mode=""></image>
|
|
|
<text class="u-cell-text">我的消息</text>
|
|
|
</view>
|
|
@@ -610,6 +610,13 @@ export default {
|
|
|
methods: {
|
|
|
...mapMutations(["setNewCurrentRole"]),
|
|
|
|
|
|
+ goMyMessage(){
|
|
|
+ console.log("++++++++++++++++++++++++")
|
|
|
+ uni.switchTab({
|
|
|
+ url: '/pages/message/message'
|
|
|
+ });
|
|
|
+ },
|
|
|
+
|
|
|
commissionStatistics(){
|
|
|
commissionStatistics().then(res => {
|
|
|
this.statistics =res.data
|
|
@@ -1663,13 +1670,6 @@ body {
|
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
.group-buying-btn {
|
|
|
|
|
|
margin-top: 20rpx;
|
|
@@ -1781,6 +1781,7 @@ body {
|
|
|
|
|
|
text {
|
|
|
vertical-align: text-bottom;
|
|
|
+ line-height: 60rpx;
|
|
|
}
|
|
|
|
|
|
image {
|